Shades of Yuma #C9BB7C
Tints of Yuma #C9BB7C
RGB
CMYK
RGB Variations
Color information
#C9BB7C (or 0xC9BB7C) is known color: Yuma. HEX triplet: C9, BB and 7C. RGB value is (201,187,124). Sum of RGB (Red+Green+Blue) = 201+187+124=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB7C is #364483. Grayscale: #B8B8B8. Windows color (decimal): -3556484 or 8174537. OLE color: 8174537.
HSL color Cylindrical-coordinate representation of color #C9BB7C: hue angle of 49.09º 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 #C9BB7C is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 124 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.21 |
| HSL | 49.09º | 0.42% | 0.64% | - |
| HSV(B) | 49.09º | 0.38% | 0.79% | - |
| XYZ | 45.5 | 49.41 | 26.21 | - |
| YUV | 184 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 124 | 0 | 0.07 | 0.38 | 0.21 | 49.09 | 0.42 | 0.64 |
| Hex | C9 | BB | 7C | 0 | 7 | 26 | 15 | 31 | 2A | 40 |
| Octal | 311 | 273 | 174 | 0 | 7 | 46 | 25 | 61 | 52 | 100 |
| Binary | 11001001 | 10111011 | 1111100 | 0 | 111 | 100110 | 10101 | 110001 | 101010 | 1000000 |
Color Harmonies of #C9BB7C
Complementary color
Monochromatic Colors of #C9BB7C
Black with #C9BB7C
Text Example
Text Example
White with #C9BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BB7C; }
p { color: rgb(201,187,124); }
H1.HeaderClassName
{
color: #C9BB7C;
}
.AnyTagClassName
{
color: #C9BB7C;
}
</style>
background-color css
<style>
a { background-color: #C9BB7C; }
a { background-color: rgb(201,187,124); }
div.DivClassName
{
background-color: #C9BB7C;
}
.BgClassName
{
background-color: #C9BB7C;
}
</style>
border-color css
<style>
span { border-color: #C9BB7C; }
span { border-color: rgb(201,187,124); }
td.TdClassName
{
border-color: #C9BB7C;
}
.TagClassName
{
border-color: #C9BB7C;
}
</style>