Shades of Winter Hazel #CCC587
Tints of Winter Hazel #CCC587
RGB
CMYK
RGB Variations
Color information
#CCC587 (or 0xCCC587) is known color: Winter Hazel. HEX triplet: CC, C5 and 87. RGB value is (204,197,135). Sum of RGB (Red+Green+Blue) = 204+197+135=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC587 is #333A78. Grayscale: #C0C0C0. Windows color (decimal): -3357305 or 8897996. OLE color: 8897996.
HSL color Cylindrical-coordinate representation of color #CCC587: hue angle of 53.91º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCC587 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 135 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.2 |
| HSL | 53.91º | 0.4% | 0.66% | - |
| HSV(B) | 53.91º | 0.34% | 0.8% | - |
| XYZ | 49.24 | 54.52 | 30.85 | - |
| YUV | 192.03 | 95.82 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 135 | 0 | 0.03 | 0.34 | 0.2 | 53.91 | 0.4 | 0.66 |
| Hex | CC | C5 | 87 | 0 | 3 | 22 | 14 | 36 | 28 | 42 |
| Octal | 314 | 305 | 207 | 0 | 3 | 42 | 24 | 66 | 50 | 102 |
| Binary | 11001100 | 11000101 | 10000111 | 0 | 11 | 100010 | 10100 | 110110 | 101000 | 1000010 |
Color Harmonies of #CCC587
Complementary color
Monochromatic Colors of #CCC587
Black with #CCC587
Text Example
Text Example
White with #CCC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC587; }
p { color: rgb(204,197,135); }
H1.HeaderClassName
{
color: #CCC587;
}
.AnyTagClassName
{
color: #CCC587;
}
</style>
background-color css
<style>
a { background-color: #CCC587; }
a { background-color: rgb(204,197,135); }
div.DivClassName
{
background-color: #CCC587;
}
.BgClassName
{
background-color: #CCC587;
}
</style>
border-color css
<style>
span { border-color: #CCC587; }
span { border-color: rgb(204,197,135); }
td.TdClassName
{
border-color: #CCC587;
}
.TagClassName
{
border-color: #CCC587;
}
</style>