Html Css Color HEX #CEC49D Double Spanish White
📋 copy color: '#CEC49D'red 206 ◦ green 196 ◦ blue 157
Shades of Double Spanish White #CEC49D
Tints of Double Spanish White #CEC49D
RGB
CMYK
RGB Variations
Color information
#CEC49D (or 0xCEC49D) is known color: Double Spanish White. HEX triplet: CE, C4 and 9D. RGB value is (206,196,157). Sum of RGB (Red+Green+Blue) = 206+196+157=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC49D is #313B62. Grayscale: #C2C2C2. Windows color (decimal): -3226467 or 10339534. OLE color: 10339534.
HSL color Cylindrical-coordinate representation of color #CEC49D: hue angle of 47.76º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEC49D is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 157 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.19 |
| HSL | 47.76º | 0.33% | 0.71% | - |
| HSV(B) | 47.76º | 0.24% | 0.81% | - |
| XYZ | 51.28 | 55.04 | 39.82 | - |
| YUV | 194.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 157 | 0 | 0.05 | 0.24 | 0.19 | 47.76 | 0.33 | 0.71 |
| Hex | CE | C4 | 9D | 0 | 5 | 18 | 13 | 30 | 21 | 47 |
| Octal | 316 | 304 | 235 | 0 | 5 | 30 | 23 | 60 | 41 | 107 |
| Binary | 11001110 | 11000100 | 10011101 | 0 | 101 | 11000 | 10011 | 110000 | 100001 | 1000111 |
Color Harmonies of #CEC49D
Complementary color
Monochromatic Colors of #CEC49D
Black with #CEC49D
Text Example
Text Example
White with #CEC49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC49D; }
p { color: rgb(206,196,157); }
H1.HeaderClassName
{
color: #CEC49D;
}
.AnyTagClassName
{
color: #CEC49D;
}
</style>
background-color css
<style>
a { background-color: #CEC49D; }
a { background-color: rgb(206,196,157); }
div.DivClassName
{
background-color: #CEC49D;
}
.BgClassName
{
background-color: #CEC49D;
}
</style>
border-color css
<style>
span { border-color: #CEC49D; }
span { border-color: rgb(206,196,157); }
td.TdClassName
{
border-color: #CEC49D;
}
.TagClassName
{
border-color: #CEC49D;
}
</style>