Shades of Winter Hazel #CCC384
Tints of Winter Hazel #CCC384
RGB
CMYK
RGB Variations
Color information
#CCC384 (or 0xCCC384) is known color: Winter Hazel. HEX triplet: CC, C3 and 84. RGB value is (204,195,132). Sum of RGB (Red+Green+Blue) = 204+195+132=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC384 is #333C7B. Grayscale: #BEBEBE. Windows color (decimal): -3357820 or 8700876. OLE color: 8700876.
HSL color Cylindrical-coordinate representation of color #CCC384: hue angle of 52.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCC384 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 132 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.2 |
| HSL | 52.5º | 0.41% | 0.66% | - |
| HSV(B) | 52.5º | 0.35% | 0.8% | - |
| XYZ | 48.58 | 53.53 | 29.6 | - |
| YUV | 190.51 | 94.98 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 132 | 0 | 0.04 | 0.35 | 0.2 | 52.5 | 0.41 | 0.66 |
| Hex | CC | C3 | 84 | 0 | 4 | 23 | 14 | 34 | 29 | 42 |
| Octal | 314 | 303 | 204 | 0 | 4 | 43 | 24 | 64 | 51 | 102 |
| Binary | 11001100 | 11000011 | 10000100 | 0 | 100 | 100011 | 10100 | 110100 | 101001 | 1000010 |
Color Harmonies of #CCC384
Complementary color
Monochromatic Colors of #CCC384
Black with #CCC384
Text Example
Text Example
White with #CCC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC384; }
p { color: rgb(204,195,132); }
H1.HeaderClassName
{
color: #CCC384;
}
.AnyTagClassName
{
color: #CCC384;
}
</style>
background-color css
<style>
a { background-color: #CCC384; }
a { background-color: rgb(204,195,132); }
div.DivClassName
{
background-color: #CCC384;
}
.BgClassName
{
background-color: #CCC384;
}
</style>
border-color css
<style>
span { border-color: #CCC384; }
span { border-color: rgb(204,195,132); }
td.TdClassName
{
border-color: #CCC384;
}
.TagClassName
{
border-color: #CCC384;
}
</style>