Shades of Winter Hazel #CEC182
Tints of Winter Hazel #CEC182
RGB
CMYK
RGB Variations
Color information
#CEC182 (or 0xCEC182) is known color: Winter Hazel. HEX triplet: CE, C1 and 82. RGB value is (206,193,130). Sum of RGB (Red+Green+Blue) = 206+193+130=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC182 is #313E7D. Grayscale: #BDBDBD. Windows color (decimal): -3227262 or 8569294. OLE color: 8569294.
HSL color Cylindrical-coordinate representation of color #CEC182: hue angle of 49.74º 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 #CEC182 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 130 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.19 |
| HSL | 49.74º | 0.44% | 0.66% | - |
| HSV(B) | 49.74º | 0.37% | 0.81% | - |
| XYZ | 48.55 | 52.87 | 28.77 | - |
| YUV | 189.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 130 | 0 | 0.06 | 0.37 | 0.19 | 49.74 | 0.44 | 0.66 |
| Hex | CE | C1 | 82 | 0 | 6 | 25 | 13 | 32 | 2C | 42 |
| Octal | 316 | 301 | 202 | 0 | 6 | 45 | 23 | 62 | 54 | 102 |
| Binary | 11001110 | 11000001 | 10000010 | 0 | 110 | 100101 | 10011 | 110010 | 101100 | 1000010 |
Color Harmonies of #CEC182
Complementary color
Monochromatic Colors of #CEC182
Black with #CEC182
Text Example
Text Example
White with #CEC182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC182; }
p { color: rgb(206,193,130); }
H1.HeaderClassName
{
color: #CEC182;
}
.AnyTagClassName
{
color: #CEC182;
}
</style>
background-color css
<style>
a { background-color: #CEC182; }
a { background-color: rgb(206,193,130); }
div.DivClassName
{
background-color: #CEC182;
}
.BgClassName
{
background-color: #CEC182;
}
</style>
border-color css
<style>
span { border-color: #CEC182; }
span { border-color: rgb(206,193,130); }
td.TdClassName
{
border-color: #CEC182;
}
.TagClassName
{
border-color: #CEC182;
}
</style>