Html Css Color HEX #CAC2A6 Double Spanish White
📋 copy color: '#CAC2A6'red 202 ◦ green 194 ◦ blue 166
Shades of Double Spanish White #CAC2A6
Tints of Double Spanish White #CAC2A6
RGB
CMYK
RGB Variations
Color information
#CAC2A6 (or 0xCAC2A6) is known color: Double Spanish White. HEX triplet: CA, C2 and A6. RGB value is (202,194,166). Sum of RGB (Red+Green+Blue) = 202+194+166=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2A6 is #353D59. Grayscale: #C1C1C1. Windows color (decimal): -3489114 or 10928842. OLE color: 10928842.
HSL color Cylindrical-coordinate representation of color #CAC2A6: hue angle of 46.67º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAC2A6 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 166 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.21 |
| HSL | 46.67º | 0.25% | 0.72% | - |
| HSV(B) | 46.67º | 0.18% | 0.79% | - |
| XYZ | 50.53 | 53.89 | 43.82 | - |
| YUV | 193.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 166 | 0 | 0.04 | 0.18 | 0.21 | 46.67 | 0.25 | 0.72 |
| Hex | CA | C2 | A6 | 0 | 4 | 12 | 15 | 2F | 19 | 48 |
| Octal | 312 | 302 | 246 | 0 | 4 | 22 | 25 | 57 | 31 | 110 |
| Binary | 11001010 | 11000010 | 10100110 | 0 | 100 | 10010 | 10101 | 101111 | 11001 | 1001000 |
Color Harmonies of #CAC2A6
Complementary color
Monochromatic Colors of #CAC2A6
Black with #CAC2A6
Text Example
Text Example
White with #CAC2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2A6; }
p { color: rgb(202,194,166); }
H1.HeaderClassName
{
color: #CAC2A6;
}
.AnyTagClassName
{
color: #CAC2A6;
}
</style>
background-color css
<style>
a { background-color: #CAC2A6; }
a { background-color: rgb(202,194,166); }
div.DivClassName
{
background-color: #CAC2A6;
}
.BgClassName
{
background-color: #CAC2A6;
}
</style>
border-color css
<style>
span { border-color: #CAC2A6; }
span { border-color: rgb(202,194,166); }
td.TdClassName
{
border-color: #CAC2A6;
}
.TagClassName
{
border-color: #CAC2A6;
}
</style>