Html Css Color HEX #CEC19D Double Spanish White
📋 copy color: '#CEC19D'red 206 ◦ green 193 ◦ blue 157
Shades of Double Spanish White #CEC19D
Tints of Double Spanish White #CEC19D
RGB
CMYK
RGB Variations
Color information
#CEC19D (or 0xCEC19D) is known color: Double Spanish White. HEX triplet: CE, C1 and 9D. RGB value is (206,193,157). Sum of RGB (Red+Green+Blue) = 206+193+157=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC19D is #313E62. Grayscale: #C0C0C0. Windows color (decimal): -3227235 or 10338766. OLE color: 10338766.
HSL color Cylindrical-coordinate representation of color #CEC19D: hue angle of 44.08º degrees, saturation: 0.33, 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 #CEC19D is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 157 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.19 |
| HSL | 44.08º | 0.33% | 0.71% | - |
| HSV(B) | 44.08º | 0.24% | 0.81% | - |
| XYZ | 50.61 | 53.7 | 39.6 | - |
| YUV | 192.78 | 107.81 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 157 | 0 | 0.06 | 0.24 | 0.19 | 44.08 | 0.33 | 0.71 |
| Hex | CE | C1 | 9D | 0 | 6 | 18 | 13 | 2C | 21 | 47 |
| Octal | 316 | 301 | 235 | 0 | 6 | 30 | 23 | 54 | 41 | 107 |
| Binary | 11001110 | 11000001 | 10011101 | 0 | 110 | 11000 | 10011 | 101100 | 100001 | 1000111 |
Color Harmonies of #CEC19D
Complementary color
Monochromatic Colors of #CEC19D
Black with #CEC19D
Text Example
Text Example
White with #CEC19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC19D; }
p { color: rgb(206,193,157); }
H1.HeaderClassName
{
color: #CEC19D;
}
.AnyTagClassName
{
color: #CEC19D;
}
</style>
background-color css
<style>
a { background-color: #CEC19D; }
a { background-color: rgb(206,193,157); }
div.DivClassName
{
background-color: #CEC19D;
}
.BgClassName
{
background-color: #CEC19D;
}
</style>
border-color css
<style>
span { border-color: #CEC19D; }
span { border-color: rgb(206,193,157); }
td.TdClassName
{
border-color: #CEC19D;
}
.TagClassName
{
border-color: #CEC19D;
}
</style>