Shades of Winter Hazel #C9C486
Tints of Winter Hazel #C9C486
RGB
CMYK
RGB Variations
Color information
#C9C486 (or 0xC9C486) is known color: Winter Hazel. HEX triplet: C9, C4 and 86. RGB value is (201,196,134). Sum of RGB (Red+Green+Blue) = 201+196+134=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C486 is #363B79. Grayscale: #BEBEBE. Windows color (decimal): -3554170 or 8832201. OLE color: 8832201.
HSL color Cylindrical-coordinate representation of color #C9C486: hue angle of 55.52º 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 #C9C486 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 134 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.21 |
| HSL | 55.52º | 0.38% | 0.66% | - |
| HSV(B) | 55.52º | 0.33% | 0.79% | - |
| XYZ | 48.13 | 53.62 | 30.37 | - |
| YUV | 190.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 134 | 0 | 0.02 | 0.33 | 0.21 | 55.52 | 0.38 | 0.66 |
| Hex | C9 | C4 | 86 | 0 | 2 | 21 | 15 | 38 | 26 | 42 |
| Octal | 311 | 304 | 206 | 0 | 2 | 41 | 25 | 70 | 46 | 102 |
| Binary | 11001001 | 11000100 | 10000110 | 0 | 10 | 100001 | 10101 | 111000 | 100110 | 1000010 |
Color Harmonies of #C9C486
Complementary color
Monochromatic Colors of #C9C486
Black with #C9C486
Text Example
Text Example
White with #C9C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C486; }
p { color: rgb(201,196,134); }
H1.HeaderClassName
{
color: #C9C486;
}
.AnyTagClassName
{
color: #C9C486;
}
</style>
background-color css
<style>
a { background-color: #C9C486; }
a { background-color: rgb(201,196,134); }
div.DivClassName
{
background-color: #C9C486;
}
.BgClassName
{
background-color: #C9C486;
}
</style>
border-color css
<style>
span { border-color: #C9C486; }
span { border-color: rgb(201,196,134); }
td.TdClassName
{
border-color: #C9C486;
}
.TagClassName
{
border-color: #C9C486;
}
</style>