Shades of Winter Hazel #C9C079
Tints of Winter Hazel #C9C079
RGB
CMYK
RGB Variations
Color information
#C9C079 (or 0xC9C079) is known color: Winter Hazel. HEX triplet: C9, C0 and 79. RGB value is (201,192,121). Sum of RGB (Red+Green+Blue) = 201+192+121=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 121 (47.66% from 255 or 23.54% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C079 is #363F86. Grayscale: #BABABA. Windows color (decimal): -3555207 or 7979209. OLE color: 7979209.
HSL color Cylindrical-coordinate representation of color #C9C079: hue angle of 53.25º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9C079 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 192 | 121 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.21 |
| HSL | 53.25º | 0.43% | 0.63% | - |
| HSV(B) | 53.25º | 0.4% | 0.79% | - |
| XYZ | 46.39 | 51.5 | 25.58 | - |
| YUV | 186.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 192 | 121 | 0 | 0.04 | 0.40 | 0.21 | 53.25 | 0.43 | 0.63 |
| Hex | C9 | C0 | 79 | 0 | 4 | 28 | 15 | 35 | 2B | 3F |
| Octal | 311 | 300 | 171 | 0 | 4 | 50 | 25 | 65 | 53 | 77 |
| Binary | 11001001 | 11000000 | 1111001 | 0 | 100 | 101000 | 10101 | 110101 | 101011 | 111111 |
Color Harmonies of #C9C079
Complementary color
Monochromatic Colors of #C9C079
Black with #C9C079
Text Example
Text Example
White with #C9C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C079; }
p { color: rgb(201,192,121); }
H1.HeaderClassName
{
color: #C9C079;
}
.AnyTagClassName
{
color: #C9C079;
}
</style>
background-color css
<style>
a { background-color: #C9C079; }
a { background-color: rgb(201,192,121); }
div.DivClassName
{
background-color: #C9C079;
}
.BgClassName
{
background-color: #C9C079;
}
</style>
border-color css
<style>
span { border-color: #C9C079; }
span { border-color: rgb(201,192,121); }
td.TdClassName
{
border-color: #C9C079;
}
.TagClassName
{
border-color: #C9C079;
}
</style>