Shades of Winter Hazel #CEC384
Tints of Winter Hazel #CEC384
RGB
CMYK
RGB Variations
Color information
#CEC384 (or 0xCEC384) is known color: Winter Hazel. HEX triplet: CE, C3 and 84. RGB value is (206,195,132). Sum of RGB (Red+Green+Blue) = 206+195+132=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC384 is #313C7B. Grayscale: #BFBFBF. Windows color (decimal): -3226748 or 8700878. OLE color: 8700878.
HSL color Cylindrical-coordinate representation of color #CEC384: hue angle of 51.08º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CEC384 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 132 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.19 |
| HSL | 51.08º | 0.43% | 0.66% | - |
| HSV(B) | 51.08º | 0.36% | 0.81% | - |
| XYZ | 49.13 | 53.82 | 29.63 | - |
| YUV | 191.11 | 94.64 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 132 | 0 | 0.05 | 0.36 | 0.19 | 51.08 | 0.43 | 0.66 |
| Hex | CE | C3 | 84 | 0 | 5 | 24 | 13 | 33 | 2B | 42 |
| Octal | 316 | 303 | 204 | 0 | 5 | 44 | 23 | 63 | 53 | 102 |
| Binary | 11001110 | 11000011 | 10000100 | 0 | 101 | 100100 | 10011 | 110011 | 101011 | 1000010 |
Color Harmonies of #CEC384
Complementary color
Monochromatic Colors of #CEC384
Black with #CEC384
Text Example
Text Example
White with #CEC384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC384; }
p { color: rgb(206,195,132); }
H1.HeaderClassName
{
color: #CEC384;
}
.AnyTagClassName
{
color: #CEC384;
}
</style>
background-color css
<style>
a { background-color: #CEC384; }
a { background-color: rgb(206,195,132); }
div.DivClassName
{
background-color: #CEC384;
}
.BgClassName
{
background-color: #CEC384;
}
</style>
border-color css
<style>
span { border-color: #CEC384; }
span { border-color: rgb(206,195,132); }
td.TdClassName
{
border-color: #CEC384;
}
.TagClassName
{
border-color: #CEC384;
}
</style>