Html Css Color HEX #CEC099 Double Spanish White
📋 copy color: '#CEC099'red 206 ◦ green 192 ◦ blue 153
Shades of Double Spanish White #CEC099
Tints of Double Spanish White #CEC099
RGB
CMYK
RGB Variations
Color information
#CEC099 (or 0xCEC099) is known color: Double Spanish White. HEX triplet: CE, C0 and 99. RGB value is (206,192,153). Sum of RGB (Red+Green+Blue) = 206+192+153=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC099 is #313F66. Grayscale: #BFBFBF. Windows color (decimal): -3227495 or 10076366. OLE color: 10076366.
HSL color Cylindrical-coordinate representation of color #CEC099: hue angle of 44.15º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEC099 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 153 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.19 |
| HSL | 44.15º | 0.35% | 0.7% | - |
| HSV(B) | 44.15º | 0.26% | 0.81% | - |
| XYZ | 50.05 | 53.12 | 37.75 | - |
| YUV | 191.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 153 | 0 | 0.07 | 0.26 | 0.19 | 44.15 | 0.35 | 0.7 |
| Hex | CE | C0 | 99 | 0 | 7 | 1A | 13 | 2C | 23 | 46 |
| Octal | 316 | 300 | 231 | 0 | 7 | 32 | 23 | 54 | 43 | 106 |
| Binary | 11001110 | 11000000 | 10011001 | 0 | 111 | 11010 | 10011 | 101100 | 100011 | 1000110 |
Color Harmonies of #CEC099
Complementary color
Monochromatic Colors of #CEC099
Black with #CEC099
Text Example
Text Example
White with #CEC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC099; }
p { color: rgb(206,192,153); }
H1.HeaderClassName
{
color: #CEC099;
}
.AnyTagClassName
{
color: #CEC099;
}
</style>
background-color css
<style>
a { background-color: #CEC099; }
a { background-color: rgb(206,192,153); }
div.DivClassName
{
background-color: #CEC099;
}
.BgClassName
{
background-color: #CEC099;
}
</style>
border-color css
<style>
span { border-color: #CEC099; }
span { border-color: rgb(206,192,153); }
td.TdClassName
{
border-color: #CEC099;
}
.TagClassName
{
border-color: #CEC099;
}
</style>