Shades of Quicksand #C3A190
Tints of Quicksand #C3A190
RGB
CMYK
RGB Variations
Color information
#C3A190 (or 0xC3A190) is known color: Quicksand. HEX triplet: C3, A1 and 90. RGB value is (195,161,144). Sum of RGB (Red+Green+Blue) = 195+161+144=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A190 is #3C5E6F. Grayscale: #A9A9A9. Windows color (decimal): -3956336 or 9478595. OLE color: 9478595.
HSL color Cylindrical-coordinate representation of color #C3A190: hue angle of 20º degrees, saturation: 0.3, 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 #C3A190 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 144 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.24 |
| HSL | 20º | 0.3% | 0.66% | - |
| HSV(B) | 20º | 0.26% | 0.76% | - |
| XYZ | 40.28 | 39.11 | 31.81 | - |
| YUV | 169.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 144 | 0 | 0.17 | 0.26 | 0.24 | 20 | 0.3 | 0.66 |
| Hex | C3 | A1 | 90 | 0 | 11 | 1A | 18 | 14 | 1E | 42 |
| Octal | 303 | 241 | 220 | 0 | 21 | 32 | 30 | 24 | 36 | 102 |
| Binary | 11000011 | 10100001 | 10010000 | 0 | 10001 | 11010 | 11000 | 10100 | 11110 | 1000010 |
Color Harmonies of #C3A190
Complementary color
Monochromatic Colors of #C3A190
Black with #C3A190
Text Example
Text Example
White with #C3A190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A190; }
p { color: rgb(195,161,144); }
H1.HeaderClassName
{
color: #C3A190;
}
.AnyTagClassName
{
color: #C3A190;
}
</style>
background-color css
<style>
a { background-color: #C3A190; }
a { background-color: rgb(195,161,144); }
div.DivClassName
{
background-color: #C3A190;
}
.BgClassName
{
background-color: #C3A190;
}
</style>
border-color css
<style>
span { border-color: #C3A190; }
span { border-color: rgb(195,161,144); }
td.TdClassName
{
border-color: #C3A190;
}
.TagClassName
{
border-color: #C3A190;
}
</style>