Shades of Winter Hazel #CEC685
Tints of Winter Hazel #CEC685
RGB
CMYK
RGB Variations
Color information
#CEC685 (or 0xCEC685) is known color: Winter Hazel. HEX triplet: CE, C6 and 85. RGB value is (206,198,133). Sum of RGB (Red+Green+Blue) = 206+198+133=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC685 is #31397A. Grayscale: #C1C1C1. Windows color (decimal): -3225979 or 8767182. OLE color: 8767182.
HSL color Cylindrical-coordinate representation of color #CEC685: hue angle of 53.42º 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 #CEC685 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 133 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.19 |
| HSL | 53.42º | 0.43% | 0.66% | - |
| HSV(B) | 53.42º | 0.35% | 0.81% | - |
| XYZ | 49.88 | 55.2 | 30.22 | - |
| YUV | 192.98 | 94.15 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 133 | 0 | 0.04 | 0.35 | 0.19 | 53.42 | 0.43 | 0.66 |
| Hex | CE | C6 | 85 | 0 | 4 | 23 | 13 | 35 | 2B | 42 |
| Octal | 316 | 306 | 205 | 0 | 4 | 43 | 23 | 65 | 53 | 102 |
| Binary | 11001110 | 11000110 | 10000101 | 0 | 100 | 100011 | 10011 | 110101 | 101011 | 1000010 |
Color Harmonies of #CEC685
Complementary color
Monochromatic Colors of #CEC685
Black with #CEC685
Text Example
Text Example
White with #CEC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC685; }
p { color: rgb(206,198,133); }
H1.HeaderClassName
{
color: #CEC685;
}
.AnyTagClassName
{
color: #CEC685;
}
</style>
background-color css
<style>
a { background-color: #CEC685; }
a { background-color: rgb(206,198,133); }
div.DivClassName
{
background-color: #CEC685;
}
.BgClassName
{
background-color: #CEC685;
}
</style>
border-color css
<style>
span { border-color: #CEC685; }
span { border-color: rgb(206,198,133); }
td.TdClassName
{
border-color: #CEC685;
}
.TagClassName
{
border-color: #CEC685;
}
</style>