Shades of Winter Hazel #CEC986
Tints of Winter Hazel #CEC986
RGB
CMYK
RGB Variations
Color information
#CEC986 (or 0xCEC986) is known color: Winter Hazel. HEX triplet: CE, C9 and 86. RGB value is (206,201,134). Sum of RGB (Red+Green+Blue) = 206+201+134=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC986 is #313679. Grayscale: #C3C3C3. Windows color (decimal): -3225210 or 8833486. OLE color: 8833486.
HSL color Cylindrical-coordinate representation of color #CEC986: hue angle of 55.83º 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 #CEC986 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 134 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.19 |
| HSL | 55.83º | 0.42% | 0.67% | - |
| HSV(B) | 55.83º | 0.35% | 0.81% | - |
| XYZ | 50.64 | 56.62 | 30.81 | - |
| YUV | 194.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 134 | 0 | 0.02 | 0.35 | 0.19 | 55.83 | 0.42 | 0.67 |
| Hex | CE | C9 | 86 | 0 | 2 | 23 | 13 | 38 | 2A | 43 |
| Octal | 316 | 311 | 206 | 0 | 2 | 43 | 23 | 70 | 52 | 103 |
| Binary | 11001110 | 11001001 | 10000110 | 0 | 10 | 100011 | 10011 | 111000 | 101010 | 1000011 |
Color Harmonies of #CEC986
Complementary color
Monochromatic Colors of #CEC986
Black with #CEC986
Text Example
Text Example
White with #CEC986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC986; }
p { color: rgb(206,201,134); }
H1.HeaderClassName
{
color: #CEC986;
}
.AnyTagClassName
{
color: #CEC986;
}
</style>
background-color css
<style>
a { background-color: #CEC986; }
a { background-color: rgb(206,201,134); }
div.DivClassName
{
background-color: #CEC986;
}
.BgClassName
{
background-color: #CEC986;
}
</style>
border-color css
<style>
span { border-color: #CEC986; }
span { border-color: rgb(206,201,134); }
td.TdClassName
{
border-color: #CEC986;
}
.TagClassName
{
border-color: #CEC986;
}
</style>