Shades of Winter Hazel #CEC287
Tints of Winter Hazel #CEC287
RGB
CMYK
RGB Variations
Color information
#CEC287 (or 0xCEC287) is known color: Winter Hazel. HEX triplet: CE, C2 and 87. RGB value is (206,194,135). Sum of RGB (Red+Green+Blue) = 206+194+135=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC287 is #313D78. Grayscale: #BFBFBF. Windows color (decimal): -3227001 or 8897230. OLE color: 8897230.
HSL color Cylindrical-coordinate representation of color #CEC287: hue angle of 49.86º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEC287 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 135 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.19 |
| HSL | 49.86º | 0.42% | 0.67% | - |
| HSV(B) | 49.86º | 0.34% | 0.81% | - |
| XYZ | 49.12 | 53.45 | 30.65 | - |
| YUV | 190.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 135 | 0 | 0.06 | 0.34 | 0.19 | 49.86 | 0.42 | 0.67 |
| Hex | CE | C2 | 87 | 0 | 6 | 22 | 13 | 32 | 2A | 43 |
| Octal | 316 | 302 | 207 | 0 | 6 | 42 | 23 | 62 | 52 | 103 |
| Binary | 11001110 | 11000010 | 10000111 | 0 | 110 | 100010 | 10011 | 110010 | 101010 | 1000011 |
Color Harmonies of #CEC287
Complementary color
Monochromatic Colors of #CEC287
Black with #CEC287
Text Example
Text Example
White with #CEC287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC287; }
p { color: rgb(206,194,135); }
H1.HeaderClassName
{
color: #CEC287;
}
.AnyTagClassName
{
color: #CEC287;
}
</style>
background-color css
<style>
a { background-color: #CEC287; }
a { background-color: rgb(206,194,135); }
div.DivClassName
{
background-color: #CEC287;
}
.BgClassName
{
background-color: #CEC287;
}
</style>
border-color css
<style>
span { border-color: #CEC287; }
span { border-color: rgb(206,194,135); }
td.TdClassName
{
border-color: #CEC287;
}
.TagClassName
{
border-color: #CEC287;
}
</style>