Shades of Winter Hazel #C9C376
Tints of Winter Hazel #C9C376
RGB
CMYK
RGB Variations
Color information
#C9C376 (or 0xC9C376) is known color: Winter Hazel. HEX triplet: C9, C3 and 76. RGB value is (201,195,118). Sum of RGB (Red+Green+Blue) = 201+195+118=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C376 is #363C89. Grayscale: #BCBCBC. Windows color (decimal): -3554442 or 7783369. OLE color: 7783369.
HSL color Cylindrical-coordinate representation of color #C9C376: hue angle of 55.66º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9C376 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 118 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.21 |
| HSL | 55.66º | 0.43% | 0.63% | - |
| HSV(B) | 55.66º | 0.41% | 0.79% | - |
| XYZ | 46.87 | 52.76 | 24.85 | - |
| YUV | 188.02 | 88.49 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 118 | 0 | 0.03 | 0.41 | 0.21 | 55.66 | 0.43 | 0.63 |
| Hex | C9 | C3 | 76 | 0 | 3 | 29 | 15 | 38 | 2B | 3F |
| Octal | 311 | 303 | 166 | 0 | 3 | 51 | 25 | 70 | 53 | 77 |
| Binary | 11001001 | 11000011 | 1110110 | 0 | 11 | 101001 | 10101 | 111000 | 101011 | 111111 |
Color Harmonies of #C9C376
Complementary color
Monochromatic Colors of #C9C376
Black with #C9C376
Text Example
Text Example
White with #C9C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C376; }
p { color: rgb(201,195,118); }
H1.HeaderClassName
{
color: #C9C376;
}
.AnyTagClassName
{
color: #C9C376;
}
</style>
background-color css
<style>
a { background-color: #C9C376; }
a { background-color: rgb(201,195,118); }
div.DivClassName
{
background-color: #C9C376;
}
.BgClassName
{
background-color: #C9C376;
}
</style>
border-color css
<style>
span { border-color: #C9C376; }
span { border-color: rgb(201,195,118); }
td.TdClassName
{
border-color: #C9C376;
}
.TagClassName
{
border-color: #C9C376;
}
</style>