Html Css Color HEX #CAC1A6 Double Spanish White
📋 copy color: '#CAC1A6'red 202 ◦ green 193 ◦ blue 166
Shades of Double Spanish White #CAC1A6
Tints of Double Spanish White #CAC1A6
RGB
CMYK
RGB Variations
Color information
#CAC1A6 (or 0xCAC1A6) is known color: Double Spanish White. HEX triplet: CA, C1 and A6. RGB value is (202,193,166). Sum of RGB (Red+Green+Blue) = 202+193+166=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 166 (65.23% from 255 or 29.59% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC1A6 is #353E59. Grayscale: #C0C0C0. Windows color (decimal): -3489370 or 10928586. OLE color: 10928586.
HSL color Cylindrical-coordinate representation of color #CAC1A6: hue angle of 45º 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 #CAC1A6 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 166 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.21 |
| HSL | 45º | 0.25% | 0.72% | - |
| HSV(B) | 45º | 0.18% | 0.79% | - |
| XYZ | 50.31 | 53.45 | 43.74 | - |
| YUV | 192.61 | 112.98 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 166 | 0 | 0.04 | 0.18 | 0.21 | 45 | 0.25 | 0.72 |
| Hex | CA | C1 | A6 | 0 | 4 | 12 | 15 | 2D | 19 | 48 |
| Octal | 312 | 301 | 246 | 0 | 4 | 22 | 25 | 55 | 31 | 110 |
| Binary | 11001010 | 11000001 | 10100110 | 0 | 100 | 10010 | 10101 | 101101 | 11001 | 1001000 |
Color Harmonies of #CAC1A6
Complementary color
Monochromatic Colors of #CAC1A6
Black with #CAC1A6
Text Example
Text Example
White with #CAC1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1A6; }
p { color: rgb(202,193,166); }
H1.HeaderClassName
{
color: #CAC1A6;
}
.AnyTagClassName
{
color: #CAC1A6;
}
</style>
background-color css
<style>
a { background-color: #CAC1A6; }
a { background-color: rgb(202,193,166); }
div.DivClassName
{
background-color: #CAC1A6;
}
.BgClassName
{
background-color: #CAC1A6;
}
</style>
border-color css
<style>
span { border-color: #CAC1A6; }
span { border-color: rgb(202,193,166); }
td.TdClassName
{
border-color: #CAC1A6;
}
.TagClassName
{
border-color: #CAC1A6;
}
</style>