Shades of Winter Hazel #C9C37A
Tints of Winter Hazel #C9C37A
RGB
CMYK
RGB Variations
Color information
#C9C37A (or 0xC9C37A) is known color: Winter Hazel. HEX triplet: C9, C3 and 7A. RGB value is (201,195,122). Sum of RGB (Red+Green+Blue) = 201+195+122=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C37A is #363C85. Grayscale: #BCBCBC. Windows color (decimal): -3554438 or 8045513. OLE color: 8045513.
HSL color Cylindrical-coordinate representation of color #C9C37A: hue angle of 55.44º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C9C37A is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 122 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.21 |
| HSL | 55.44º | 0.42% | 0.63% | - |
| HSV(B) | 55.44º | 0.39% | 0.79% | - |
| XYZ | 47.12 | 52.85 | 26.13 | - |
| YUV | 188.47 | 90.49 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 122 | 0 | 0.03 | 0.39 | 0.21 | 55.44 | 0.42 | 0.63 |
| Hex | C9 | C3 | 7A | 0 | 3 | 27 | 15 | 37 | 2A | 3F |
| Octal | 311 | 303 | 172 | 0 | 3 | 47 | 25 | 67 | 52 | 77 |
| Binary | 11001001 | 11000011 | 1111010 | 0 | 11 | 100111 | 10101 | 110111 | 101010 | 111111 |
Color Harmonies of #C9C37A
Complementary color
Monochromatic Colors of #C9C37A
Black with #C9C37A
Text Example
Text Example
White with #C9C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C37A; }
p { color: rgb(201,195,122); }
H1.HeaderClassName
{
color: #C9C37A;
}
.AnyTagClassName
{
color: #C9C37A;
}
</style>
background-color css
<style>
a { background-color: #C9C37A; }
a { background-color: rgb(201,195,122); }
div.DivClassName
{
background-color: #C9C37A;
}
.BgClassName
{
background-color: #C9C37A;
}
</style>
border-color css
<style>
span { border-color: #C9C37A; }
span { border-color: rgb(201,195,122); }
td.TdClassName
{
border-color: #C9C37A;
}
.TagClassName
{
border-color: #C9C37A;
}
</style>