Html Css Color HEX #CEC0A2 Double Spanish White
📋 copy color: '#CEC0A2'red 206 ◦ green 192 ◦ blue 162
Shades of Double Spanish White #CEC0A2
Tints of Double Spanish White #CEC0A2
RGB
CMYK
RGB Variations
Color information
#CEC0A2 (or 0xCEC0A2) is known color: Double Spanish White. HEX triplet: CE, C0 and A2. RGB value is (206,192,162). Sum of RGB (Red+Green+Blue) = 206+192+162=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 162 (63.67% from 255 or 28.93% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC0A2 is #313F5D. Grayscale: #C0C0C0. Windows color (decimal): -3227486 or 10666190. OLE color: 10666190.
HSL color Cylindrical-coordinate representation of color #CEC0A2: hue angle of 40.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEC0A2 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 192 | 162 | - |
CMYK | 0 | 0.07 | 0.21 | 0.19 |
HSL | 40.91º | 0.31% | 0.72% | - |
HSV(B) | 40.91º | 0.21% | 0.81% | - |
XYZ | 50.82 | 53.43 | 41.82 | - |
YUV | 192.77 | 110.64 | 137.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 192 | 162 | 0 | 0.07 | 0.21 | 0.19 | 40.91 | 0.31 | 0.72 |
Hex | CE | C0 | A2 | 0 | 7 | 15 | 13 | 29 | 1F | 48 |
Octal | 316 | 300 | 242 | 0 | 7 | 25 | 23 | 51 | 37 | 110 |
Binary | 11001110 | 11000000 | 10100010 | 0 | 111 | 10101 | 10011 | 101001 | 11111 | 1001000 |
Color Harmonies of #CEC0A2
Complementary color
Monochromatic Colors of #CEC0A2
Black with #CEC0A2
Text Example
Text Example
White with #CEC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC0A2; }
p { color: rgb(206,192,162); }
H1.HeaderClassName
{
color: #CEC0A2;
}
.AnyTagClassName
{
color: #CEC0A2;
}
</style>
background-color css
<style>
a { background-color: #CEC0A2; }
a { background-color: rgb(206,192,162); }
div.DivClassName
{
background-color: #CEC0A2;
}
.BgClassName
{
background-color: #CEC0A2;
}
</style>
border-color css
<style>
span { border-color: #CEC0A2; }
span { border-color: rgb(206,192,162); }
td.TdClassName
{
border-color: #CEC0A2;
}
.TagClassName
{
border-color: #CEC0A2;
}
</style>