Outback
#c9a375
Looking for the precise values behind Outback (#c9a375)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c9a375 | |
|---|---|---|
| RGB | rgb(201, 163, 117) | |
| HSL | hsl(33, 44%, 62%) | |
| CMYK | cmyk(0%, 19%, 42%, 21%) | |
| LAB | lab(70, 10, 29) | |
| OKLCH | oklch(0.74 0.076 72) |
Color harmonies
Tints & shades
Code snippets
color: #c9a375;
background-color: #c9a375;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC9A375)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.64, blue: 0.46, alpha: 1.0)