Html Css Color HEX #CEC3A2 Double Spanish White
📋 copy color: '#CEC3A2'red 206 ◦ green 195 ◦ blue 162
Shades of Double Spanish White #CEC3A2
Tints of Double Spanish White #CEC3A2
RGB
CMYK
RGB Variations
Color information
#CEC3A2 (or 0xCEC3A2) is known color: Double Spanish White. HEX triplet: CE, C3 and A2. RGB value is (206,195,162). Sum of RGB (Red+Green+Blue) = 206+195+162=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3A2 is #313C5D. Grayscale: #C2C2C2. Windows color (decimal): -3226718 or 10666958. OLE color: 10666958.
HSL color Cylindrical-coordinate representation of color #CEC3A2: hue angle of 45º 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 #CEC3A2 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 162 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.19 |
| HSL | 45º | 0.31% | 0.72% | - |
| HSV(B) | 45º | 0.21% | 0.81% | - |
| XYZ | 51.49 | 54.76 | 42.04 | - |
| YUV | 194.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 162 | 0 | 0.05 | 0.21 | 0.19 | 45 | 0.31 | 0.72 |
| Hex | CE | C3 | A2 | 0 | 5 | 15 | 13 | 2D | 1F | 48 |
| Octal | 316 | 303 | 242 | 0 | 5 | 25 | 23 | 55 | 37 | 110 |
| Binary | 11001110 | 11000011 | 10100010 | 0 | 101 | 10101 | 10011 | 101101 | 11111 | 1001000 |
Color Harmonies of #CEC3A2
Complementary color
Monochromatic Colors of #CEC3A2
Black with #CEC3A2
Text Example
Text Example
White with #CEC3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3A2; }
p { color: rgb(206,195,162); }
H1.HeaderClassName
{
color: #CEC3A2;
}
.AnyTagClassName
{
color: #CEC3A2;
}
</style>
background-color css
<style>
a { background-color: #CEC3A2; }
a { background-color: rgb(206,195,162); }
div.DivClassName
{
background-color: #CEC3A2;
}
.BgClassName
{
background-color: #CEC3A2;
}
</style>
border-color css
<style>
span { border-color: #CEC3A2; }
span { border-color: rgb(206,195,162); }
td.TdClassName
{
border-color: #CEC3A2;
}
.TagClassName
{
border-color: #CEC3A2;
}
</style>