Html Css Color HEX #CEC6A2 Double Spanish White
📋 copy color: '#CEC6A2'red 206 ◦ green 198 ◦ blue 162
Shades of Double Spanish White #CEC6A2
Tints of Double Spanish White #CEC6A2
RGB
CMYK
RGB Variations
Color information
#CEC6A2 (or 0xCEC6A2) is known color: Double Spanish White. HEX triplet: CE, C6 and A2. RGB value is (206,198,162). Sum of RGB (Red+Green+Blue) = 206+198+162=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 162 (63.67% from 255 or 28.62% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC6A2 is #31395D. Grayscale: #C4C4C4. Windows color (decimal): -3225950 or 10667726. OLE color: 10667726.
HSL color Cylindrical-coordinate representation of color #CEC6A2: hue angle of 49.09º degrees, saturation: 0.31, 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 #CEC6A2 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 162 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.19 |
| HSL | 49.09º | 0.31% | 0.72% | - |
| HSV(B) | 49.09º | 0.21% | 0.81% | - |
| XYZ | 52.17 | 56.12 | 42.26 | - |
| YUV | 196.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 162 | 0 | 0.04 | 0.21 | 0.19 | 49.09 | 0.31 | 0.72 |
| Hex | CE | C6 | A2 | 0 | 4 | 15 | 13 | 31 | 1F | 48 |
| Octal | 316 | 306 | 242 | 0 | 4 | 25 | 23 | 61 | 37 | 110 |
| Binary | 11001110 | 11000110 | 10100010 | 0 | 100 | 10101 | 10011 | 110001 | 11111 | 1001000 |
Color Harmonies of #CEC6A2
Complementary color
Monochromatic Colors of #CEC6A2
Black with #CEC6A2
Text Example
Text Example
White with #CEC6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC6A2; }
p { color: rgb(206,198,162); }
H1.HeaderClassName
{
color: #CEC6A2;
}
.AnyTagClassName
{
color: #CEC6A2;
}
</style>
background-color css
<style>
a { background-color: #CEC6A2; }
a { background-color: rgb(206,198,162); }
div.DivClassName
{
background-color: #CEC6A2;
}
.BgClassName
{
background-color: #CEC6A2;
}
</style>
border-color css
<style>
span { border-color: #CEC6A2; }
span { border-color: rgb(206,198,162); }
td.TdClassName
{
border-color: #CEC6A2;
}
.TagClassName
{
border-color: #CEC6A2;
}
</style>