Shades of Winter Hazel #CEC276
Tints of Winter Hazel #CEC276
RGB
CMYK
RGB Variations
Color information
#CEC276 (or 0xCEC276) is known color: Winter Hazel. HEX triplet: CE, C2 and 76. RGB value is (206,194,118). Sum of RGB (Red+Green+Blue) = 206+194+118=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC276 is #313D89. Grayscale: #BDBDBD. Windows color (decimal): -3227018 or 7783118. OLE color: 7783118.
HSL color Cylindrical-coordinate representation of color #CEC276: hue angle of 51.82º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CEC276 is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 118 | - |
| CMYK | 0 | 0.06 | 0.43 | 0.19 |
| HSL | 51.82º | 0.47% | 0.64% | - |
| HSV(B) | 51.82º | 0.43% | 0.81% | - |
| XYZ | 48.02 | 53.01 | 24.84 | - |
| YUV | 188.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 118 | 0 | 0.06 | 0.43 | 0.19 | 51.82 | 0.47 | 0.64 |
| Hex | CE | C2 | 76 | 0 | 6 | 2B | 13 | 34 | 2F | 40 |
| Octal | 316 | 302 | 166 | 0 | 6 | 53 | 23 | 64 | 57 | 100 |
| Binary | 11001110 | 11000010 | 1110110 | 0 | 110 | 101011 | 10011 | 110100 | 101111 | 1000000 |
Color Harmonies of #CEC276
Complementary color
Monochromatic Colors of #CEC276
Black with #CEC276
Text Example
Text Example
White with #CEC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC276; }
p { color: rgb(206,194,118); }
H1.HeaderClassName
{
color: #CEC276;
}
.AnyTagClassName
{
color: #CEC276;
}
</style>
background-color css
<style>
a { background-color: #CEC276; }
a { background-color: rgb(206,194,118); }
div.DivClassName
{
background-color: #CEC276;
}
.BgClassName
{
background-color: #CEC276;
}
</style>
border-color css
<style>
span { border-color: #CEC276; }
span { border-color: rgb(206,194,118); }
td.TdClassName
{
border-color: #CEC276;
}
.TagClassName
{
border-color: #CEC276;
}
</style>