Html Css Color HEX #CEC3A1 Double Spanish White
📋 copy color: '#CEC3A1'red 206 ◦ green 195 ◦ blue 161
Shades of Double Spanish White #CEC3A1
Tints of Double Spanish White #CEC3A1
RGB
CMYK
RGB Variations
Color information
#CEC3A1 (or 0xCEC3A1) is known color: Double Spanish White. HEX triplet: CE, C3 and A1. RGB value is (206,195,161). Sum of RGB (Red+Green+Blue) = 206+195+161=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3A1 is #313C5E. Grayscale: #C2C2C2. Windows color (decimal): -3226719 or 10601422. OLE color: 10601422.
HSL color Cylindrical-coordinate representation of color #CEC3A1: hue angle of 45.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 #CEC3A1 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 195 | 161 | - |
CMYK | 0 | 0.05 | 0.22 | 0.19 |
HSL | 45.33º | 0.31% | 0.72% | - |
HSV(B) | 45.33º | 0.22% | 0.81% | - |
XYZ | 51.4 | 54.73 | 41.57 | - |
YUV | 194.41 | 109.14 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 195 | 161 | 0 | 0.05 | 0.22 | 0.19 | 45.33 | 0.31 | 0.72 |
Hex | CE | C3 | A1 | 0 | 5 | 16 | 13 | 2D | 1F | 48 |
Octal | 316 | 303 | 241 | 0 | 5 | 26 | 23 | 55 | 37 | 110 |
Binary | 11001110 | 11000011 | 10100001 | 0 | 101 | 10110 | 10011 | 101101 | 11111 | 1001000 |
Color Harmonies of #CEC3A1
Complementary color
Monochromatic Colors of #CEC3A1
Black with #CEC3A1
Text Example
Text Example
White with #CEC3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3A1; }
p { color: rgb(206,195,161); }
H1.HeaderClassName
{
color: #CEC3A1;
}
.AnyTagClassName
{
color: #CEC3A1;
}
</style>
background-color css
<style>
a { background-color: #CEC3A1; }
a { background-color: rgb(206,195,161); }
div.DivClassName
{
background-color: #CEC3A1;
}
.BgClassName
{
background-color: #CEC3A1;
}
</style>
border-color css
<style>
span { border-color: #CEC3A1; }
span { border-color: rgb(206,195,161); }
td.TdClassName
{
border-color: #CEC3A1;
}
.TagClassName
{
border-color: #CEC3A1;
}
</style>