Shades of Quicksand #C3A092
Tints of Quicksand #C3A092
RGB
CMYK
RGB Variations
Color information
#C3A092 (or 0xC3A092) is known color: Quicksand. HEX triplet: C3, A0 and 92. RGB value is (195,160,146). Sum of RGB (Red+Green+Blue) = 195+160+146=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A092 is #3C5F6D. Grayscale: #A8A8A8. Windows color (decimal): -3956590 or 9609411. OLE color: 9609411.
HSL color Cylindrical-coordinate representation of color #C3A092: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3A092 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 146 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.24 |
| HSL | 17.14º | 0.29% | 0.67% | - |
| HSV(B) | 17.14º | 0.25% | 0.76% | - |
| XYZ | 40.26 | 38.82 | 32.56 | - |
| YUV | 168.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 146 | 0 | 0.18 | 0.25 | 0.24 | 17.14 | 0.29 | 0.67 |
| Hex | C3 | A0 | 92 | 0 | 12 | 19 | 18 | 11 | 1D | 43 |
| Octal | 303 | 240 | 222 | 0 | 22 | 31 | 30 | 21 | 35 | 103 |
| Binary | 11000011 | 10100000 | 10010010 | 0 | 10010 | 11001 | 11000 | 10001 | 11101 | 1000011 |
Color Harmonies of #C3A092
Complementary color
Monochromatic Colors of #C3A092
Black with #C3A092
Text Example
Text Example
White with #C3A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A092; }
p { color: rgb(195,160,146); }
H1.HeaderClassName
{
color: #C3A092;
}
.AnyTagClassName
{
color: #C3A092;
}
</style>
background-color css
<style>
a { background-color: #C3A092; }
a { background-color: rgb(195,160,146); }
div.DivClassName
{
background-color: #C3A092;
}
.BgClassName
{
background-color: #C3A092;
}
</style>
border-color css
<style>
span { border-color: #C3A092; }
span { border-color: rgb(195,160,146); }
td.TdClassName
{
border-color: #C3A092;
}
.TagClassName
{
border-color: #C3A092;
}
</style>