Html Css Color HEX #CEC4A1 Double Spanish White
📋 copy color: '#CEC4A1'red 206 ◦ green 196 ◦ blue 161
Shades of Double Spanish White #CEC4A1
Tints of Double Spanish White #CEC4A1
RGB
CMYK
RGB Variations
Color information
#CEC4A1 (or 0xCEC4A1) is known color: Double Spanish White. HEX triplet: CE, C4 and A1. RGB value is (206,196,161). Sum of RGB (Red+Green+Blue) = 206+196+161=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC4A1 is #313B5E. Grayscale: #C3C3C3. Windows color (decimal): -3226463 or 10601678. OLE color: 10601678.
HSL color Cylindrical-coordinate representation of color #CEC4A1: hue angle of 46.67º degrees, saturation: 0.31, 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 #CEC4A1 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 161 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.19 |
| HSL | 46.67º | 0.31% | 0.72% | - |
| HSV(B) | 46.67º | 0.22% | 0.81% | - |
| XYZ | 51.63 | 55.17 | 41.65 | - |
| YUV | 195 | 108.81 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 161 | 0 | 0.05 | 0.22 | 0.19 | 46.67 | 0.31 | 0.72 |
| Hex | CE | C4 | A1 | 0 | 5 | 16 | 13 | 2F | 1F | 48 |
| Octal | 316 | 304 | 241 | 0 | 5 | 26 | 23 | 57 | 37 | 110 |
| Binary | 11001110 | 11000100 | 10100001 | 0 | 101 | 10110 | 10011 | 101111 | 11111 | 1001000 |
Color Harmonies of #CEC4A1
Complementary color
Monochromatic Colors of #CEC4A1
Black with #CEC4A1
Text Example
Text Example
White with #CEC4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4A1; }
p { color: rgb(206,196,161); }
H1.HeaderClassName
{
color: #CEC4A1;
}
.AnyTagClassName
{
color: #CEC4A1;
}
</style>
background-color css
<style>
a { background-color: #CEC4A1; }
a { background-color: rgb(206,196,161); }
div.DivClassName
{
background-color: #CEC4A1;
}
.BgClassName
{
background-color: #CEC4A1;
}
</style>
border-color css
<style>
span { border-color: #CEC4A1; }
span { border-color: rgb(206,196,161); }
td.TdClassName
{
border-color: #CEC4A1;
}
.TagClassName
{
border-color: #CEC4A1;
}
</style>