Html Css Color HEX #CAC2A4 Double Spanish White
📋 copy color: '#CAC2A4'red 202 ◦ green 194 ◦ blue 164
Shades of Double Spanish White #CAC2A4
Tints of Double Spanish White #CAC2A4
RGB
CMYK
RGB Variations
Color information
#CAC2A4 (or 0xCAC2A4) is known color: Double Spanish White. HEX triplet: CA, C2 and A4. RGB value is (202,194,164). Sum of RGB (Red+Green+Blue) = 202+194+164=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2A4 is #353D5B. Grayscale: #C1C1C1. Windows color (decimal): -3489116 or 10797770. OLE color: 10797770.
HSL color Cylindrical-coordinate representation of color #CAC2A4: hue angle of 47.37º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAC2A4 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 164 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.21 |
| HSL | 47.37º | 0.26% | 0.72% | - |
| HSV(B) | 47.37º | 0.19% | 0.79% | - |
| XYZ | 50.35 | 53.82 | 42.86 | - |
| YUV | 192.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 164 | 0 | 0.04 | 0.19 | 0.21 | 47.37 | 0.26 | 0.72 |
| Hex | CA | C2 | A4 | 0 | 4 | 13 | 15 | 2F | 1A | 48 |
| Octal | 312 | 302 | 244 | 0 | 4 | 23 | 25 | 57 | 32 | 110 |
| Binary | 11001010 | 11000010 | 10100100 | 0 | 100 | 10011 | 10101 | 101111 | 11010 | 1001000 |
Color Harmonies of #CAC2A4
Complementary color
Monochromatic Colors of #CAC2A4
Black with #CAC2A4
Text Example
Text Example
White with #CAC2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2A4; }
p { color: rgb(202,194,164); }
H1.HeaderClassName
{
color: #CAC2A4;
}
.AnyTagClassName
{
color: #CAC2A4;
}
</style>
background-color css
<style>
a { background-color: #CAC2A4; }
a { background-color: rgb(202,194,164); }
div.DivClassName
{
background-color: #CAC2A4;
}
.BgClassName
{
background-color: #CAC2A4;
}
</style>
border-color css
<style>
span { border-color: #CAC2A4; }
span { border-color: rgb(202,194,164); }
td.TdClassName
{
border-color: #CAC2A4;
}
.TagClassName
{
border-color: #CAC2A4;
}
</style>