Shades of Winter Hazel #CEC88F
Tints of Winter Hazel #CEC88F
RGB
CMYK
RGB Variations
Color information
#CEC88F (or 0xCEC88F) is known color: Winter Hazel. HEX triplet: CE, C8 and 8F. RGB value is (206,200,143). Sum of RGB (Red+Green+Blue) = 206+200+143=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC88F is #313770. Grayscale: #C3C3C3. Windows color (decimal): -3225457 or 9423054. OLE color: 9423054.
HSL color Cylindrical-coordinate representation of color #CEC88F: hue angle of 54.29º 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 #CEC88F is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 143 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.19 |
| HSL | 54.29º | 0.39% | 0.68% | - |
| HSV(B) | 54.29º | 0.31% | 0.81% | - |
| XYZ | 51.07 | 56.41 | 34.18 | - |
| YUV | 195.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 143 | 0 | 0.03 | 0.31 | 0.19 | 54.29 | 0.39 | 0.68 |
| Hex | CE | C8 | 8F | 0 | 3 | 1F | 13 | 36 | 27 | 44 |
| Octal | 316 | 310 | 217 | 0 | 3 | 37 | 23 | 66 | 47 | 104 |
| Binary | 11001110 | 11001000 | 10001111 | 0 | 11 | 11111 | 10011 | 110110 | 100111 | 1000100 |
Color Harmonies of #CEC88F
Complementary color
Monochromatic Colors of #CEC88F
Black with #CEC88F
Text Example
Text Example
White with #CEC88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC88F; }
p { color: rgb(206,200,143); }
H1.HeaderClassName
{
color: #CEC88F;
}
.AnyTagClassName
{
color: #CEC88F;
}
</style>
background-color css
<style>
a { background-color: #CEC88F; }
a { background-color: rgb(206,200,143); }
div.DivClassName
{
background-color: #CEC88F;
}
.BgClassName
{
background-color: #CEC88F;
}
</style>
border-color css
<style>
span { border-color: #CEC88F; }
span { border-color: rgb(206,200,143); }
td.TdClassName
{
border-color: #CEC88F;
}
.TagClassName
{
border-color: #CEC88F;
}
</style>