Shades of Winter Hazel #CEC885
Tints of Winter Hazel #CEC885
RGB
CMYK
RGB Variations
Color information
#CEC885 (or 0xCEC885) is known color: Winter Hazel. HEX triplet: CE, C8 and 85. RGB value is (206,200,133). Sum of RGB (Red+Green+Blue) = 206+200+133=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC885 is #31377A. Grayscale: #C2C2C2. Windows color (decimal): -3225467 or 8767694. OLE color: 8767694.
HSL color Cylindrical-coordinate representation of color #CEC885: hue angle of 55.07º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEC885 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 133 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.19 |
| HSL | 55.07º | 0.43% | 0.66% | - |
| HSV(B) | 55.07º | 0.35% | 0.81% | - |
| XYZ | 50.34 | 56.12 | 30.37 | - |
| YUV | 194.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 133 | 0 | 0.03 | 0.35 | 0.19 | 55.07 | 0.43 | 0.66 |
| Hex | CE | C8 | 85 | 0 | 3 | 23 | 13 | 37 | 2B | 42 |
| Octal | 316 | 310 | 205 | 0 | 3 | 43 | 23 | 67 | 53 | 102 |
| Binary | 11001110 | 11001000 | 10000101 | 0 | 11 | 100011 | 10011 | 110111 | 101011 | 1000010 |
Color Harmonies of #CEC885
Complementary color
Monochromatic Colors of #CEC885
Black with #CEC885
Text Example
Text Example
White with #CEC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC885; }
p { color: rgb(206,200,133); }
H1.HeaderClassName
{
color: #CEC885;
}
.AnyTagClassName
{
color: #CEC885;
}
</style>
background-color css
<style>
a { background-color: #CEC885; }
a { background-color: rgb(206,200,133); }
div.DivClassName
{
background-color: #CEC885;
}
.BgClassName
{
background-color: #CEC885;
}
</style>
border-color css
<style>
span { border-color: #CEC885; }
span { border-color: rgb(206,200,133); }
td.TdClassName
{
border-color: #CEC885;
}
.TagClassName
{
border-color: #CEC885;
}
</style>