Shades of Winter Hazel #CCC287
Tints of Winter Hazel #CCC287
RGB
CMYK
RGB Variations
Color information
#CCC287 (or 0xCCC287) is known color: Winter Hazel. HEX triplet: CC, C2 and 87. RGB value is (204,194,135). Sum of RGB (Red+Green+Blue) = 204+194+135=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC287 is #333D78. Grayscale: #BEBEBE. Windows color (decimal): -3358073 or 8897228. OLE color: 8897228.
HSL color Cylindrical-coordinate representation of color #CCC287: hue angle of 51.3º 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 #CCC287 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 135 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.2 |
| HSL | 51.3º | 0.4% | 0.66% | - |
| HSV(B) | 51.3º | 0.34% | 0.8% | - |
| XYZ | 48.57 | 53.17 | 30.62 | - |
| YUV | 190.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 135 | 0 | 0.05 | 0.34 | 0.2 | 51.3 | 0.4 | 0.66 |
| Hex | CC | C2 | 87 | 0 | 5 | 22 | 14 | 33 | 28 | 42 |
| Octal | 314 | 302 | 207 | 0 | 5 | 42 | 24 | 63 | 50 | 102 |
| Binary | 11001100 | 11000010 | 10000111 | 0 | 101 | 100010 | 10100 | 110011 | 101000 | 1000010 |
Color Harmonies of #CCC287
Complementary color
Monochromatic Colors of #CCC287
Black with #CCC287
Text Example
Text Example
White with #CCC287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC287; }
p { color: rgb(204,194,135); }
H1.HeaderClassName
{
color: #CCC287;
}
.AnyTagClassName
{
color: #CCC287;
}
</style>
background-color css
<style>
a { background-color: #CCC287; }
a { background-color: rgb(204,194,135); }
div.DivClassName
{
background-color: #CCC287;
}
.BgClassName
{
background-color: #CCC287;
}
</style>
border-color css
<style>
span { border-color: #CCC287; }
span { border-color: rgb(204,194,135); }
td.TdClassName
{
border-color: #CCC287;
}
.TagClassName
{
border-color: #CCC287;
}
</style>