Shades of Winter Hazel #CEC084
Tints of Winter Hazel #CEC084
RGB
CMYK
RGB Variations
Color information
#CEC084 (or 0xCEC084) is known color: Winter Hazel. HEX triplet: CE, C0 and 84. RGB value is (206,192,132). Sum of RGB (Red+Green+Blue) = 206+192+132=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 132 (51.95% from 255 or 24.91% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC084 is #313F7B. Grayscale: #BDBDBD. Windows color (decimal): -3227516 or 8700110. OLE color: 8700110.
HSL color Cylindrical-coordinate representation of color #CEC084: hue angle of 48.65º 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 #CEC084 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 132 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.19 |
| HSL | 48.65º | 0.43% | 0.66% | - |
| HSV(B) | 48.65º | 0.36% | 0.81% | - |
| XYZ | 48.47 | 52.49 | 29.41 | - |
| YUV | 189.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 132 | 0 | 0.07 | 0.36 | 0.19 | 48.65 | 0.43 | 0.66 |
| Hex | CE | C0 | 84 | 0 | 7 | 24 | 13 | 31 | 2B | 42 |
| Octal | 316 | 300 | 204 | 0 | 7 | 44 | 23 | 61 | 53 | 102 |
| Binary | 11001110 | 11000000 | 10000100 | 0 | 111 | 100100 | 10011 | 110001 | 101011 | 1000010 |
Color Harmonies of #CEC084
Complementary color
Monochromatic Colors of #CEC084
Black with #CEC084
Text Example
Text Example
White with #CEC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC084; }
p { color: rgb(206,192,132); }
H1.HeaderClassName
{
color: #CEC084;
}
.AnyTagClassName
{
color: #CEC084;
}
</style>
background-color css
<style>
a { background-color: #CEC084; }
a { background-color: rgb(206,192,132); }
div.DivClassName
{
background-color: #CEC084;
}
.BgClassName
{
background-color: #CEC084;
}
</style>
border-color css
<style>
span { border-color: #CEC084; }
span { border-color: rgb(206,192,132); }
td.TdClassName
{
border-color: #CEC084;
}
.TagClassName
{
border-color: #CEC084;
}
</style>