Shades of Winter Hazel #CCC786
Tints of Winter Hazel #CCC786
RGB
CMYK
RGB Variations
Color information
#CCC786 (or 0xCCC786) is known color: Winter Hazel. HEX triplet: CC, C7 and 86. RGB value is (204,199,134). Sum of RGB (Red+Green+Blue) = 204+199+134=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC786 is #333879. Grayscale: #C1C1C1. Windows color (decimal): -3356794 or 8832972. OLE color: 8832972.
HSL color Cylindrical-coordinate representation of color #CCC786: hue angle of 55.71º degrees, saturation: 0.41, 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 #CCC786 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 134 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.2 |
| HSL | 55.71º | 0.41% | 0.66% | - |
| HSV(B) | 55.71º | 0.34% | 0.8% | - |
| XYZ | 49.63 | 55.41 | 30.63 | - |
| YUV | 193.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 134 | 0 | 0.02 | 0.34 | 0.2 | 55.71 | 0.41 | 0.66 |
| Hex | CC | C7 | 86 | 0 | 2 | 22 | 14 | 38 | 29 | 42 |
| Octal | 314 | 307 | 206 | 0 | 2 | 42 | 24 | 70 | 51 | 102 |
| Binary | 11001100 | 11000111 | 10000110 | 0 | 10 | 100010 | 10100 | 111000 | 101001 | 1000010 |
Color Harmonies of #CCC786
Complementary color
Monochromatic Colors of #CCC786
Black with #CCC786
Text Example
Text Example
White with #CCC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC786; }
p { color: rgb(204,199,134); }
H1.HeaderClassName
{
color: #CCC786;
}
.AnyTagClassName
{
color: #CCC786;
}
</style>
background-color css
<style>
a { background-color: #CCC786; }
a { background-color: rgb(204,199,134); }
div.DivClassName
{
background-color: #CCC786;
}
.BgClassName
{
background-color: #CCC786;
}
</style>
border-color css
<style>
span { border-color: #CCC786; }
span { border-color: rgb(204,199,134); }
td.TdClassName
{
border-color: #CCC786;
}
.TagClassName
{
border-color: #CCC786;
}
</style>