Html Css Color HEX #CEC5A0 Double Spanish White
📋 copy color: '#CEC5A0'red 206 ◦ green 197 ◦ blue 160
Shades of Double Spanish White #CEC5A0
Tints of Double Spanish White #CEC5A0
RGB
CMYK
RGB Variations
Color information
#CEC5A0 (or 0xCEC5A0) is known color: Double Spanish White. HEX triplet: CE, C5 and A0. RGB value is (206,197,160). Sum of RGB (Red+Green+Blue) = 206+197+160=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5A0 is #313A5F. Grayscale: #C3C3C3. Windows color (decimal): -3226208 or 10536398. OLE color: 10536398.
HSL color Cylindrical-coordinate representation of color #CEC5A0: hue angle of 48.26º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC5A0 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 160 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.19 |
| HSL | 48.26º | 0.32% | 0.72% | - |
| HSV(B) | 48.26º | 0.22% | 0.81% | - |
| XYZ | 51.77 | 55.59 | 41.26 | - |
| YUV | 195.47 | 107.98 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 160 | 0 | 0.04 | 0.22 | 0.19 | 48.26 | 0.32 | 0.72 |
| Hex | CE | C5 | A0 | 0 | 4 | 16 | 13 | 30 | 20 | 48 |
| Octal | 316 | 305 | 240 | 0 | 4 | 26 | 23 | 60 | 40 | 110 |
| Binary | 11001110 | 11000101 | 10100000 | 0 | 100 | 10110 | 10011 | 110000 | 100000 | 1001000 |
Color Harmonies of #CEC5A0
Complementary color
Monochromatic Colors of #CEC5A0
Black with #CEC5A0
Text Example
Text Example
White with #CEC5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5A0; }
p { color: rgb(206,197,160); }
H1.HeaderClassName
{
color: #CEC5A0;
}
.AnyTagClassName
{
color: #CEC5A0;
}
</style>
background-color css
<style>
a { background-color: #CEC5A0; }
a { background-color: rgb(206,197,160); }
div.DivClassName
{
background-color: #CEC5A0;
}
.BgClassName
{
background-color: #CEC5A0;
}
</style>
border-color css
<style>
span { border-color: #CEC5A0; }
span { border-color: rgb(206,197,160); }
td.TdClassName
{
border-color: #CEC5A0;
}
.TagClassName
{
border-color: #CEC5A0;
}
</style>