Shades of Winter Hazel #C9C586
Tints of Winter Hazel #C9C586
RGB
CMYK
RGB Variations
Color information
#C9C586 (or 0xC9C586) is known color: Winter Hazel. HEX triplet: C9, C5 and 86. RGB value is (201,197,134). Sum of RGB (Red+Green+Blue) = 201+197+134=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C586 is #363A79. Grayscale: #BFBFBF. Windows color (decimal): -3553914 or 8832457. OLE color: 8832457.
HSL color Cylindrical-coordinate representation of color #C9C586: hue angle of 56.42º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9C586 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 134 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.21 |
| HSL | 56.42º | 0.38% | 0.66% | - |
| HSV(B) | 56.42º | 0.33% | 0.79% | - |
| XYZ | 48.36 | 54.07 | 30.44 | - |
| YUV | 191.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 134 | 0 | 0.02 | 0.33 | 0.21 | 56.42 | 0.38 | 0.66 |
| Hex | C9 | C5 | 86 | 0 | 2 | 21 | 15 | 38 | 26 | 42 |
| Octal | 311 | 305 | 206 | 0 | 2 | 41 | 25 | 70 | 46 | 102 |
| Binary | 11001001 | 11000101 | 10000110 | 0 | 10 | 100001 | 10101 | 111000 | 100110 | 1000010 |
Color Harmonies of #C9C586
Complementary color
Monochromatic Colors of #C9C586
Black with #C9C586
Text Example
Text Example
White with #C9C586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C586; }
p { color: rgb(201,197,134); }
H1.HeaderClassName
{
color: #C9C586;
}
.AnyTagClassName
{
color: #C9C586;
}
</style>
background-color css
<style>
a { background-color: #C9C586; }
a { background-color: rgb(201,197,134); }
div.DivClassName
{
background-color: #C9C586;
}
.BgClassName
{
background-color: #C9C586;
}
</style>
border-color css
<style>
span { border-color: #C9C586; }
span { border-color: rgb(201,197,134); }
td.TdClassName
{
border-color: #C9C586;
}
.TagClassName
{
border-color: #C9C586;
}
</style>