Shades of Winter Hazel #CCC387
Tints of Winter Hazel #CCC387
RGB
CMYK
RGB Variations
Color information
#CCC387 (or 0xCCC387) is known color: Winter Hazel. HEX triplet: CC, C3 and 87. RGB value is (204,195,135). Sum of RGB (Red+Green+Blue) = 204+195+135=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC387 is #333C78. Grayscale: #BFBFBF. Windows color (decimal): -3357817 or 8897484. OLE color: 8897484.
HSL color Cylindrical-coordinate representation of color #CCC387: hue angle of 52.17º 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 #CCC387 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 135 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.2 |
| HSL | 52.17º | 0.4% | 0.66% | - |
| HSV(B) | 52.17º | 0.34% | 0.8% | - |
| XYZ | 48.79 | 53.62 | 30.7 | - |
| YUV | 190.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 135 | 0 | 0.04 | 0.34 | 0.2 | 52.17 | 0.4 | 0.66 |
| Hex | CC | C3 | 87 | 0 | 4 | 22 | 14 | 34 | 28 | 42 |
| Octal | 314 | 303 | 207 | 0 | 4 | 42 | 24 | 64 | 50 | 102 |
| Binary | 11001100 | 11000011 | 10000111 | 0 | 100 | 100010 | 10100 | 110100 | 101000 | 1000010 |
Color Harmonies of #CCC387
Complementary color
Monochromatic Colors of #CCC387
Black with #CCC387
Text Example
Text Example
White with #CCC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC387; }
p { color: rgb(204,195,135); }
H1.HeaderClassName
{
color: #CCC387;
}
.AnyTagClassName
{
color: #CCC387;
}
</style>
background-color css
<style>
a { background-color: #CCC387; }
a { background-color: rgb(204,195,135); }
div.DivClassName
{
background-color: #CCC387;
}
.BgClassName
{
background-color: #CCC387;
}
</style>
border-color css
<style>
span { border-color: #CCC387; }
span { border-color: rgb(204,195,135); }
td.TdClassName
{
border-color: #CCC387;
}
.TagClassName
{
border-color: #CCC387;
}
</style>