Html Css Color HEX #CEC29A Double Spanish White
📋 copy color: '#CEC29A'red 206 ◦ green 194 ◦ blue 154
Shades of Double Spanish White #CEC29A
Tints of Double Spanish White #CEC29A
RGB
CMYK
RGB Variations
Color information
#CEC29A (or 0xCEC29A) is known color: Double Spanish White. HEX triplet: CE, C2 and 9A. RGB value is (206,194,154). Sum of RGB (Red+Green+Blue) = 206+194+154=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC29A is #313D65. Grayscale: #C1C1C1. Windows color (decimal): -3226982 or 10142414. OLE color: 10142414.
HSL color Cylindrical-coordinate representation of color #CEC29A: hue angle of 46.15º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEC29A is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 154 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.19 |
| HSL | 46.15º | 0.35% | 0.71% | - |
| HSV(B) | 46.15º | 0.25% | 0.81% | - |
| XYZ | 50.58 | 54.04 | 38.34 | - |
| YUV | 193.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 154 | 0 | 0.06 | 0.25 | 0.19 | 46.15 | 0.35 | 0.71 |
| Hex | CE | C2 | 9A | 0 | 6 | 19 | 13 | 2E | 23 | 47 |
| Octal | 316 | 302 | 232 | 0 | 6 | 31 | 23 | 56 | 43 | 107 |
| Binary | 11001110 | 11000010 | 10011010 | 0 | 110 | 11001 | 10011 | 101110 | 100011 | 1000111 |
Color Harmonies of #CEC29A
Complementary color
Monochromatic Colors of #CEC29A
Black with #CEC29A
Text Example
Text Example
White with #CEC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC29A; }
p { color: rgb(206,194,154); }
H1.HeaderClassName
{
color: #CEC29A;
}
.AnyTagClassName
{
color: #CEC29A;
}
</style>
background-color css
<style>
a { background-color: #CEC29A; }
a { background-color: rgb(206,194,154); }
div.DivClassName
{
background-color: #CEC29A;
}
.BgClassName
{
background-color: #CEC29A;
}
</style>
border-color css
<style>
span { border-color: #CEC29A; }
span { border-color: rgb(206,194,154); }
td.TdClassName
{
border-color: #CEC29A;
}
.TagClassName
{
border-color: #CEC29A;
}
</style>