Html Css Color HEX #CEC2A2 Double Spanish White
📋 copy color: '#CEC2A2'red 206 ◦ green 194 ◦ blue 162
Shades of Double Spanish White #CEC2A2
Tints of Double Spanish White #CEC2A2
RGB
CMYK
RGB Variations
Color information
#CEC2A2 (or 0xCEC2A2) is known color: Double Spanish White. HEX triplet: CE, C2 and A2. RGB value is (206,194,162). Sum of RGB (Red+Green+Blue) = 206+194+162=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2A2 is #313D5D. Grayscale: #C2C2C2. Windows color (decimal): -3226974 or 10666702. OLE color: 10666702.
HSL color Cylindrical-coordinate representation of color #CEC2A2: hue angle of 43.64º 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 #CEC2A2 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 194 | 162 | - |
CMYK | 0 | 0.06 | 0.21 | 0.19 |
HSL | 43.64º | 0.31% | 0.72% | - |
HSV(B) | 43.64º | 0.21% | 0.81% | - |
XYZ | 51.27 | 54.31 | 41.96 | - |
YUV | 193.94 | 109.98 | 136.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 162 | 0 | 0.06 | 0.21 | 0.19 | 43.64 | 0.31 | 0.72 |
Hex | CE | C2 | A2 | 0 | 6 | 15 | 13 | 2C | 1F | 48 |
Octal | 316 | 302 | 242 | 0 | 6 | 25 | 23 | 54 | 37 | 110 |
Binary | 11001110 | 11000010 | 10100010 | 0 | 110 | 10101 | 10011 | 101100 | 11111 | 1001000 |
Color Harmonies of #CEC2A2
Complementary color
Monochromatic Colors of #CEC2A2
Black with #CEC2A2
Text Example
Text Example
White with #CEC2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2A2; }
p { color: rgb(206,194,162); }
H1.HeaderClassName
{
color: #CEC2A2;
}
.AnyTagClassName
{
color: #CEC2A2;
}
</style>
background-color css
<style>
a { background-color: #CEC2A2; }
a { background-color: rgb(206,194,162); }
div.DivClassName
{
background-color: #CEC2A2;
}
.BgClassName
{
background-color: #CEC2A2;
}
</style>
border-color css
<style>
span { border-color: #CEC2A2; }
span { border-color: rgb(206,194,162); }
td.TdClassName
{
border-color: #CEC2A2;
}
.TagClassName
{
border-color: #CEC2A2;
}
</style>