Shades of Winter Hazel #C9C488
Tints of Winter Hazel #C9C488
RGB
CMYK
RGB Variations
Color information
#C9C488 (or 0xC9C488) is known color: Winter Hazel. HEX triplet: C9, C4 and 88. RGB value is (201,196,136). Sum of RGB (Red+Green+Blue) = 201+196+136=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C488 is #363B77. Grayscale: #BEBEBE. Windows color (decimal): -3554168 or 8963273. OLE color: 8963273.
HSL color Cylindrical-coordinate representation of color #C9C488: hue angle of 55.38º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9C488 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 136 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.21 |
| HSL | 55.38º | 0.38% | 0.66% | - |
| HSV(B) | 55.38º | 0.32% | 0.79% | - |
| XYZ | 48.27 | 53.67 | 31.11 | - |
| YUV | 190.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 136 | 0 | 0.02 | 0.32 | 0.21 | 55.38 | 0.38 | 0.66 |
| Hex | C9 | C4 | 88 | 0 | 2 | 20 | 15 | 37 | 26 | 42 |
| Octal | 311 | 304 | 210 | 0 | 2 | 40 | 25 | 67 | 46 | 102 |
| Binary | 11001001 | 11000100 | 10001000 | 0 | 10 | 100000 | 10101 | 110111 | 100110 | 1000010 |
Color Harmonies of #C9C488
Complementary color
Monochromatic Colors of #C9C488
Black with #C9C488
Text Example
Text Example
White with #C9C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C488; }
p { color: rgb(201,196,136); }
H1.HeaderClassName
{
color: #C9C488;
}
.AnyTagClassName
{
color: #C9C488;
}
</style>
background-color css
<style>
a { background-color: #C9C488; }
a { background-color: rgb(201,196,136); }
div.DivClassName
{
background-color: #C9C488;
}
.BgClassName
{
background-color: #C9C488;
}
</style>
border-color css
<style>
span { border-color: #C9C488; }
span { border-color: rgb(201,196,136); }
td.TdClassName
{
border-color: #C9C488;
}
.TagClassName
{
border-color: #C9C488;
}
</style>