Shades of Winter Hazel #CCC087
Tints of Winter Hazel #CCC087
RGB
CMYK
RGB Variations
Color information
#CCC087 (or 0xCCC087) is known color: Winter Hazel. HEX triplet: CC, C0 and 87. RGB value is (204,192,135). Sum of RGB (Red+Green+Blue) = 204+192+135=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC087 is #333F78. Grayscale: #BDBDBD. Windows color (decimal): -3358585 or 8896716. OLE color: 8896716.
HSL color Cylindrical-coordinate representation of color #CCC087: hue angle of 49.57º 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 #CCC087 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 135 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.2 |
| HSL | 49.57º | 0.4% | 0.66% | - |
| HSV(B) | 49.57º | 0.34% | 0.8% | - |
| XYZ | 48.12 | 52.29 | 30.48 | - |
| YUV | 189.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 135 | 0 | 0.06 | 0.34 | 0.2 | 49.57 | 0.4 | 0.66 |
| Hex | CC | C0 | 87 | 0 | 6 | 22 | 14 | 32 | 28 | 42 |
| Octal | 314 | 300 | 207 | 0 | 6 | 42 | 24 | 62 | 50 | 102 |
| Binary | 11001100 | 11000000 | 10000111 | 0 | 110 | 100010 | 10100 | 110010 | 101000 | 1000010 |
Color Harmonies of #CCC087
Complementary color
Monochromatic Colors of #CCC087
Black with #CCC087
Text Example
Text Example
White with #CCC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC087; }
p { color: rgb(204,192,135); }
H1.HeaderClassName
{
color: #CCC087;
}
.AnyTagClassName
{
color: #CCC087;
}
</style>
background-color css
<style>
a { background-color: #CCC087; }
a { background-color: rgb(204,192,135); }
div.DivClassName
{
background-color: #CCC087;
}
.BgClassName
{
background-color: #CCC087;
}
</style>
border-color css
<style>
span { border-color: #CCC087; }
span { border-color: rgb(204,192,135); }
td.TdClassName
{
border-color: #CCC087;
}
.TagClassName
{
border-color: #CCC087;
}
</style>