Shades of Winter Hazel #CCC486
Tints of Winter Hazel #CCC486
RGB
CMYK
RGB Variations
Color information
#CCC486 (or 0xCCC486) is known color: Winter Hazel. HEX triplet: CC, C4 and 86. RGB value is (204,196,134). Sum of RGB (Red+Green+Blue) = 204+196+134=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC486 is #333B79. Grayscale: #BFBFBF. Windows color (decimal): -3357562 or 8832204. OLE color: 8832204.
HSL color Cylindrical-coordinate representation of color #CCC486: hue angle of 53.14º 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 #CCC486 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 134 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.2 |
| HSL | 53.14º | 0.41% | 0.66% | - |
| HSV(B) | 53.14º | 0.34% | 0.8% | - |
| XYZ | 48.94 | 54.04 | 30.41 | - |
| YUV | 191.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 134 | 0 | 0.04 | 0.34 | 0.2 | 53.14 | 0.41 | 0.66 |
| Hex | CC | C4 | 86 | 0 | 4 | 22 | 14 | 35 | 29 | 42 |
| Octal | 314 | 304 | 206 | 0 | 4 | 42 | 24 | 65 | 51 | 102 |
| Binary | 11001100 | 11000100 | 10000110 | 0 | 100 | 100010 | 10100 | 110101 | 101001 | 1000010 |
Color Harmonies of #CCC486
Complementary color
Monochromatic Colors of #CCC486
Black with #CCC486
Text Example
Text Example
White with #CCC486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC486; }
p { color: rgb(204,196,134); }
H1.HeaderClassName
{
color: #CCC486;
}
.AnyTagClassName
{
color: #CCC486;
}
</style>
background-color css
<style>
a { background-color: #CCC486; }
a { background-color: rgb(204,196,134); }
div.DivClassName
{
background-color: #CCC486;
}
.BgClassName
{
background-color: #CCC486;
}
</style>
border-color css
<style>
span { border-color: #CCC486; }
span { border-color: rgb(204,196,134); }
td.TdClassName
{
border-color: #CCC486;
}
.TagClassName
{
border-color: #CCC486;
}
</style>