Html Css Color HEX #CEC2A9 Double Spanish White
📋 copy color: '#CEC2A9'red 206 ◦ green 194 ◦ blue 169
Shades of Double Spanish White #CEC2A9
Tints of Double Spanish White #CEC2A9
RGB
CMYK
RGB Variations
Color information
#CEC2A9 (or 0xCEC2A9) is known color: Double Spanish White. HEX triplet: CE, C2 and A9. RGB value is (206,194,169). Sum of RGB (Red+Green+Blue) = 206+194+169=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 169 (66.41% from 255 or 29.70% from 569); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2A9 is #313D56. Grayscale: #C2C2C2. Windows color (decimal): -3226967 or 11125454. OLE color: 11125454.
HSL color Cylindrical-coordinate representation of color #CEC2A9: hue angle of 40.54º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEC2A9 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 169 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.19 |
| HSL | 40.54º | 0.27% | 0.74% | - |
| HSV(B) | 40.54º | 0.18% | 0.81% | - |
| XYZ | 51.91 | 54.57 | 45.33 | - |
| YUV | 194.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 169 | 0 | 0.06 | 0.18 | 0.19 | 40.54 | 0.27 | 0.74 |
| Hex | CE | C2 | A9 | 0 | 6 | 12 | 13 | 29 | 1B | 4A |
| Octal | 316 | 302 | 251 | 0 | 6 | 22 | 23 | 51 | 33 | 112 |
| Binary | 11001110 | 11000010 | 10101001 | 0 | 110 | 10010 | 10011 | 101001 | 11011 | 1001010 |
Color Harmonies of #CEC2A9
Complementary color
Monochromatic Colors of #CEC2A9
Black with #CEC2A9
Text Example
Text Example
White with #CEC2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2A9; }
p { color: rgb(206,194,169); }
H1.HeaderClassName
{
color: #CEC2A9;
}
.AnyTagClassName
{
color: #CEC2A9;
}
</style>
background-color css
<style>
a { background-color: #CEC2A9; }
a { background-color: rgb(206,194,169); }
div.DivClassName
{
background-color: #CEC2A9;
}
.BgClassName
{
background-color: #CEC2A9;
}
</style>
border-color css
<style>
span { border-color: #CEC2A9; }
span { border-color: rgb(206,194,169); }
td.TdClassName
{
border-color: #CEC2A9;
}
.TagClassName
{
border-color: #CEC2A9;
}
</style>