Shades of Winter Hazel #CEC485
Tints of Winter Hazel #CEC485
RGB
CMYK
RGB Variations
Color information
#CEC485 (or 0xCEC485) is known color: Winter Hazel. HEX triplet: CE, C4 and 85. RGB value is (206,196,133). Sum of RGB (Red+Green+Blue) = 206+196+133=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC485 is #313B7A. Grayscale: #C0C0C0. Windows color (decimal): -3226491 or 8766670. OLE color: 8766670.
HSL color Cylindrical-coordinate representation of color #CEC485: hue angle of 51.78º 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 #CEC485 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 133 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.19 |
| HSL | 51.78º | 0.43% | 0.66% | - |
| HSV(B) | 51.78º | 0.35% | 0.81% | - |
| XYZ | 49.43 | 54.3 | 30.07 | - |
| YUV | 191.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 133 | 0 | 0.05 | 0.35 | 0.19 | 51.78 | 0.43 | 0.66 |
| Hex | CE | C4 | 85 | 0 | 5 | 23 | 13 | 34 | 2B | 42 |
| Octal | 316 | 304 | 205 | 0 | 5 | 43 | 23 | 64 | 53 | 102 |
| Binary | 11001110 | 11000100 | 10000101 | 0 | 101 | 100011 | 10011 | 110100 | 101011 | 1000010 |
Color Harmonies of #CEC485
Complementary color
Monochromatic Colors of #CEC485
Black with #CEC485
Text Example
Text Example
White with #CEC485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC485; }
p { color: rgb(206,196,133); }
H1.HeaderClassName
{
color: #CEC485;
}
.AnyTagClassName
{
color: #CEC485;
}
</style>
background-color css
<style>
a { background-color: #CEC485; }
a { background-color: rgb(206,196,133); }
div.DivClassName
{
background-color: #CEC485;
}
.BgClassName
{
background-color: #CEC485;
}
</style>
border-color css
<style>
span { border-color: #CEC485; }
span { border-color: rgb(206,196,133); }
td.TdClassName
{
border-color: #CEC485;
}
.TagClassName
{
border-color: #CEC485;
}
</style>