Html Css Color HEX #CEC2A1 Double Spanish White
📋 copy color: '#CEC2A1'red 206 ◦ green 194 ◦ blue 161
Shades of Double Spanish White #CEC2A1
Tints of Double Spanish White #CEC2A1
RGB
CMYK
RGB Variations
Color information
#CEC2A1 (or 0xCEC2A1) is known color: Double Spanish White. HEX triplet: CE, C2 and A1. RGB value is (206,194,161). Sum of RGB (Red+Green+Blue) = 206+194+161=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 161 (63.28% from 255 or 28.70% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2A1 is #313D5E. Grayscale: #C1C1C1. Windows color (decimal): -3226975 or 10601166. OLE color: 10601166.
HSL color Cylindrical-coordinate representation of color #CEC2A1: hue angle of 44º 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 #CEC2A1 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 161 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.19 |
| HSL | 44º | 0.31% | 0.72% | - |
| HSV(B) | 44º | 0.22% | 0.81% | - |
| XYZ | 51.18 | 54.28 | 41.5 | - |
| YUV | 193.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 161 | 0 | 0.06 | 0.22 | 0.19 | 44 | 0.31 | 0.72 |
| Hex | CE | C2 | A1 | 0 | 6 | 16 | 13 | 2C | 1F | 48 |
| Octal | 316 | 302 | 241 | 0 | 6 | 26 | 23 | 54 | 37 | 110 |
| Binary | 11001110 | 11000010 | 10100001 | 0 | 110 | 10110 | 10011 | 101100 | 11111 | 1001000 |
Color Harmonies of #CEC2A1
Complementary color
Monochromatic Colors of #CEC2A1
Black with #CEC2A1
Text Example
Text Example
White with #CEC2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2A1; }
p { color: rgb(206,194,161); }
H1.HeaderClassName
{
color: #CEC2A1;
}
.AnyTagClassName
{
color: #CEC2A1;
}
</style>
background-color css
<style>
a { background-color: #CEC2A1; }
a { background-color: rgb(206,194,161); }
div.DivClassName
{
background-color: #CEC2A1;
}
.BgClassName
{
background-color: #CEC2A1;
}
</style>
border-color css
<style>
span { border-color: #CEC2A1; }
span { border-color: rgb(206,194,161); }
td.TdClassName
{
border-color: #CEC2A1;
}
.TagClassName
{
border-color: #CEC2A1;
}
</style>