Html Css Color HEX #CEC09F Double Spanish White
📋 copy color: '#CEC09F'red 206 ◦ green 192 ◦ blue 159
Shades of Double Spanish White #CEC09F
Tints of Double Spanish White #CEC09F
RGB
CMYK
RGB Variations
Color information
#CEC09F (or 0xCEC09F) is known color: Double Spanish White. HEX triplet: CE, C0 and 9F. RGB value is (206,192,159). Sum of RGB (Red+Green+Blue) = 206+192+159=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC09F is #313F60. Grayscale: #C0C0C0. Windows color (decimal): -3227489 or 10469582. OLE color: 10469582.
HSL color Cylindrical-coordinate representation of color #CEC09F: hue angle of 42.13º 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 #CEC09F is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 159 | - |
| CMYK | 0 | 0.07 | 0.23 | 0.19 |
| HSL | 42.13º | 0.32% | 0.72% | - |
| HSV(B) | 42.13º | 0.23% | 0.81% | - |
| XYZ | 50.56 | 53.32 | 40.43 | - |
| YUV | 192.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 159 | 0 | 0.07 | 0.23 | 0.19 | 42.13 | 0.32 | 0.72 |
| Hex | CE | C0 | 9F | 0 | 7 | 17 | 13 | 2A | 20 | 48 |
| Octal | 316 | 300 | 237 | 0 | 7 | 27 | 23 | 52 | 40 | 110 |
| Binary | 11001110 | 11000000 | 10011111 | 0 | 111 | 10111 | 10011 | 101010 | 100000 | 1001000 |
Color Harmonies of #CEC09F
Complementary color
Monochromatic Colors of #CEC09F
Black with #CEC09F
Text Example
Text Example
White with #CEC09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC09F; }
p { color: rgb(206,192,159); }
H1.HeaderClassName
{
color: #CEC09F;
}
.AnyTagClassName
{
color: #CEC09F;
}
</style>
background-color css
<style>
a { background-color: #CEC09F; }
a { background-color: rgb(206,192,159); }
div.DivClassName
{
background-color: #CEC09F;
}
.BgClassName
{
background-color: #CEC09F;
}
</style>
border-color css
<style>
span { border-color: #CEC09F; }
span { border-color: rgb(206,192,159); }
td.TdClassName
{
border-color: #CEC09F;
}
.TagClassName
{
border-color: #CEC09F;
}
</style>