Shades of Winter Hazel #CCC386
Tints of Winter Hazel #CCC386
RGB
CMYK
RGB Variations
Color information
#CCC386 (or 0xCCC386) is known color: Winter Hazel. HEX triplet: CC, C3 and 86. RGB value is (204,195,134). Sum of RGB (Red+Green+Blue) = 204+195+134=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC386 is #333C79. Grayscale: #BEBEBE. Windows color (decimal): -3357818 or 8831948. OLE color: 8831948.
HSL color Cylindrical-coordinate representation of color #CCC386: hue angle of 52.29º 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 #CCC386 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 134 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.2 |
| HSL | 52.29º | 0.41% | 0.66% | - |
| HSV(B) | 52.29º | 0.34% | 0.8% | - |
| XYZ | 48.72 | 53.59 | 30.33 | - |
| YUV | 190.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 134 | 0 | 0.04 | 0.34 | 0.2 | 52.29 | 0.41 | 0.66 |
| Hex | CC | C3 | 86 | 0 | 4 | 22 | 14 | 34 | 29 | 42 |
| Octal | 314 | 303 | 206 | 0 | 4 | 42 | 24 | 64 | 51 | 102 |
| Binary | 11001100 | 11000011 | 10000110 | 0 | 100 | 100010 | 10100 | 110100 | 101001 | 1000010 |
Color Harmonies of #CCC386
Complementary color
Monochromatic Colors of #CCC386
Black with #CCC386
Text Example
Text Example
White with #CCC386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC386; }
p { color: rgb(204,195,134); }
H1.HeaderClassName
{
color: #CCC386;
}
.AnyTagClassName
{
color: #CCC386;
}
</style>
background-color css
<style>
a { background-color: #CCC386; }
a { background-color: rgb(204,195,134); }
div.DivClassName
{
background-color: #CCC386;
}
.BgClassName
{
background-color: #CCC386;
}
</style>
border-color css
<style>
span { border-color: #CCC386; }
span { border-color: rgb(204,195,134); }
td.TdClassName
{
border-color: #CCC386;
}
.TagClassName
{
border-color: #CCC386;
}
</style>