Html Css Color HEX #CEC09C Double Spanish White
📋 copy color: '#CEC09C'red 206 ◦ green 192 ◦ blue 156
Shades of Double Spanish White #CEC09C
Tints of Double Spanish White #CEC09C
RGB
CMYK
RGB Variations
Color information
#CEC09C (or 0xCEC09C) is known color: Double Spanish White. HEX triplet: CE, C0 and 9C. RGB value is (206,192,156). Sum of RGB (Red+Green+Blue) = 206+192+156=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC09C is #313F63. Grayscale: #C0C0C0. Windows color (decimal): -3227492 or 10272974. OLE color: 10272974.
HSL color Cylindrical-coordinate representation of color #CEC09C: hue angle of 43.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEC09C is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 156 | - |
| CMYK | 0 | 0.07 | 0.24 | 0.19 |
| HSL | 43.2º | 0.34% | 0.71% | - |
| HSV(B) | 43.2º | 0.24% | 0.81% | - |
| XYZ | 50.3 | 53.22 | 39.07 | - |
| YUV | 192.08 | 107.64 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 156 | 0 | 0.07 | 0.24 | 0.19 | 43.2 | 0.34 | 0.71 |
| Hex | CE | C0 | 9C | 0 | 7 | 18 | 13 | 2B | 22 | 47 |
| Octal | 316 | 300 | 234 | 0 | 7 | 30 | 23 | 53 | 42 | 107 |
| Binary | 11001110 | 11000000 | 10011100 | 0 | 111 | 11000 | 10011 | 101011 | 100010 | 1000111 |
Color Harmonies of #CEC09C
Complementary color
Monochromatic Colors of #CEC09C
Black with #CEC09C
Text Example
Text Example
White with #CEC09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC09C; }
p { color: rgb(206,192,156); }
H1.HeaderClassName
{
color: #CEC09C;
}
.AnyTagClassName
{
color: #CEC09C;
}
</style>
background-color css
<style>
a { background-color: #CEC09C; }
a { background-color: rgb(206,192,156); }
div.DivClassName
{
background-color: #CEC09C;
}
.BgClassName
{
background-color: #CEC09C;
}
</style>
border-color css
<style>
span { border-color: #CEC09C; }
span { border-color: rgb(206,192,156); }
td.TdClassName
{
border-color: #CEC09C;
}
.TagClassName
{
border-color: #CEC09C;
}
</style>