Shades of Winter Hazel #C9C478
Tints of Winter Hazel #C9C478
RGB
CMYK
RGB Variations
Color information
#C9C478 (or 0xC9C478) is known color: Winter Hazel. HEX triplet: C9, C4 and 78. RGB value is (201,196,120). Sum of RGB (Red+Green+Blue) = 201+196+120=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C478 is #363B87. Grayscale: #BDBDBD. Windows color (decimal): -3554184 or 7914697. OLE color: 7914697.
HSL color Cylindrical-coordinate representation of color #C9C478: hue angle of 56.3º 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 #C9C478 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 120 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.21 |
| HSL | 56.3º | 0.43% | 0.63% | - |
| HSV(B) | 56.3º | 0.4% | 0.79% | - |
| XYZ | 47.22 | 53.25 | 25.56 | - |
| YUV | 188.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 120 | 0 | 0.02 | 0.40 | 0.21 | 56.3 | 0.43 | 0.63 |
| Hex | C9 | C4 | 78 | 0 | 2 | 28 | 15 | 38 | 2B | 3F |
| Octal | 311 | 304 | 170 | 0 | 2 | 50 | 25 | 70 | 53 | 77 |
| Binary | 11001001 | 11000100 | 1111000 | 0 | 10 | 101000 | 10101 | 111000 | 101011 | 111111 |
Color Harmonies of #C9C478
Complementary color
Monochromatic Colors of #C9C478
Black with #C9C478
Text Example
Text Example
White with #C9C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C478; }
p { color: rgb(201,196,120); }
H1.HeaderClassName
{
color: #C9C478;
}
.AnyTagClassName
{
color: #C9C478;
}
</style>
background-color css
<style>
a { background-color: #C9C478; }
a { background-color: rgb(201,196,120); }
div.DivClassName
{
background-color: #C9C478;
}
.BgClassName
{
background-color: #C9C478;
}
</style>
border-color css
<style>
span { border-color: #C9C478; }
span { border-color: rgb(201,196,120); }
td.TdClassName
{
border-color: #C9C478;
}
.TagClassName
{
border-color: #C9C478;
}
</style>