Shades of Yuma #C9B875
Tints of Yuma #C9B875
RGB
CMYK
RGB Variations
Color information
#C9B875 (or 0xC9B875) is known color: Yuma. HEX triplet: C9, B8 and 75. RGB value is (201,184,117). Sum of RGB (Red+Green+Blue) = 201+184+117=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B875 is #36478A. Grayscale: #B5B5B5. Windows color (decimal): -3557259 or 7715017. OLE color: 7715017.
HSL color Cylindrical-coordinate representation of color #C9B875: hue angle of 47.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9B875 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 117 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.21 |
| HSL | 47.86º | 0.44% | 0.62% | - |
| HSV(B) | 47.86º | 0.42% | 0.79% | - |
| XYZ | 44.44 | 47.98 | 23.75 | - |
| YUV | 181.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 117 | 0 | 0.08 | 0.42 | 0.21 | 47.86 | 0.44 | 0.62 |
| Hex | C9 | B8 | 75 | 0 | 8 | 2A | 15 | 30 | 2C | 3E |
| Octal | 311 | 270 | 165 | 0 | 10 | 52 | 25 | 60 | 54 | 76 |
| Binary | 11001001 | 10111000 | 1110101 | 0 | 1000 | 101010 | 10101 | 110000 | 101100 | 111110 |
Color Harmonies of #C9B875
Complementary color
Monochromatic Colors of #C9B875
Black with #C9B875
Text Example
Text Example
White with #C9B875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B875; }
p { color: rgb(201,184,117); }
H1.HeaderClassName
{
color: #C9B875;
}
.AnyTagClassName
{
color: #C9B875;
}
</style>
background-color css
<style>
a { background-color: #C9B875; }
a { background-color: rgb(201,184,117); }
div.DivClassName
{
background-color: #C9B875;
}
.BgClassName
{
background-color: #C9B875;
}
</style>
border-color css
<style>
span { border-color: #C9B875; }
span { border-color: rgb(201,184,117); }
td.TdClassName
{
border-color: #C9B875;
}
.TagClassName
{
border-color: #C9B875;
}
</style>