Html Css Color HEX #CEC19F Double Spanish White
📋 copy color: '#CEC19F'red 206 ◦ green 193 ◦ blue 159
Shades of Double Spanish White #CEC19F
Tints of Double Spanish White #CEC19F
RGB
CMYK
RGB Variations
Color information
#CEC19F (or 0xCEC19F) is known color: Double Spanish White. HEX triplet: CE, C1 and 9F. RGB value is (206,193,159). Sum of RGB (Red+Green+Blue) = 206+193+159=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC19F is #313E60. Grayscale: #C1C1C1. Windows color (decimal): -3227233 or 10469838. OLE color: 10469838.
HSL color Cylindrical-coordinate representation of color #CEC19F: hue angle of 43.4º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC19F is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 159 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.19 |
| HSL | 43.4º | 0.32% | 0.72% | - |
| HSV(B) | 43.4º | 0.23% | 0.81% | - |
| XYZ | 50.78 | 53.76 | 40.5 | - |
| YUV | 193.01 | 108.81 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 159 | 0 | 0.06 | 0.23 | 0.19 | 43.4 | 0.32 | 0.72 |
| Hex | CE | C1 | 9F | 0 | 6 | 17 | 13 | 2B | 20 | 48 |
| Octal | 316 | 301 | 237 | 0 | 6 | 27 | 23 | 53 | 40 | 110 |
| Binary | 11001110 | 11000001 | 10011111 | 0 | 110 | 10111 | 10011 | 101011 | 100000 | 1001000 |
Color Harmonies of #CEC19F
Complementary color
Monochromatic Colors of #CEC19F
Black with #CEC19F
Text Example
Text Example
White with #CEC19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC19F; }
p { color: rgb(206,193,159); }
H1.HeaderClassName
{
color: #CEC19F;
}
.AnyTagClassName
{
color: #CEC19F;
}
</style>
background-color css
<style>
a { background-color: #CEC19F; }
a { background-color: rgb(206,193,159); }
div.DivClassName
{
background-color: #CEC19F;
}
.BgClassName
{
background-color: #CEC19F;
}
</style>
border-color css
<style>
span { border-color: #CEC19F; }
span { border-color: rgb(206,193,159); }
td.TdClassName
{
border-color: #CEC19F;
}
.TagClassName
{
border-color: #CEC19F;
}
</style>