Html Css Color HEX #CEC2A4 Double Spanish White
📋 copy color: '#CEC2A4'red 206 ◦ green 194 ◦ blue 164
Shades of Double Spanish White #CEC2A4
Tints of Double Spanish White #CEC2A4
RGB
CMYK
RGB Variations
Color information
#CEC2A4 (or 0xCEC2A4) is known color: Double Spanish White. HEX triplet: CE, C2 and A4. RGB value is (206,194,164). Sum of RGB (Red+Green+Blue) = 206+194+164=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC2A4 is #313D5B. Grayscale: #C2C2C2. Windows color (decimal): -3226972 or 10797774. OLE color: 10797774.
HSL color Cylindrical-coordinate representation of color #CEC2A4: hue angle of 42.86º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC2A4 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 164 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.19 |
| HSL | 42.86º | 0.3% | 0.73% | - |
| HSV(B) | 42.86º | 0.2% | 0.81% | - |
| XYZ | 51.45 | 54.39 | 42.91 | - |
| YUV | 194.17 | 110.98 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 164 | 0 | 0.06 | 0.20 | 0.19 | 42.86 | 0.3 | 0.73 |
| Hex | CE | C2 | A4 | 0 | 6 | 14 | 13 | 2B | 1E | 49 |
| Octal | 316 | 302 | 244 | 0 | 6 | 24 | 23 | 53 | 36 | 111 |
| Binary | 11001110 | 11000010 | 10100100 | 0 | 110 | 10100 | 10011 | 101011 | 11110 | 1001001 |
Color Harmonies of #CEC2A4
Complementary color
Monochromatic Colors of #CEC2A4
Black with #CEC2A4
Text Example
Text Example
White with #CEC2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2A4; }
p { color: rgb(206,194,164); }
H1.HeaderClassName
{
color: #CEC2A4;
}
.AnyTagClassName
{
color: #CEC2A4;
}
</style>
background-color css
<style>
a { background-color: #CEC2A4; }
a { background-color: rgb(206,194,164); }
div.DivClassName
{
background-color: #CEC2A4;
}
.BgClassName
{
background-color: #CEC2A4;
}
</style>
border-color css
<style>
span { border-color: #CEC2A4; }
span { border-color: rgb(206,194,164); }
td.TdClassName
{
border-color: #CEC2A4;
}
.TagClassName
{
border-color: #CEC2A4;
}
</style>