Shades of Winter Hazel #C9C278
Tints of Winter Hazel #C9C278
RGB
CMYK
RGB Variations
Color information
#C9C278 (or 0xC9C278) is known color: Winter Hazel. HEX triplet: C9, C2 and 78. RGB value is (201,194,120). Sum of RGB (Red+Green+Blue) = 201+194+120=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C278 is #363D87. Grayscale: #BBBBBB. Windows color (decimal): -3554696 or 7914185. OLE color: 7914185.
HSL color Cylindrical-coordinate representation of color #C9C278: hue angle of 54.81º 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 #C9C278 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 120 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.21 |
| HSL | 54.81º | 0.43% | 0.63% | - |
| HSV(B) | 54.81º | 0.4% | 0.79% | - |
| XYZ | 46.77 | 52.36 | 25.41 | - |
| YUV | 187.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 120 | 0 | 0.03 | 0.40 | 0.21 | 54.81 | 0.43 | 0.63 |
| Hex | C9 | C2 | 78 | 0 | 3 | 28 | 15 | 37 | 2B | 3F |
| Octal | 311 | 302 | 170 | 0 | 3 | 50 | 25 | 67 | 53 | 77 |
| Binary | 11001001 | 11000010 | 1111000 | 0 | 11 | 101000 | 10101 | 110111 | 101011 | 111111 |
Color Harmonies of #C9C278
Complementary color
Monochromatic Colors of #C9C278
Black with #C9C278
Text Example
Text Example
White with #C9C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C278; }
p { color: rgb(201,194,120); }
H1.HeaderClassName
{
color: #C9C278;
}
.AnyTagClassName
{
color: #C9C278;
}
</style>
background-color css
<style>
a { background-color: #C9C278; }
a { background-color: rgb(201,194,120); }
div.DivClassName
{
background-color: #C9C278;
}
.BgClassName
{
background-color: #C9C278;
}
</style>
border-color css
<style>
span { border-color: #C9C278; }
span { border-color: rgb(201,194,120); }
td.TdClassName
{
border-color: #C9C278;
}
.TagClassName
{
border-color: #C9C278;
}
</style>