Html Css Color HEX #CEC5A7 Double Spanish White
📋 copy color: '#CEC5A7'red 206 ◦ green 197 ◦ blue 167
Shades of Double Spanish White #CEC5A7
Tints of Double Spanish White #CEC5A7
RGB
CMYK
RGB Variations
Color information
#CEC5A7 (or 0xCEC5A7) is known color: Double Spanish White. HEX triplet: CE, C5 and A7. RGB value is (206,197,167). Sum of RGB (Red+Green+Blue) = 206+197+167=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC5A7 is #313A58. Grayscale: #C4C4C4. Windows color (decimal): -3226201 or 10995150. OLE color: 10995150.
HSL color Cylindrical-coordinate representation of color #CEC5A7: hue angle of 46.15º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEC5A7 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 167 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.19 |
| HSL | 46.15º | 0.28% | 0.73% | - |
| HSV(B) | 46.15º | 0.19% | 0.81% | - |
| XYZ | 52.39 | 55.84 | 44.58 | - |
| YUV | 196.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 167 | 0 | 0.04 | 0.19 | 0.19 | 46.15 | 0.28 | 0.73 |
| Hex | CE | C5 | A7 | 0 | 4 | 13 | 13 | 2E | 1C | 49 |
| Octal | 316 | 305 | 247 | 0 | 4 | 23 | 23 | 56 | 34 | 111 |
| Binary | 11001110 | 11000101 | 10100111 | 0 | 100 | 10011 | 10011 | 101110 | 11100 | 1001001 |
Color Harmonies of #CEC5A7
Complementary color
Monochromatic Colors of #CEC5A7
Black with #CEC5A7
Text Example
Text Example
White with #CEC5A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5A7; }
p { color: rgb(206,197,167); }
H1.HeaderClassName
{
color: #CEC5A7;
}
.AnyTagClassName
{
color: #CEC5A7;
}
</style>
background-color css
<style>
a { background-color: #CEC5A7; }
a { background-color: rgb(206,197,167); }
div.DivClassName
{
background-color: #CEC5A7;
}
.BgClassName
{
background-color: #CEC5A7;
}
</style>
border-color css
<style>
span { border-color: #CEC5A7; }
span { border-color: rgb(206,197,167); }
td.TdClassName
{
border-color: #CEC5A7;
}
.TagClassName
{
border-color: #CEC5A7;
}
</style>