Html Css Color HEX #CEC19B Double Spanish White
📋 copy color: '#CEC19B'red 206 ◦ green 193 ◦ blue 155
Shades of Double Spanish White #CEC19B
Tints of Double Spanish White #CEC19B
RGB
CMYK
RGB Variations
Color information
#CEC19B (or 0xCEC19B) is known color: Double Spanish White. HEX triplet: CE, C1 and 9B. RGB value is (206,193,155). Sum of RGB (Red+Green+Blue) = 206+193+155=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC19B is #313E64. Grayscale: #C0C0C0. Windows color (decimal): -3227237 or 10207694. OLE color: 10207694.
HSL color Cylindrical-coordinate representation of color #CEC19B: hue angle of 44.71º degrees, saturation: 0.34, 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 #CEC19B is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 155 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.19 |
| HSL | 44.71º | 0.34% | 0.71% | - |
| HSV(B) | 44.71º | 0.25% | 0.81% | - |
| XYZ | 50.44 | 53.63 | 38.7 | - |
| YUV | 192.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 155 | 0 | 0.06 | 0.25 | 0.19 | 44.71 | 0.34 | 0.71 |
| Hex | CE | C1 | 9B | 0 | 6 | 19 | 13 | 2D | 22 | 47 |
| Octal | 316 | 301 | 233 | 0 | 6 | 31 | 23 | 55 | 42 | 107 |
| Binary | 11001110 | 11000001 | 10011011 | 0 | 110 | 11001 | 10011 | 101101 | 100010 | 1000111 |
Color Harmonies of #CEC19B
Complementary color
Monochromatic Colors of #CEC19B
Black with #CEC19B
Text Example
Text Example
White with #CEC19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC19B; }
p { color: rgb(206,193,155); }
H1.HeaderClassName
{
color: #CEC19B;
}
.AnyTagClassName
{
color: #CEC19B;
}
</style>
background-color css
<style>
a { background-color: #CEC19B; }
a { background-color: rgb(206,193,155); }
div.DivClassName
{
background-color: #CEC19B;
}
.BgClassName
{
background-color: #CEC19B;
}
</style>
border-color css
<style>
span { border-color: #CEC19B; }
span { border-color: rgb(206,193,155); }
td.TdClassName
{
border-color: #CEC19B;
}
.TagClassName
{
border-color: #CEC19B;
}
</style>