Shades of Winter Hazel #C8C079
Tints of Winter Hazel #C8C079
RGB
CMYK
RGB Variations
Color information
#C8C079 (or 0xC8C079) is known color: Winter Hazel. HEX triplet: C8, C0 and 79. RGB value is (200,192,121). Sum of RGB (Red+Green+Blue) = 200+192+121=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C079 is #373F86. Grayscale: #BABABA. Windows color (decimal): -3620743 or 7979208. OLE color: 7979208.
HSL color Cylindrical-coordinate representation of color #C8C079: hue angle of 53.92º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8C079 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 121 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.22 |
| HSL | 53.92º | 0.42% | 0.63% | - |
| HSV(B) | 53.92º | 0.4% | 0.78% | - |
| XYZ | 46.12 | 51.36 | 25.57 | - |
| YUV | 186.3 | 91.15 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 121 | 0 | 0.04 | 0.39 | 0.22 | 53.92 | 0.42 | 0.63 |
| Hex | C8 | C0 | 79 | 0 | 4 | 27 | 16 | 36 | 2A | 3F |
| Octal | 310 | 300 | 171 | 0 | 4 | 47 | 26 | 66 | 52 | 77 |
| Binary | 11001000 | 11000000 | 1111001 | 0 | 100 | 100111 | 10110 | 110110 | 101010 | 111111 |
Color Harmonies of #C8C079
Complementary color
Monochromatic Colors of #C8C079
Black with #C8C079
Text Example
Text Example
White with #C8C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C079; }
p { color: rgb(200,192,121); }
H1.HeaderClassName
{
color: #C8C079;
}
.AnyTagClassName
{
color: #C8C079;
}
</style>
background-color css
<style>
a { background-color: #C8C079; }
a { background-color: rgb(200,192,121); }
div.DivClassName
{
background-color: #C8C079;
}
.BgClassName
{
background-color: #C8C079;
}
</style>
border-color css
<style>
span { border-color: #C8C079; }
span { border-color: rgb(200,192,121); }
td.TdClassName
{
border-color: #C8C079;
}
.TagClassName
{
border-color: #C8C079;
}
</style>