Html Css Color HEX #CEC19A Double Spanish White
📋 copy color: '#CEC19A'red 206 ◦ green 193 ◦ blue 154
Shades of Double Spanish White #CEC19A
Tints of Double Spanish White #CEC19A
RGB
CMYK
RGB Variations
Color information
#CEC19A (or 0xCEC19A) is known color: Double Spanish White. HEX triplet: CE, C1 and 9A. RGB value is (206,193,154). Sum of RGB (Red+Green+Blue) = 206+193+154=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC19A is #313E65. Grayscale: #C0C0C0. Windows color (decimal): -3227238 or 10142158. OLE color: 10142158.
HSL color Cylindrical-coordinate representation of color #CEC19A: hue angle of 45º 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 #CEC19A is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 193 | 154 | - |
CMYK | 0 | 0.06 | 0.25 | 0.19 |
HSL | 45º | 0.35% | 0.71% | - |
HSV(B) | 45º | 0.25% | 0.81% | - |
XYZ | 50.36 | 53.59 | 38.26 | - |
YUV | 192.44 | 106.31 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 154 | 0 | 0.06 | 0.25 | 0.19 | 45 | 0.35 | 0.71 |
Hex | CE | C1 | 9A | 0 | 6 | 19 | 13 | 2D | 23 | 47 |
Octal | 316 | 301 | 232 | 0 | 6 | 31 | 23 | 55 | 43 | 107 |
Binary | 11001110 | 11000001 | 10011010 | 0 | 110 | 11001 | 10011 | 101101 | 100011 | 1000111 |
Color Harmonies of #CEC19A
Complementary color
Monochromatic Colors of #CEC19A
Black with #CEC19A
Text Example
Text Example
White with #CEC19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC19A; }
p { color: rgb(206,193,154); }
H1.HeaderClassName
{
color: #CEC19A;
}
.AnyTagClassName
{
color: #CEC19A;
}
</style>
background-color css
<style>
a { background-color: #CEC19A; }
a { background-color: rgb(206,193,154); }
div.DivClassName
{
background-color: #CEC19A;
}
.BgClassName
{
background-color: #CEC19A;
}
</style>
border-color css
<style>
span { border-color: #CEC19A; }
span { border-color: rgb(206,193,154); }
td.TdClassName
{
border-color: #CEC19A;
}
.TagClassName
{
border-color: #CEC19A;
}
</style>