Shades of Quicksand #C2A092
Tints of Quicksand #C2A092
RGB
CMYK
RGB Variations
Color information
#C2A092 (or 0xC2A092) is known color: Quicksand. HEX triplet: C2, A0 and 92. RGB value is (194,160,146). Sum of RGB (Red+Green+Blue) = 194+160+146=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A092 is #3D5F6D. Grayscale: #A8A8A8. Windows color (decimal): -4022126 or 9609410. OLE color: 9609410.
HSL color Cylindrical-coordinate representation of color #C2A092: hue angle of 17.5º degrees, saturation: 0.28, 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 #C2A092 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 160 | 146 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.24 |
| HSL | 17.5º | 0.28% | 0.67% | - |
| HSV(B) | 17.5º | 0.25% | 0.76% | - |
| XYZ | 40.01 | 38.69 | 32.55 | - |
| YUV | 168.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 160 | 146 | 0 | 0.18 | 0.25 | 0.24 | 17.5 | 0.28 | 0.67 |
| Hex | C2 | A0 | 92 | 0 | 12 | 19 | 18 | 12 | 1C | 43 |
| Octal | 302 | 240 | 222 | 0 | 22 | 31 | 30 | 22 | 34 | 103 |
| Binary | 11000010 | 10100000 | 10010010 | 0 | 10010 | 11001 | 11000 | 10010 | 11100 | 1000011 |
Color Harmonies of #C2A092
Complementary color
Monochromatic Colors of #C2A092
Black with #C2A092
Text Example
Text Example
White with #C2A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A092; }
p { color: rgb(194,160,146); }
H1.HeaderClassName
{
color: #C2A092;
}
.AnyTagClassName
{
color: #C2A092;
}
</style>
background-color css
<style>
a { background-color: #C2A092; }
a { background-color: rgb(194,160,146); }
div.DivClassName
{
background-color: #C2A092;
}
.BgClassName
{
background-color: #C2A092;
}
</style>
border-color css
<style>
span { border-color: #C2A092; }
span { border-color: rgb(194,160,146); }
td.TdClassName
{
border-color: #C2A092;
}
.TagClassName
{
border-color: #C2A092;
}
</style>