Html Css Color HEX #CEC39E Double Spanish White
📋 copy color: '#CEC39E'red 206 ◦ green 195 ◦ blue 158
Shades of Double Spanish White #CEC39E
Tints of Double Spanish White #CEC39E
RGB
CMYK
RGB Variations
Color information
#CEC39E (or 0xCEC39E) is known color: Double Spanish White. HEX triplet: CE, C3 and 9E. RGB value is (206,195,158). Sum of RGB (Red+Green+Blue) = 206+195+158=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 195 (76.56% from 255 or 34.88% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC39E is #313C61. Grayscale: #C2C2C2. Windows color (decimal): -3226722 or 10404814. OLE color: 10404814.
HSL color Cylindrical-coordinate representation of color #CEC39E: hue angle of 46.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC39E is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 158 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.19 |
| HSL | 46.25º | 0.33% | 0.71% | - |
| HSV(B) | 46.25º | 0.23% | 0.81% | - |
| XYZ | 51.14 | 54.62 | 40.2 | - |
| YUV | 194.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 158 | 0 | 0.05 | 0.23 | 0.19 | 46.25 | 0.33 | 0.71 |
| Hex | CE | C3 | 9E | 0 | 5 | 17 | 13 | 2E | 21 | 47 |
| Octal | 316 | 303 | 236 | 0 | 5 | 27 | 23 | 56 | 41 | 107 |
| Binary | 11001110 | 11000011 | 10011110 | 0 | 101 | 10111 | 10011 | 101110 | 100001 | 1000111 |
Color Harmonies of #CEC39E
Complementary color
Monochromatic Colors of #CEC39E
Black with #CEC39E
Text Example
Text Example
White with #CEC39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC39E; }
p { color: rgb(206,195,158); }
H1.HeaderClassName
{
color: #CEC39E;
}
.AnyTagClassName
{
color: #CEC39E;
}
</style>
background-color css
<style>
a { background-color: #CEC39E; }
a { background-color: rgb(206,195,158); }
div.DivClassName
{
background-color: #CEC39E;
}
.BgClassName
{
background-color: #CEC39E;
}
</style>
border-color css
<style>
span { border-color: #CEC39E; }
span { border-color: rgb(206,195,158); }
td.TdClassName
{
border-color: #CEC39E;
}
.TagClassName
{
border-color: #CEC39E;
}
</style>