Html Css Color HEX #CEC1A3 Double Spanish White
📋 copy color: '#CEC1A3'red 206 ◦ green 193 ◦ blue 163
Shades of Double Spanish White #CEC1A3
Tints of Double Spanish White #CEC1A3
RGB
CMYK
RGB Variations
Color information
#CEC1A3 (or 0xCEC1A3) is known color: Double Spanish White. HEX triplet: CE, C1 and A3. RGB value is (206,193,163). Sum of RGB (Red+Green+Blue) = 206+193+163=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC1A3 is #313E5C. Grayscale: #C1C1C1. Windows color (decimal): -3227229 or 10731982. OLE color: 10731982.
HSL color Cylindrical-coordinate representation of color #CEC1A3: hue angle of 41.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEC1A3 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 163 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.19 |
| HSL | 41.86º | 0.3% | 0.72% | - |
| HSV(B) | 41.86º | 0.21% | 0.81% | - |
| XYZ | 51.13 | 53.91 | 42.36 | - |
| YUV | 193.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 163 | 0 | 0.06 | 0.21 | 0.19 | 41.86 | 0.3 | 0.72 |
| Hex | CE | C1 | A3 | 0 | 6 | 15 | 13 | 2A | 1E | 48 |
| Octal | 316 | 301 | 243 | 0 | 6 | 25 | 23 | 52 | 36 | 110 |
| Binary | 11001110 | 11000001 | 10100011 | 0 | 110 | 10101 | 10011 | 101010 | 11110 | 1001000 |
Color Harmonies of #CEC1A3
Complementary color
Monochromatic Colors of #CEC1A3
Black with #CEC1A3
Text Example
Text Example
White with #CEC1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1A3; }
p { color: rgb(206,193,163); }
H1.HeaderClassName
{
color: #CEC1A3;
}
.AnyTagClassName
{
color: #CEC1A3;
}
</style>
background-color css
<style>
a { background-color: #CEC1A3; }
a { background-color: rgb(206,193,163); }
div.DivClassName
{
background-color: #CEC1A3;
}
.BgClassName
{
background-color: #CEC1A3;
}
</style>
border-color css
<style>
span { border-color: #CEC1A3; }
span { border-color: rgb(206,193,163); }
td.TdClassName
{
border-color: #CEC1A3;
}
.TagClassName
{
border-color: #CEC1A3;
}
</style>