Shades of Winter Hazel #CEC286
Tints of Winter Hazel #CEC286
RGB
CMYK
RGB Variations
Color information
#CEC286 (or 0xCEC286) is known color: Winter Hazel. HEX triplet: CE, C2 and 86. RGB value is (206,194,134). Sum of RGB (Red+Green+Blue) = 206+194+134=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC286 is #313D79. Grayscale: #BFBFBF. Windows color (decimal): -3227002 or 8831694. OLE color: 8831694.
HSL color Cylindrical-coordinate representation of color #CEC286: hue angle of 50º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEC286 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 134 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.19 |
| HSL | 50º | 0.42% | 0.67% | - |
| HSV(B) | 50º | 0.35% | 0.81% | - |
| XYZ | 49.05 | 53.43 | 30.28 | - |
| YUV | 190.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 134 | 0 | 0.06 | 0.35 | 0.19 | 50 | 0.42 | 0.67 |
| Hex | CE | C2 | 86 | 0 | 6 | 23 | 13 | 32 | 2A | 43 |
| Octal | 316 | 302 | 206 | 0 | 6 | 43 | 23 | 62 | 52 | 103 |
| Binary | 11001110 | 11000010 | 10000110 | 0 | 110 | 100011 | 10011 | 110010 | 101010 | 1000011 |
Color Harmonies of #CEC286
Complementary color
Monochromatic Colors of #CEC286
Black with #CEC286
Text Example
Text Example
White with #CEC286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC286; }
p { color: rgb(206,194,134); }
H1.HeaderClassName
{
color: #CEC286;
}
.AnyTagClassName
{
color: #CEC286;
}
</style>
background-color css
<style>
a { background-color: #CEC286; }
a { background-color: rgb(206,194,134); }
div.DivClassName
{
background-color: #CEC286;
}
.BgClassName
{
background-color: #CEC286;
}
</style>
border-color css
<style>
span { border-color: #CEC286; }
span { border-color: rgb(206,194,134); }
td.TdClassName
{
border-color: #CEC286;
}
.TagClassName
{
border-color: #CEC286;
}
</style>