Shades of Winter Hazel #CEC385
Tints of Winter Hazel #CEC385
RGB
CMYK
RGB Variations
Color information
#CEC385 (or 0xCEC385) is known color: Winter Hazel. HEX triplet: CE, C3 and 85. RGB value is (206,195,133). Sum of RGB (Red+Green+Blue) = 206+195+133=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC385 is #313C7A. Grayscale: #BFBFBF. Windows color (decimal): -3226747 or 8766414. OLE color: 8766414.
HSL color Cylindrical-coordinate representation of color #CEC385: hue angle of 50.96º 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 #CEC385 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 133 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.19 |
| HSL | 50.96º | 0.43% | 0.66% | - |
| HSV(B) | 50.96º | 0.35% | 0.81% | - |
| XYZ | 49.2 | 53.85 | 29.99 | - |
| YUV | 191.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 133 | 0 | 0.05 | 0.35 | 0.19 | 50.96 | 0.43 | 0.66 |
| Hex | CE | C3 | 85 | 0 | 5 | 23 | 13 | 33 | 2B | 42 |
| Octal | 316 | 303 | 205 | 0 | 5 | 43 | 23 | 63 | 53 | 102 |
| Binary | 11001110 | 11000011 | 10000101 | 0 | 101 | 100011 | 10011 | 110011 | 101011 | 1000010 |
Color Harmonies of #CEC385
Complementary color
Monochromatic Colors of #CEC385
Black with #CEC385
Text Example
Text Example
White with #CEC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC385; }
p { color: rgb(206,195,133); }
H1.HeaderClassName
{
color: #CEC385;
}
.AnyTagClassName
{
color: #CEC385;
}
</style>
background-color css
<style>
a { background-color: #CEC385; }
a { background-color: rgb(206,195,133); }
div.DivClassName
{
background-color: #CEC385;
}
.BgClassName
{
background-color: #CEC385;
}
</style>
border-color css
<style>
span { border-color: #CEC385; }
span { border-color: rgb(206,195,133); }
td.TdClassName
{
border-color: #CEC385;
}
.TagClassName
{
border-color: #CEC385;
}
</style>