Html Css Color HEX #CEC2A5 Double Spanish White
📋 copy color: '#CEC2A5'red 206 ◦ green 194 ◦ blue 165
Shades of Double Spanish White #CEC2A5
Tints of Double Spanish White #CEC2A5
RGB
CMYK
RGB Variations
Color information
#CEC2A5 (or 0xCEC2A5) is known color: Double Spanish White. HEX triplet: CE, C2 and A5. RGB value is (206,194,165). Sum of RGB (Red+Green+Blue) = 206+194+165=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2A5 is #313D5A. Grayscale: #C2C2C2. Windows color (decimal): -3226971 or 10863310. OLE color: 10863310.
HSL color Cylindrical-coordinate representation of color #CEC2A5: hue angle of 42.44º 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 #CEC2A5 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 165 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.19 |
| HSL | 42.44º | 0.29% | 0.73% | - |
| HSV(B) | 42.44º | 0.2% | 0.81% | - |
| XYZ | 51.54 | 54.42 | 43.39 | - |
| YUV | 194.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 165 | 0 | 0.06 | 0.20 | 0.19 | 42.44 | 0.29 | 0.73 |
| Hex | CE | C2 | A5 | 0 | 6 | 14 | 13 | 2A | 1D | 49 |
| Octal | 316 | 302 | 245 | 0 | 6 | 24 | 23 | 52 | 35 | 111 |
| Binary | 11001110 | 11000010 | 10100101 | 0 | 110 | 10100 | 10011 | 101010 | 11101 | 1001001 |
Color Harmonies of #CEC2A5
Complementary color
Monochromatic Colors of #CEC2A5
Black with #CEC2A5
Text Example
Text Example
White with #CEC2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2A5; }
p { color: rgb(206,194,165); }
H1.HeaderClassName
{
color: #CEC2A5;
}
.AnyTagClassName
{
color: #CEC2A5;
}
</style>
background-color css
<style>
a { background-color: #CEC2A5; }
a { background-color: rgb(206,194,165); }
div.DivClassName
{
background-color: #CEC2A5;
}
.BgClassName
{
background-color: #CEC2A5;
}
</style>
border-color css
<style>
span { border-color: #CEC2A5; }
span { border-color: rgb(206,194,165); }
td.TdClassName
{
border-color: #CEC2A5;
}
.TagClassName
{
border-color: #CEC2A5;
}
</style>