Shades of Winter Hazel #C9C487
Tints of Winter Hazel #C9C487
RGB
CMYK
RGB Variations
Color information
#C9C487 (or 0xC9C487) is known color: Winter Hazel. HEX triplet: C9, C4 and 87. RGB value is (201,196,135). Sum of RGB (Red+Green+Blue) = 201+196+135=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C487 is #363B78. Grayscale: #BEBEBE. Windows color (decimal): -3554169 or 8897737. OLE color: 8897737.
HSL color Cylindrical-coordinate representation of color #C9C487: hue angle of 55.45º 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 #C9C487 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 135 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.21 |
| HSL | 55.45º | 0.38% | 0.66% | - |
| HSV(B) | 55.45º | 0.33% | 0.79% | - |
| XYZ | 48.2 | 53.65 | 30.74 | - |
| YUV | 190.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 135 | 0 | 0.02 | 0.33 | 0.21 | 55.45 | 0.38 | 0.66 |
| Hex | C9 | C4 | 87 | 0 | 2 | 21 | 15 | 37 | 26 | 42 |
| Octal | 311 | 304 | 207 | 0 | 2 | 41 | 25 | 67 | 46 | 102 |
| Binary | 11001001 | 11000100 | 10000111 | 0 | 10 | 100001 | 10101 | 110111 | 100110 | 1000010 |
Color Harmonies of #C9C487
Complementary color
Monochromatic Colors of #C9C487
Black with #C9C487
Text Example
Text Example
White with #C9C487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C487; }
p { color: rgb(201,196,135); }
H1.HeaderClassName
{
color: #C9C487;
}
.AnyTagClassName
{
color: #C9C487;
}
</style>
background-color css
<style>
a { background-color: #C9C487; }
a { background-color: rgb(201,196,135); }
div.DivClassName
{
background-color: #C9C487;
}
.BgClassName
{
background-color: #C9C487;
}
</style>
border-color css
<style>
span { border-color: #C9C487; }
span { border-color: rgb(201,196,135); }
td.TdClassName
{
border-color: #C9C487;
}
.TagClassName
{
border-color: #C9C487;
}
</style>