Shades of Winter Hazel #C9C279
Tints of Winter Hazel #C9C279
RGB
CMYK
RGB Variations
Color information
#C9C279 (or 0xC9C279) is known color: Winter Hazel. HEX triplet: C9, C2 and 79. RGB value is (201,194,121). Sum of RGB (Red+Green+Blue) = 201+194+121=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C279 is #363D86. Grayscale: #BCBCBC. Windows color (decimal): -3554695 or 7979721. OLE color: 7979721.
HSL color Cylindrical-coordinate representation of color #C9C279: hue angle of 54.75º 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 #C9C279 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 194 | 121 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.21 |
| HSL | 54.75º | 0.43% | 0.63% | - |
| HSV(B) | 54.75º | 0.4% | 0.79% | - |
| XYZ | 46.83 | 52.38 | 25.73 | - |
| YUV | 187.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 194 | 121 | 0 | 0.03 | 0.40 | 0.21 | 54.75 | 0.43 | 0.63 |
| Hex | C9 | C2 | 79 | 0 | 3 | 28 | 15 | 37 | 2B | 3F |
| Octal | 311 | 302 | 171 | 0 | 3 | 50 | 25 | 67 | 53 | 77 |
| Binary | 11001001 | 11000010 | 1111001 | 0 | 11 | 101000 | 10101 | 110111 | 101011 | 111111 |
Color Harmonies of #C9C279
Complementary color
Monochromatic Colors of #C9C279
Black with #C9C279
Text Example
Text Example
White with #C9C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C279; }
p { color: rgb(201,194,121); }
H1.HeaderClassName
{
color: #C9C279;
}
.AnyTagClassName
{
color: #C9C279;
}
</style>
background-color css
<style>
a { background-color: #C9C279; }
a { background-color: rgb(201,194,121); }
div.DivClassName
{
background-color: #C9C279;
}
.BgClassName
{
background-color: #C9C279;
}
</style>
border-color css
<style>
span { border-color: #C9C279; }
span { border-color: rgb(201,194,121); }
td.TdClassName
{
border-color: #C9C279;
}
.TagClassName
{
border-color: #C9C279;
}
</style>