Html Css Color HEX #CEC1A7 Double Spanish White
📋 copy color: '#CEC1A7'red 206 ◦ green 193 ◦ blue 167
Shades of Double Spanish White #CEC1A7
Tints of Double Spanish White #CEC1A7
RGB
CMYK
RGB Variations
Color information
#CEC1A7 (or 0xCEC1A7) is known color: Double Spanish White. HEX triplet: CE, C1 and A7. RGB value is (206,193,167). Sum of RGB (Red+Green+Blue) = 206+193+167=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC1A7 is #313E58. Grayscale: #C2C2C2. Windows color (decimal): -3227225 or 10994126. OLE color: 10994126.
HSL color Cylindrical-coordinate representation of color #CEC1A7: hue angle of 40º 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 #CEC1A7 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 167 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.19 |
| HSL | 40º | 0.28% | 0.73% | - |
| HSV(B) | 40º | 0.19% | 0.81% | - |
| XYZ | 51.5 | 54.05 | 44.28 | - |
| YUV | 193.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 167 | 0 | 0.06 | 0.19 | 0.19 | 40 | 0.28 | 0.73 |
| Hex | CE | C1 | A7 | 0 | 6 | 13 | 13 | 28 | 1C | 49 |
| Octal | 316 | 301 | 247 | 0 | 6 | 23 | 23 | 50 | 34 | 111 |
| Binary | 11001110 | 11000001 | 10100111 | 0 | 110 | 10011 | 10011 | 101000 | 11100 | 1001001 |
Color Harmonies of #CEC1A7
Complementary color
Monochromatic Colors of #CEC1A7
Black with #CEC1A7
Text Example
Text Example
White with #CEC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1A7; }
p { color: rgb(206,193,167); }
H1.HeaderClassName
{
color: #CEC1A7;
}
.AnyTagClassName
{
color: #CEC1A7;
}
</style>
background-color css
<style>
a { background-color: #CEC1A7; }
a { background-color: rgb(206,193,167); }
div.DivClassName
{
background-color: #CEC1A7;
}
.BgClassName
{
background-color: #CEC1A7;
}
</style>
border-color css
<style>
span { border-color: #CEC1A7; }
span { border-color: rgb(206,193,167); }
td.TdClassName
{
border-color: #CEC1A7;
}
.TagClassName
{
border-color: #CEC1A7;
}
</style>