Shades of Winter Hazel #CEC984
Tints of Winter Hazel #CEC984
RGB
CMYK
RGB Variations
Color information
#CEC984 (or 0xCEC984) is known color: Winter Hazel. HEX triplet: CE, C9 and 84. RGB value is (206,201,132). Sum of RGB (Red+Green+Blue) = 206+201+132=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC984 is #31367B. Grayscale: #C2C2C2. Windows color (decimal): -3225212 or 8702414. OLE color: 8702414.
HSL color Cylindrical-coordinate representation of color #CEC984: hue angle of 55.95º 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 #CEC984 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 132 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.19 |
| HSL | 55.95º | 0.43% | 0.66% | - |
| HSV(B) | 55.95º | 0.36% | 0.81% | - |
| XYZ | 50.51 | 56.56 | 30.09 | - |
| YUV | 194.63 | 92.66 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 132 | 0 | 0.02 | 0.36 | 0.19 | 55.95 | 0.43 | 0.66 |
| Hex | CE | C9 | 84 | 0 | 2 | 24 | 13 | 38 | 2B | 42 |
| Octal | 316 | 311 | 204 | 0 | 2 | 44 | 23 | 70 | 53 | 102 |
| Binary | 11001110 | 11001001 | 10000100 | 0 | 10 | 100100 | 10011 | 111000 | 101011 | 1000010 |
Color Harmonies of #CEC984
Complementary color
Monochromatic Colors of #CEC984
Black with #CEC984
Text Example
Text Example
White with #CEC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC984; }
p { color: rgb(206,201,132); }
H1.HeaderClassName
{
color: #CEC984;
}
.AnyTagClassName
{
color: #CEC984;
}
</style>
background-color css
<style>
a { background-color: #CEC984; }
a { background-color: rgb(206,201,132); }
div.DivClassName
{
background-color: #CEC984;
}
.BgClassName
{
background-color: #CEC984;
}
</style>
border-color css
<style>
span { border-color: #CEC984; }
span { border-color: rgb(206,201,132); }
td.TdClassName
{
border-color: #CEC984;
}
.TagClassName
{
border-color: #CEC984;
}
</style>