Shades of Quicksand #C3A090
Tints of Quicksand #C3A090
RGB
CMYK
RGB Variations
Color information
#C3A090 (or 0xC3A090) is known color: Quicksand. HEX triplet: C3, A0 and 90. RGB value is (195,160,144). Sum of RGB (Red+Green+Blue) = 195+160+144=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A090 is #3C5F6F. Grayscale: #A8A8A8. Windows color (decimal): -3956592 or 9478339. OLE color: 9478339.
HSL color Cylindrical-coordinate representation of color #C3A090: hue angle of 18.82º 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 #C3A090 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 144 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.24 |
| HSL | 18.82º | 0.3% | 0.66% | - |
| HSV(B) | 18.82º | 0.26% | 0.76% | - |
| XYZ | 40.11 | 38.76 | 31.75 | - |
| YUV | 168.64 | 114.1 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 144 | 0 | 0.18 | 0.26 | 0.24 | 18.82 | 0.3 | 0.66 |
| Hex | C3 | A0 | 90 | 0 | 12 | 1A | 18 | 13 | 1E | 42 |
| Octal | 303 | 240 | 220 | 0 | 22 | 32 | 30 | 23 | 36 | 102 |
| Binary | 11000011 | 10100000 | 10010000 | 0 | 10010 | 11010 | 11000 | 10011 | 11110 | 1000010 |
Color Harmonies of #C3A090
Complementary color
Monochromatic Colors of #C3A090
Black with #C3A090
Text Example
Text Example
White with #C3A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A090; }
p { color: rgb(195,160,144); }
H1.HeaderClassName
{
color: #C3A090;
}
.AnyTagClassName
{
color: #C3A090;
}
</style>
background-color css
<style>
a { background-color: #C3A090; }
a { background-color: rgb(195,160,144); }
div.DivClassName
{
background-color: #C3A090;
}
.BgClassName
{
background-color: #C3A090;
}
</style>
border-color css
<style>
span { border-color: #C3A090; }
span { border-color: rgb(195,160,144); }
td.TdClassName
{
border-color: #C3A090;
}
.TagClassName
{
border-color: #C3A090;
}
</style>