Html Css Color HEX #CEC29F Double Spanish White
📋 copy color: '#CEC29F'red 206 ◦ green 194 ◦ blue 159
Shades of Double Spanish White #CEC29F
Tints of Double Spanish White #CEC29F
RGB
CMYK
RGB Variations
Color information
#CEC29F (or 0xCEC29F) is known color: Double Spanish White. HEX triplet: CE, C2 and 9F. RGB value is (206,194,159). Sum of RGB (Red+Green+Blue) = 206+194+159=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC29F is #313D60. Grayscale: #C1C1C1. Windows color (decimal): -3226977 or 10470094. OLE color: 10470094.
HSL color Cylindrical-coordinate representation of color #CEC29F: hue angle of 44.68º 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 #CEC29F is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 159 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.19 |
| HSL | 44.68º | 0.32% | 0.72% | - |
| HSV(B) | 44.68º | 0.23% | 0.81% | - |
| XYZ | 51 | 54.21 | 40.58 | - |
| YUV | 193.6 | 108.48 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 159 | 0 | 0.06 | 0.23 | 0.19 | 44.68 | 0.32 | 0.72 |
| Hex | CE | C2 | 9F | 0 | 6 | 17 | 13 | 2D | 20 | 48 |
| Octal | 316 | 302 | 237 | 0 | 6 | 27 | 23 | 55 | 40 | 110 |
| Binary | 11001110 | 11000010 | 10011111 | 0 | 110 | 10111 | 10011 | 101101 | 100000 | 1001000 |
Color Harmonies of #CEC29F
Complementary color
Monochromatic Colors of #CEC29F
Black with #CEC29F
Text Example
Text Example
White with #CEC29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC29F; }
p { color: rgb(206,194,159); }
H1.HeaderClassName
{
color: #CEC29F;
}
.AnyTagClassName
{
color: #CEC29F;
}
</style>
background-color css
<style>
a { background-color: #CEC29F; }
a { background-color: rgb(206,194,159); }
div.DivClassName
{
background-color: #CEC29F;
}
.BgClassName
{
background-color: #CEC29F;
}
</style>
border-color css
<style>
span { border-color: #CEC29F; }
span { border-color: rgb(206,194,159); }
td.TdClassName
{
border-color: #CEC29F;
}
.TagClassName
{
border-color: #CEC29F;
}
</style>