Shades of Quicksand #C3A091
Tints of Quicksand #C3A091
RGB
CMYK
RGB Variations
Color information
#C3A091 (or 0xC3A091) is known color: Quicksand. HEX triplet: C3, A0 and 91. RGB value is (195,160,145). Sum of RGB (Red+Green+Blue) = 195+160+145=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A091 is #3C5F6E. Grayscale: #A8A8A8. Windows color (decimal): -3956591 or 9543875. OLE color: 9543875.
HSL color Cylindrical-coordinate representation of color #C3A091: hue angle of 18º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3A091 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 145 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.24 |
| HSL | 18º | 0.29% | 0.67% | - |
| HSV(B) | 18º | 0.26% | 0.76% | - |
| XYZ | 40.19 | 38.79 | 32.16 | - |
| YUV | 168.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 145 | 0 | 0.18 | 0.26 | 0.24 | 18 | 0.29 | 0.67 |
| Hex | C3 | A0 | 91 | 0 | 12 | 1A | 18 | 12 | 1D | 43 |
| Octal | 303 | 240 | 221 | 0 | 22 | 32 | 30 | 22 | 35 | 103 |
| Binary | 11000011 | 10100000 | 10010001 | 0 | 10010 | 11010 | 11000 | 10010 | 11101 | 1000011 |
Color Harmonies of #C3A091
Complementary color
Monochromatic Colors of #C3A091
Black with #C3A091
Text Example
Text Example
White with #C3A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A091; }
p { color: rgb(195,160,145); }
H1.HeaderClassName
{
color: #C3A091;
}
.AnyTagClassName
{
color: #C3A091;
}
</style>
background-color css
<style>
a { background-color: #C3A091; }
a { background-color: rgb(195,160,145); }
div.DivClassName
{
background-color: #C3A091;
}
.BgClassName
{
background-color: #C3A091;
}
</style>
border-color css
<style>
span { border-color: #C3A091; }
span { border-color: rgb(195,160,145); }
td.TdClassName
{
border-color: #C3A091;
}
.TagClassName
{
border-color: #C3A091;
}
</style>