Shades of Winter Hazel #CEC785
Tints of Winter Hazel #CEC785
RGB
CMYK
RGB Variations
Color information
#CEC785 (or 0xCEC785) is known color: Winter Hazel. HEX triplet: CE, C7 and 85. RGB value is (206,199,133). Sum of RGB (Red+Green+Blue) = 206+199+133=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC785 is #31387A. Grayscale: #C1C1C1. Windows color (decimal): -3225723 or 8767438. OLE color: 8767438.
HSL color Cylindrical-coordinate representation of color #CEC785: hue angle of 54.25º 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 #CEC785 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 133 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.19 |
| HSL | 54.25º | 0.43% | 0.66% | - |
| HSV(B) | 54.25º | 0.35% | 0.81% | - |
| XYZ | 50.11 | 55.66 | 30.29 | - |
| YUV | 193.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 133 | 0 | 0.03 | 0.35 | 0.19 | 54.25 | 0.43 | 0.66 |
| Hex | CE | C7 | 85 | 0 | 3 | 23 | 13 | 36 | 2B | 42 |
| Octal | 316 | 307 | 205 | 0 | 3 | 43 | 23 | 66 | 53 | 102 |
| Binary | 11001110 | 11000111 | 10000101 | 0 | 11 | 100011 | 10011 | 110110 | 101011 | 1000010 |
Color Harmonies of #CEC785
Complementary color
Monochromatic Colors of #CEC785
Black with #CEC785
Text Example
Text Example
White with #CEC785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC785; }
p { color: rgb(206,199,133); }
H1.HeaderClassName
{
color: #CEC785;
}
.AnyTagClassName
{
color: #CEC785;
}
</style>
background-color css
<style>
a { background-color: #CEC785; }
a { background-color: rgb(206,199,133); }
div.DivClassName
{
background-color: #CEC785;
}
.BgClassName
{
background-color: #CEC785;
}
</style>
border-color css
<style>
span { border-color: #CEC785; }
span { border-color: rgb(206,199,133); }
td.TdClassName
{
border-color: #CEC785;
}
.TagClassName
{
border-color: #CEC785;
}
</style>