Html Css Color HEX #CEC6A1 Double Spanish White
📋 copy color: '#CEC6A1'red 206 ◦ green 198 ◦ blue 161
Shades of Double Spanish White #CEC6A1
Tints of Double Spanish White #CEC6A1
RGB
CMYK
RGB Variations
Color information
#CEC6A1 (or 0xCEC6A1) is known color: Double Spanish White. HEX triplet: CE, C6 and A1. RGB value is (206,198,161). Sum of RGB (Red+Green+Blue) = 206+198+161=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6A1 is #31395E. Grayscale: #C4C4C4. Windows color (decimal): -3225951 or 10602190. OLE color: 10602190.
HSL color Cylindrical-coordinate representation of color #CEC6A1: hue angle of 49.33º 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 #CEC6A1 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 161 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.19 |
| HSL | 49.33º | 0.31% | 0.72% | - |
| HSV(B) | 49.33º | 0.22% | 0.81% | - |
| XYZ | 52.08 | 56.08 | 41.8 | - |
| YUV | 196.17 | 108.15 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 161 | 0 | 0.04 | 0.22 | 0.19 | 49.33 | 0.31 | 0.72 |
| Hex | CE | C6 | A1 | 0 | 4 | 16 | 13 | 31 | 1F | 48 |
| Octal | 316 | 306 | 241 | 0 | 4 | 26 | 23 | 61 | 37 | 110 |
| Binary | 11001110 | 11000110 | 10100001 | 0 | 100 | 10110 | 10011 | 110001 | 11111 | 1001000 |
Color Harmonies of #CEC6A1
Complementary color
Monochromatic Colors of #CEC6A1
Black with #CEC6A1
Text Example
Text Example
White with #CEC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6A1; }
p { color: rgb(206,198,161); }
H1.HeaderClassName
{
color: #CEC6A1;
}
.AnyTagClassName
{
color: #CEC6A1;
}
</style>
background-color css
<style>
a { background-color: #CEC6A1; }
a { background-color: rgb(206,198,161); }
div.DivClassName
{
background-color: #CEC6A1;
}
.BgClassName
{
background-color: #CEC6A1;
}
</style>
border-color css
<style>
span { border-color: #CEC6A1; }
span { border-color: rgb(206,198,161); }
td.TdClassName
{
border-color: #CEC6A1;
}
.TagClassName
{
border-color: #CEC6A1;
}
</style>