Shades of Yuma #C9B77C
Tints of Yuma #C9B77C
RGB
CMYK
RGB Variations
Color information
#C9B77C (or 0xC9B77C) is known color: Yuma. HEX triplet: C9, B7 and 7C. RGB value is (201,183,124). Sum of RGB (Red+Green+Blue) = 201+183+124=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B77C is #364883. Grayscale: #B5B5B5. Windows color (decimal): -3557508 or 8173513. OLE color: 8173513.
HSL color Cylindrical-coordinate representation of color #C9B77C: hue angle of 45.97º 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 #C9B77C is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 124 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.21 |
| HSL | 45.97º | 0.42% | 0.64% | - |
| HSV(B) | 45.97º | 0.38% | 0.79% | - |
| XYZ | 44.66 | 47.74 | 25.93 | - |
| YUV | 181.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 124 | 0 | 0.09 | 0.38 | 0.21 | 45.97 | 0.42 | 0.64 |
| Hex | C9 | B7 | 7C | 0 | 9 | 26 | 15 | 2E | 2A | 40 |
| Octal | 311 | 267 | 174 | 0 | 11 | 46 | 25 | 56 | 52 | 100 |
| Binary | 11001001 | 10110111 | 1111100 | 0 | 1001 | 100110 | 10101 | 101110 | 101010 | 1000000 |
Color Harmonies of #C9B77C
Complementary color
Monochromatic Colors of #C9B77C
Black with #C9B77C
Text Example
Text Example
White with #C9B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B77C; }
p { color: rgb(201,183,124); }
H1.HeaderClassName
{
color: #C9B77C;
}
.AnyTagClassName
{
color: #C9B77C;
}
</style>
background-color css
<style>
a { background-color: #C9B77C; }
a { background-color: rgb(201,183,124); }
div.DivClassName
{
background-color: #C9B77C;
}
.BgClassName
{
background-color: #C9B77C;
}
</style>
border-color css
<style>
span { border-color: #C9B77C; }
span { border-color: rgb(201,183,124); }
td.TdClassName
{
border-color: #C9B77C;
}
.TagClassName
{
border-color: #C9B77C;
}
</style>