Shades of Yuma #C9B97C
Tints of Yuma #C9B97C
RGB
CMYK
RGB Variations
Color information
#C9B97C (or 0xC9B97C) is known color: Yuma. HEX triplet: C9, B9 and 7C. RGB value is (201,185,124). Sum of RGB (Red+Green+Blue) = 201+185+124=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B97C is #364683. Grayscale: #B7B7B7. Windows color (decimal): -3556996 or 8174025. OLE color: 8174025.
HSL color Cylindrical-coordinate representation of color #C9B97C: hue angle of 47.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9B97C is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 124 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.21 |
| HSL | 47.53º | 0.42% | 0.64% | - |
| HSV(B) | 47.53º | 0.38% | 0.79% | - |
| XYZ | 45.07 | 48.57 | 26.07 | - |
| YUV | 182.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 124 | 0 | 0.08 | 0.38 | 0.21 | 47.53 | 0.42 | 0.64 |
| Hex | C9 | B9 | 7C | 0 | 8 | 26 | 15 | 30 | 2A | 40 |
| Octal | 311 | 271 | 174 | 0 | 10 | 46 | 25 | 60 | 52 | 100 |
| Binary | 11001001 | 10111001 | 1111100 | 0 | 1000 | 100110 | 10101 | 110000 | 101010 | 1000000 |
Color Harmonies of #C9B97C
Complementary color
Monochromatic Colors of #C9B97C
Black with #C9B97C
Text Example
Text Example
White with #C9B97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B97C; }
p { color: rgb(201,185,124); }
H1.HeaderClassName
{
color: #C9B97C;
}
.AnyTagClassName
{
color: #C9B97C;
}
</style>
background-color css
<style>
a { background-color: #C9B97C; }
a { background-color: rgb(201,185,124); }
div.DivClassName
{
background-color: #C9B97C;
}
.BgClassName
{
background-color: #C9B97C;
}
</style>
border-color css
<style>
span { border-color: #C9B97C; }
span { border-color: rgb(201,185,124); }
td.TdClassName
{
border-color: #C9B97C;
}
.TagClassName
{
border-color: #C9B97C;
}
</style>