Shades of Winter Hazel #C9C176
Tints of Winter Hazel #C9C176
RGB
CMYK
RGB Variations
Color information
#C9C176 (or 0xC9C176) is known color: Winter Hazel. HEX triplet: C9, C1 and 76. RGB value is (201,193,118). Sum of RGB (Red+Green+Blue) = 201+193+118=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C176 is #363E89. Grayscale: #BBBBBB. Windows color (decimal): -3554954 or 7782857. OLE color: 7782857.
HSL color Cylindrical-coordinate representation of color #C9C176: hue angle of 54.22º 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 #C9C176 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 193 | 118 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.21 |
| HSL | 54.22º | 0.43% | 0.63% | - |
| HSV(B) | 54.22º | 0.41% | 0.79% | - |
| XYZ | 46.43 | 51.87 | 24.7 | - |
| YUV | 186.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 193 | 118 | 0 | 0.04 | 0.41 | 0.21 | 54.22 | 0.43 | 0.63 |
| Hex | C9 | C1 | 76 | 0 | 4 | 29 | 15 | 36 | 2B | 3F |
| Octal | 311 | 301 | 166 | 0 | 4 | 51 | 25 | 66 | 53 | 77 |
| Binary | 11001001 | 11000001 | 1110110 | 0 | 100 | 101001 | 10101 | 110110 | 101011 | 111111 |
Color Harmonies of #C9C176
Complementary color
Monochromatic Colors of #C9C176
Black with #C9C176
Text Example
Text Example
White with #C9C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C176; }
p { color: rgb(201,193,118); }
H1.HeaderClassName
{
color: #C9C176;
}
.AnyTagClassName
{
color: #C9C176;
}
</style>
background-color css
<style>
a { background-color: #C9C176; }
a { background-color: rgb(201,193,118); }
div.DivClassName
{
background-color: #C9C176;
}
.BgClassName
{
background-color: #C9C176;
}
</style>
border-color css
<style>
span { border-color: #C9C176; }
span { border-color: rgb(201,193,118); }
td.TdClassName
{
border-color: #C9C176;
}
.TagClassName
{
border-color: #C9C176;
}
</style>