Shades of Winter Hazel #C9C07A
Tints of Winter Hazel #C9C07A
RGB
CMYK
RGB Variations
Color information
#C9C07A (or 0xC9C07A) is known color: Winter Hazel. HEX triplet: C9, C0 and 7A. RGB value is (201,192,122). Sum of RGB (Red+Green+Blue) = 201+192+122=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C07A is #363F85. Grayscale: #BABABA. Windows color (decimal): -3555206 or 8044745. OLE color: 8044745.
HSL color Cylindrical-coordinate representation of color #C9C07A: hue angle of 53.16º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9C07A is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 122 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.21 |
| HSL | 53.16º | 0.42% | 0.63% | - |
| HSV(B) | 53.16º | 0.39% | 0.79% | - |
| XYZ | 46.45 | 51.52 | 25.91 | - |
| YUV | 186.71 | 91.48 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 122 | 0 | 0.04 | 0.39 | 0.21 | 53.16 | 0.42 | 0.63 |
| Hex | C9 | C0 | 7A | 0 | 4 | 27 | 15 | 35 | 2A | 3F |
| Octal | 311 | 300 | 172 | 0 | 4 | 47 | 25 | 65 | 52 | 77 |
| Binary | 11001001 | 11000000 | 1111010 | 0 | 100 | 100111 | 10101 | 110101 | 101010 | 111111 |
Color Harmonies of #C9C07A
Complementary color
Monochromatic Colors of #C9C07A
Black with #C9C07A
Text Example
Text Example
White with #C9C07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C07A; }
p { color: rgb(201,192,122); }
H1.HeaderClassName
{
color: #C9C07A;
}
.AnyTagClassName
{
color: #C9C07A;
}
</style>
background-color css
<style>
a { background-color: #C9C07A; }
a { background-color: rgb(201,192,122); }
div.DivClassName
{
background-color: #C9C07A;
}
.BgClassName
{
background-color: #C9C07A;
}
</style>
border-color css
<style>
span { border-color: #C9C07A; }
span { border-color: rgb(201,192,122); }
td.TdClassName
{
border-color: #C9C07A;
}
.TagClassName
{
border-color: #C9C07A;
}
</style>