Html Css Color HEX #CEC09A Double Spanish White
📋 copy color: '#CEC09A'red 206 ◦ green 192 ◦ blue 154
Shades of Double Spanish White #CEC09A
Tints of Double Spanish White #CEC09A
RGB
CMYK
RGB Variations
Color information
#CEC09A (or 0xCEC09A) is known color: Double Spanish White. HEX triplet: CE, C0 and 9A. RGB value is (206,192,154). Sum of RGB (Red+Green+Blue) = 206+192+154=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC09A is #313F65. Grayscale: #C0C0C0. Windows color (decimal): -3227494 or 10141902. OLE color: 10141902.
HSL color Cylindrical-coordinate representation of color #CEC09A: hue angle of 43.85º 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 #CEC09A is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 154 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.19 |
| HSL | 43.85º | 0.35% | 0.71% | - |
| HSV(B) | 43.85º | 0.25% | 0.81% | - |
| XYZ | 50.14 | 53.15 | 38.19 | - |
| YUV | 191.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 154 | 0 | 0.07 | 0.25 | 0.19 | 43.85 | 0.35 | 0.71 |
| Hex | CE | C0 | 9A | 0 | 7 | 19 | 13 | 2C | 23 | 47 |
| Octal | 316 | 300 | 232 | 0 | 7 | 31 | 23 | 54 | 43 | 107 |
| Binary | 11001110 | 11000000 | 10011010 | 0 | 111 | 11001 | 10011 | 101100 | 100011 | 1000111 |
Color Harmonies of #CEC09A
Complementary color
Monochromatic Colors of #CEC09A
Black with #CEC09A
Text Example
Text Example
White with #CEC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC09A; }
p { color: rgb(206,192,154); }
H1.HeaderClassName
{
color: #CEC09A;
}
.AnyTagClassName
{
color: #CEC09A;
}
</style>
background-color css
<style>
a { background-color: #CEC09A; }
a { background-color: rgb(206,192,154); }
div.DivClassName
{
background-color: #CEC09A;
}
.BgClassName
{
background-color: #CEC09A;
}
</style>
border-color css
<style>
span { border-color: #CEC09A; }
span { border-color: rgb(206,192,154); }
td.TdClassName
{
border-color: #CEC09A;
}
.TagClassName
{
border-color: #CEC09A;
}
</style>