Shades of Winter Hazel #CEC482
Tints of Winter Hazel #CEC482
RGB
CMYK
RGB Variations
Color information
#CEC482 (or 0xCEC482) is known color: Winter Hazel. HEX triplet: CE, C4 and 82. RGB value is (206,196,130). Sum of RGB (Red+Green+Blue) = 206+196+130=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC482 is #313B7D. Grayscale: #BFBFBF. Windows color (decimal): -3226494 or 8570062. OLE color: 8570062.
HSL color Cylindrical-coordinate representation of color #CEC482: hue angle of 52.11º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEC482 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 130 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.19 |
| HSL | 52.11º | 0.44% | 0.66% | - |
| HSV(B) | 52.11º | 0.37% | 0.81% | - |
| XYZ | 49.22 | 54.21 | 28.99 | - |
| YUV | 191.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 130 | 0 | 0.05 | 0.37 | 0.19 | 52.11 | 0.44 | 0.66 |
| Hex | CE | C4 | 82 | 0 | 5 | 25 | 13 | 34 | 2C | 42 |
| Octal | 316 | 304 | 202 | 0 | 5 | 45 | 23 | 64 | 54 | 102 |
| Binary | 11001110 | 11000100 | 10000010 | 0 | 101 | 100101 | 10011 | 110100 | 101100 | 1000010 |
Color Harmonies of #CEC482
Complementary color
Monochromatic Colors of #CEC482
Black with #CEC482
Text Example
Text Example
White with #CEC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC482; }
p { color: rgb(206,196,130); }
H1.HeaderClassName
{
color: #CEC482;
}
.AnyTagClassName
{
color: #CEC482;
}
</style>
background-color css
<style>
a { background-color: #CEC482; }
a { background-color: rgb(206,196,130); }
div.DivClassName
{
background-color: #CEC482;
}
.BgClassName
{
background-color: #CEC482;
}
</style>
border-color css
<style>
span { border-color: #CEC482; }
span { border-color: rgb(206,196,130); }
td.TdClassName
{
border-color: #CEC482;
}
.TagClassName
{
border-color: #CEC482;
}
</style>