Shades of Winter Hazel #CEC288
Tints of Winter Hazel #CEC288
RGB
CMYK
RGB Variations
Color information
#CEC288 (or 0xCEC288) is known color: Winter Hazel. HEX triplet: CE, C2 and 88. RGB value is (206,194,136). Sum of RGB (Red+Green+Blue) = 206+194+136=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC288 is #313D77. Grayscale: #BFBFBF. Windows color (decimal): -3227000 or 8962766. OLE color: 8962766.
HSL color Cylindrical-coordinate representation of color #CEC288: hue angle of 49.71º 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 #CEC288 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 136 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.19 |
| HSL | 49.71º | 0.42% | 0.67% | - |
| HSV(B) | 49.71º | 0.34% | 0.81% | - |
| XYZ | 49.19 | 53.48 | 31.02 | - |
| YUV | 190.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 136 | 0 | 0.06 | 0.34 | 0.19 | 49.71 | 0.42 | 0.67 |
| Hex | CE | C2 | 88 | 0 | 6 | 22 | 13 | 32 | 2A | 43 |
| Octal | 316 | 302 | 210 | 0 | 6 | 42 | 23 | 62 | 52 | 103 |
| Binary | 11001110 | 11000010 | 10001000 | 0 | 110 | 100010 | 10011 | 110010 | 101010 | 1000011 |
Color Harmonies of #CEC288
Complementary color
Monochromatic Colors of #CEC288
Black with #CEC288
Text Example
Text Example
White with #CEC288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC288; }
p { color: rgb(206,194,136); }
H1.HeaderClassName
{
color: #CEC288;
}
.AnyTagClassName
{
color: #CEC288;
}
</style>
background-color css
<style>
a { background-color: #CEC288; }
a { background-color: rgb(206,194,136); }
div.DivClassName
{
background-color: #CEC288;
}
.BgClassName
{
background-color: #CEC288;
}
</style>
border-color css
<style>
span { border-color: #CEC288; }
span { border-color: rgb(206,194,136); }
td.TdClassName
{
border-color: #CEC288;
}
.TagClassName
{
border-color: #CEC288;
}
</style>