Shades of Winter Hazel #CEC18F
Tints of Winter Hazel #CEC18F
RGB
CMYK
RGB Variations
Color information
#CEC18F (or 0xCEC18F) is known color: Winter Hazel. HEX triplet: CE, C1 and 8F. RGB value is (206,193,143). Sum of RGB (Red+Green+Blue) = 206+193+143=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC18F is #313E70. Grayscale: #BFBFBF. Windows color (decimal): -3227249 or 9421262. OLE color: 9421262.
HSL color Cylindrical-coordinate representation of color #CEC18F: hue angle of 47.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEC18F is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 143 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.19 |
| HSL | 47.62º | 0.39% | 0.68% | - |
| HSV(B) | 47.62º | 0.31% | 0.81% | - |
| XYZ | 49.48 | 53.24 | 33.66 | - |
| YUV | 191.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 143 | 0 | 0.06 | 0.31 | 0.19 | 47.62 | 0.39 | 0.68 |
| Hex | CE | C1 | 8F | 0 | 6 | 1F | 13 | 30 | 27 | 44 |
| Octal | 316 | 301 | 217 | 0 | 6 | 37 | 23 | 60 | 47 | 104 |
| Binary | 11001110 | 11000001 | 10001111 | 0 | 110 | 11111 | 10011 | 110000 | 100111 | 1000100 |
Color Harmonies of #CEC18F
Complementary color
Monochromatic Colors of #CEC18F
Black with #CEC18F
Text Example
Text Example
White with #CEC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC18F; }
p { color: rgb(206,193,143); }
H1.HeaderClassName
{
color: #CEC18F;
}
.AnyTagClassName
{
color: #CEC18F;
}
</style>
background-color css
<style>
a { background-color: #CEC18F; }
a { background-color: rgb(206,193,143); }
div.DivClassName
{
background-color: #CEC18F;
}
.BgClassName
{
background-color: #CEC18F;
}
</style>
border-color css
<style>
span { border-color: #CEC18F; }
span { border-color: rgb(206,193,143); }
td.TdClassName
{
border-color: #CEC18F;
}
.TagClassName
{
border-color: #CEC18F;
}
</style>