Shades of Winter Hazel #CEC487
Tints of Winter Hazel #CEC487
RGB
CMYK
RGB Variations
Color information
#CEC487 (or 0xCEC487) is known color: Winter Hazel. HEX triplet: CE, C4 and 87. RGB value is (206,196,135). Sum of RGB (Red+Green+Blue) = 206+196+135=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC487 is #313B78. Grayscale: #C0C0C0. Windows color (decimal): -3226489 or 8897742. OLE color: 8897742.
HSL color Cylindrical-coordinate representation of color #CEC487: hue angle of 51.55º 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 #CEC487 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 135 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.19 |
| HSL | 51.55º | 0.42% | 0.67% | - |
| HSV(B) | 51.55º | 0.34% | 0.81% | - |
| XYZ | 49.57 | 54.35 | 30.8 | - |
| YUV | 192.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 135 | 0 | 0.05 | 0.34 | 0.19 | 51.55 | 0.42 | 0.67 |
| Hex | CE | C4 | 87 | 0 | 5 | 22 | 13 | 34 | 2A | 43 |
| Octal | 316 | 304 | 207 | 0 | 5 | 42 | 23 | 64 | 52 | 103 |
| Binary | 11001110 | 11000100 | 10000111 | 0 | 101 | 100010 | 10011 | 110100 | 101010 | 1000011 |
Color Harmonies of #CEC487
Complementary color
Monochromatic Colors of #CEC487
Black with #CEC487
Text Example
Text Example
White with #CEC487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC487; }
p { color: rgb(206,196,135); }
H1.HeaderClassName
{
color: #CEC487;
}
.AnyTagClassName
{
color: #CEC487;
}
</style>
background-color css
<style>
a { background-color: #CEC487; }
a { background-color: rgb(206,196,135); }
div.DivClassName
{
background-color: #CEC487;
}
.BgClassName
{
background-color: #CEC487;
}
</style>
border-color css
<style>
span { border-color: #CEC487; }
span { border-color: rgb(206,196,135); }
td.TdClassName
{
border-color: #CEC487;
}
.TagClassName
{
border-color: #CEC487;
}
</style>