Shades of Winter Hazel #CEC18D
Tints of Winter Hazel #CEC18D
RGB
CMYK
RGB Variations
Color information
#CEC18D (or 0xCEC18D) is known color: Winter Hazel. HEX triplet: CE, C1 and 8D. RGB value is (206,193,141). Sum of RGB (Red+Green+Blue) = 206+193+141=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC18D is #313E72. Grayscale: #BFBFBF. Windows color (decimal): -3227251 or 9290190. OLE color: 9290190.
HSL color Cylindrical-coordinate representation of color #CEC18D: hue angle of 48º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEC18D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 141 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.19 |
| HSL | 48º | 0.4% | 0.68% | - |
| HSV(B) | 48º | 0.32% | 0.81% | - |
| XYZ | 49.33 | 53.18 | 32.86 | - |
| YUV | 190.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 141 | 0 | 0.06 | 0.32 | 0.19 | 48 | 0.4 | 0.68 |
| Hex | CE | C1 | 8D | 0 | 6 | 20 | 13 | 30 | 28 | 44 |
| Octal | 316 | 301 | 215 | 0 | 6 | 40 | 23 | 60 | 50 | 104 |
| Binary | 11001110 | 11000001 | 10001101 | 0 | 110 | 100000 | 10011 | 110000 | 101000 | 1000100 |
Color Harmonies of #CEC18D
Complementary color
Monochromatic Colors of #CEC18D
Black with #CEC18D
Text Example
Text Example
White with #CEC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC18D; }
p { color: rgb(206,193,141); }
H1.HeaderClassName
{
color: #CEC18D;
}
.AnyTagClassName
{
color: #CEC18D;
}
</style>
background-color css
<style>
a { background-color: #CEC18D; }
a { background-color: rgb(206,193,141); }
div.DivClassName
{
background-color: #CEC18D;
}
.BgClassName
{
background-color: #CEC18D;
}
</style>
border-color css
<style>
span { border-color: #CEC18D; }
span { border-color: rgb(206,193,141); }
td.TdClassName
{
border-color: #CEC18D;
}
.TagClassName
{
border-color: #CEC18D;
}
</style>