Shades of Winter Hazel #CEC786
Tints of Winter Hazel #CEC786
RGB
CMYK
RGB Variations
Color information
#CEC786 (or 0xCEC786) is known color: Winter Hazel. HEX triplet: CE, C7 and 86. RGB value is (206,199,134). Sum of RGB (Red+Green+Blue) = 206+199+134=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC786 is #313879. Grayscale: #C1C1C1. Windows color (decimal): -3225722 or 8832974. OLE color: 8832974.
HSL color Cylindrical-coordinate representation of color #CEC786: hue angle of 54.17º 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 #CEC786 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 134 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.19 |
| HSL | 54.17º | 0.42% | 0.67% | - |
| HSV(B) | 54.17º | 0.35% | 0.81% | - |
| XYZ | 50.18 | 55.69 | 30.66 | - |
| YUV | 193.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 134 | 0 | 0.03 | 0.35 | 0.19 | 54.17 | 0.42 | 0.67 |
| Hex | CE | C7 | 86 | 0 | 3 | 23 | 13 | 36 | 2A | 43 |
| Octal | 316 | 307 | 206 | 0 | 3 | 43 | 23 | 66 | 52 | 103 |
| Binary | 11001110 | 11000111 | 10000110 | 0 | 11 | 100011 | 10011 | 110110 | 101010 | 1000011 |
Color Harmonies of #CEC786
Complementary color
Monochromatic Colors of #CEC786
Black with #CEC786
Text Example
Text Example
White with #CEC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC786; }
p { color: rgb(206,199,134); }
H1.HeaderClassName
{
color: #CEC786;
}
.AnyTagClassName
{
color: #CEC786;
}
</style>
background-color css
<style>
a { background-color: #CEC786; }
a { background-color: rgb(206,199,134); }
div.DivClassName
{
background-color: #CEC786;
}
.BgClassName
{
background-color: #CEC786;
}
</style>
border-color css
<style>
span { border-color: #CEC786; }
span { border-color: rgb(206,199,134); }
td.TdClassName
{
border-color: #CEC786;
}
.TagClassName
{
border-color: #CEC786;
}
</style>