Html Css Color HEX #CEC49F Double Spanish White
📋 copy color: '#CEC49F'red 206 ◦ green 196 ◦ blue 159
Shades of Double Spanish White #CEC49F
Tints of Double Spanish White #CEC49F
RGB
CMYK
RGB Variations
Color information
#CEC49F (or 0xCEC49F) is known color: Double Spanish White. HEX triplet: CE, C4 and 9F. RGB value is (206,196,159). Sum of RGB (Red+Green+Blue) = 206+196+159=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC49F is #313B60. Grayscale: #C2C2C2. Windows color (decimal): -3226465 or 10470606. OLE color: 10470606.
HSL color Cylindrical-coordinate representation of color #CEC49F: hue angle of 47.23º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC49F is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 159 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.19 |
| HSL | 47.23º | 0.32% | 0.72% | - |
| HSV(B) | 47.23º | 0.23% | 0.81% | - |
| XYZ | 51.45 | 55.1 | 40.73 | - |
| YUV | 194.77 | 107.81 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 159 | 0 | 0.05 | 0.23 | 0.19 | 47.23 | 0.32 | 0.72 |
| Hex | CE | C4 | 9F | 0 | 5 | 17 | 13 | 2F | 20 | 48 |
| Octal | 316 | 304 | 237 | 0 | 5 | 27 | 23 | 57 | 40 | 110 |
| Binary | 11001110 | 11000100 | 10011111 | 0 | 101 | 10111 | 10011 | 101111 | 100000 | 1001000 |
Color Harmonies of #CEC49F
Complementary color
Monochromatic Colors of #CEC49F
Black with #CEC49F
Text Example
Text Example
White with #CEC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC49F; }
p { color: rgb(206,196,159); }
H1.HeaderClassName
{
color: #CEC49F;
}
.AnyTagClassName
{
color: #CEC49F;
}
</style>
background-color css
<style>
a { background-color: #CEC49F; }
a { background-color: rgb(206,196,159); }
div.DivClassName
{
background-color: #CEC49F;
}
.BgClassName
{
background-color: #CEC49F;
}
</style>
border-color css
<style>
span { border-color: #CEC49F; }
span { border-color: rgb(206,196,159); }
td.TdClassName
{
border-color: #CEC49F;
}
.TagClassName
{
border-color: #CEC49F;
}
</style>