Shades of Winter Hazel #CEC387
Tints of Winter Hazel #CEC387
RGB
CMYK
RGB Variations
Color information
#CEC387 (or 0xCEC387) is known color: Winter Hazel. HEX triplet: CE, C3 and 87. RGB value is (206,195,135). Sum of RGB (Red+Green+Blue) = 206+195+135=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 135 (53.12% from 255 or 25.19% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC387 is #313C78. Grayscale: #BFBFBF. Windows color (decimal): -3226745 or 8897486. OLE color: 8897486.
HSL color Cylindrical-coordinate representation of color #CEC387: hue angle of 50.7º 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 #CEC387 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 135 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.19 |
| HSL | 50.7º | 0.42% | 0.67% | - |
| HSV(B) | 50.7º | 0.34% | 0.81% | - |
| XYZ | 49.34 | 53.9 | 30.73 | - |
| YUV | 191.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 135 | 0 | 0.05 | 0.34 | 0.19 | 50.7 | 0.42 | 0.67 |
| Hex | CE | C3 | 87 | 0 | 5 | 22 | 13 | 33 | 2A | 43 |
| Octal | 316 | 303 | 207 | 0 | 5 | 42 | 23 | 63 | 52 | 103 |
| Binary | 11001110 | 11000011 | 10000111 | 0 | 101 | 100010 | 10011 | 110011 | 101010 | 1000011 |
Color Harmonies of #CEC387
Complementary color
Monochromatic Colors of #CEC387
Black with #CEC387
Text Example
Text Example
White with #CEC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC387; }
p { color: rgb(206,195,135); }
H1.HeaderClassName
{
color: #CEC387;
}
.AnyTagClassName
{
color: #CEC387;
}
</style>
background-color css
<style>
a { background-color: #CEC387; }
a { background-color: rgb(206,195,135); }
div.DivClassName
{
background-color: #CEC387;
}
.BgClassName
{
background-color: #CEC387;
}
</style>
border-color css
<style>
span { border-color: #CEC387; }
span { border-color: rgb(206,195,135); }
td.TdClassName
{
border-color: #CEC387;
}
.TagClassName
{
border-color: #CEC387;
}
</style>