Shades of Quicksand #C2A190
Tints of Quicksand #C2A190
RGB
CMYK
RGB Variations
Color information
#C2A190 (or 0xC2A190) is known color: Quicksand. HEX triplet: C2, A1 and 90. RGB value is (194,161,144). Sum of RGB (Red+Green+Blue) = 194+161+144=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A190 is #3D5E6F. Grayscale: #A9A9A9. Windows color (decimal): -4021872 or 9478594. OLE color: 9478594.
HSL color Cylindrical-coordinate representation of color #C2A190: hue angle of 20.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2A190 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 144 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.24 |
| HSL | 20.4º | 0.29% | 0.66% | - |
| HSV(B) | 20.4º | 0.26% | 0.76% | - |
| XYZ | 40.03 | 38.97 | 31.8 | - |
| YUV | 168.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 144 | 0 | 0.17 | 0.26 | 0.24 | 20.4 | 0.29 | 0.66 |
| Hex | C2 | A1 | 90 | 0 | 11 | 1A | 18 | 14 | 1D | 42 |
| Octal | 302 | 241 | 220 | 0 | 21 | 32 | 30 | 24 | 35 | 102 |
| Binary | 11000010 | 10100001 | 10010000 | 0 | 10001 | 11010 | 11000 | 10100 | 11101 | 1000010 |
Color Harmonies of #C2A190
Complementary color
Monochromatic Colors of #C2A190
Black with #C2A190
Text Example
Text Example
White with #C2A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A190; }
p { color: rgb(194,161,144); }
H1.HeaderClassName
{
color: #C2A190;
}
.AnyTagClassName
{
color: #C2A190;
}
</style>
background-color css
<style>
a { background-color: #C2A190; }
a { background-color: rgb(194,161,144); }
div.DivClassName
{
background-color: #C2A190;
}
.BgClassName
{
background-color: #C2A190;
}
</style>
border-color css
<style>
span { border-color: #C2A190; }
span { border-color: rgb(194,161,144); }
td.TdClassName
{
border-color: #C2A190;
}
.TagClassName
{
border-color: #C2A190;
}
</style>