Html Css Color HEX #CEC2A6 Double Spanish White
📋 copy color: '#CEC2A6'red 206 ◦ green 194 ◦ blue 166
Shades of Double Spanish White #CEC2A6
Tints of Double Spanish White #CEC2A6
RGB
CMYK
RGB Variations
Color information
#CEC2A6 (or 0xCEC2A6) is known color: Double Spanish White. HEX triplet: CE, C2 and A6. RGB value is (206,194,166). Sum of RGB (Red+Green+Blue) = 206+194+166=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 166 (65.23% from 255 or 29.33% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2A6 is #313D59. Grayscale: #C2C2C2. Windows color (decimal): -3226970 or 10928846. OLE color: 10928846.
HSL color Cylindrical-coordinate representation of color #CEC2A6: hue angle of 42º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC2A6 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 166 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.19 |
| HSL | 42º | 0.29% | 0.73% | - |
| HSV(B) | 42º | 0.19% | 0.81% | - |
| XYZ | 51.63 | 54.46 | 43.87 | - |
| YUV | 194.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 166 | 0 | 0.06 | 0.19 | 0.19 | 42 | 0.29 | 0.73 |
| Hex | CE | C2 | A6 | 0 | 6 | 13 | 13 | 2A | 1D | 49 |
| Octal | 316 | 302 | 246 | 0 | 6 | 23 | 23 | 52 | 35 | 111 |
| Binary | 11001110 | 11000010 | 10100110 | 0 | 110 | 10011 | 10011 | 101010 | 11101 | 1001001 |
Color Harmonies of #CEC2A6
Complementary color
Monochromatic Colors of #CEC2A6
Black with #CEC2A6
Text Example
Text Example
White with #CEC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2A6; }
p { color: rgb(206,194,166); }
H1.HeaderClassName
{
color: #CEC2A6;
}
.AnyTagClassName
{
color: #CEC2A6;
}
</style>
background-color css
<style>
a { background-color: #CEC2A6; }
a { background-color: rgb(206,194,166); }
div.DivClassName
{
background-color: #CEC2A6;
}
.BgClassName
{
background-color: #CEC2A6;
}
</style>
border-color css
<style>
span { border-color: #CEC2A6; }
span { border-color: rgb(206,194,166); }
td.TdClassName
{
border-color: #CEC2A6;
}
.TagClassName
{
border-color: #CEC2A6;
}
</style>