Html Css Color HEX #CEC3A3 Double Spanish White
📋 copy color: '#CEC3A3'red 206 ◦ green 195 ◦ blue 163
Shades of Double Spanish White #CEC3A3
Tints of Double Spanish White #CEC3A3
RGB
CMYK
RGB Variations
Color information
#CEC3A3 (or 0xCEC3A3) is known color: Double Spanish White. HEX triplet: CE, C3 and A3. RGB value is (206,195,163). Sum of RGB (Red+Green+Blue) = 206+195+163=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 163 (64.06% from 255 or 28.90% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3A3 is #313C5C. Grayscale: #C2C2C2. Windows color (decimal): -3226717 or 10732494. OLE color: 10732494.
HSL color Cylindrical-coordinate representation of color #CEC3A3: hue angle of 44.65º degrees, saturation: 0.3, 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 #CEC3A3 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 163 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.19 |
| HSL | 44.65º | 0.3% | 0.72% | - |
| HSV(B) | 44.65º | 0.21% | 0.81% | - |
| XYZ | 51.58 | 54.8 | 42.51 | - |
| YUV | 194.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 163 | 0 | 0.05 | 0.21 | 0.19 | 44.65 | 0.3 | 0.72 |
| Hex | CE | C3 | A3 | 0 | 5 | 15 | 13 | 2D | 1E | 48 |
| Octal | 316 | 303 | 243 | 0 | 5 | 25 | 23 | 55 | 36 | 110 |
| Binary | 11001110 | 11000011 | 10100011 | 0 | 101 | 10101 | 10011 | 101101 | 11110 | 1001000 |
Color Harmonies of #CEC3A3
Complementary color
Monochromatic Colors of #CEC3A3
Black with #CEC3A3
Text Example
Text Example
White with #CEC3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3A3; }
p { color: rgb(206,195,163); }
H1.HeaderClassName
{
color: #CEC3A3;
}
.AnyTagClassName
{
color: #CEC3A3;
}
</style>
background-color css
<style>
a { background-color: #CEC3A3; }
a { background-color: rgb(206,195,163); }
div.DivClassName
{
background-color: #CEC3A3;
}
.BgClassName
{
background-color: #CEC3A3;
}
</style>
border-color css
<style>
span { border-color: #CEC3A3; }
span { border-color: rgb(206,195,163); }
td.TdClassName
{
border-color: #CEC3A3;
}
.TagClassName
{
border-color: #CEC3A3;
}
</style>