Html Css Color HEX #CEC3A5 Double Spanish White
📋 copy color: '#CEC3A5'red 206 ◦ green 195 ◦ blue 165
Shades of Double Spanish White #CEC3A5
Tints of Double Spanish White #CEC3A5
RGB
CMYK
RGB Variations
Color information
#CEC3A5 (or 0xCEC3A5) is known color: Double Spanish White. HEX triplet: CE, C3 and A5. RGB value is (206,195,165). Sum of RGB (Red+Green+Blue) = 206+195+165=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 165 (64.84% from 255 or 29.15% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC3A5 is #313C5A. Grayscale: #C3C3C3. Windows color (decimal): -3226715 or 10863566. OLE color: 10863566.
HSL color Cylindrical-coordinate representation of color #CEC3A5: hue angle of 43.9º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC3A5 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 165 | - |
| CMYK | 0 | 0.05 | 0.20 | 0.19 |
| HSL | 43.9º | 0.29% | 0.73% | - |
| HSV(B) | 43.9º | 0.2% | 0.81% | - |
| XYZ | 51.76 | 54.87 | 43.46 | - |
| YUV | 194.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 165 | 0 | 0.05 | 0.20 | 0.19 | 43.9 | 0.29 | 0.73 |
| Hex | CE | C3 | A5 | 0 | 5 | 14 | 13 | 2C | 1D | 49 |
| Octal | 316 | 303 | 245 | 0 | 5 | 24 | 23 | 54 | 35 | 111 |
| Binary | 11001110 | 11000011 | 10100101 | 0 | 101 | 10100 | 10011 | 101100 | 11101 | 1001001 |
Color Harmonies of #CEC3A5
Complementary color
Monochromatic Colors of #CEC3A5
Black with #CEC3A5
Text Example
Text Example
White with #CEC3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC3A5; }
p { color: rgb(206,195,165); }
H1.HeaderClassName
{
color: #CEC3A5;
}
.AnyTagClassName
{
color: #CEC3A5;
}
</style>
background-color css
<style>
a { background-color: #CEC3A5; }
a { background-color: rgb(206,195,165); }
div.DivClassName
{
background-color: #CEC3A5;
}
.BgClassName
{
background-color: #CEC3A5;
}
</style>
border-color css
<style>
span { border-color: #CEC3A5; }
span { border-color: rgb(206,195,165); }
td.TdClassName
{
border-color: #CEC3A5;
}
.TagClassName
{
border-color: #CEC3A5;
}
</style>