Shades of Quicksand #C0A095
Tints of Quicksand #C0A095
RGB
CMYK
RGB Variations
Color information
#C0A095 (or 0xC0A095) is known color: Quicksand. HEX triplet: C0, A0 and 95. RGB value is (192,160,149). Sum of RGB (Red+Green+Blue) = 192+160+149=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A095 is #3F5F6A. Grayscale: #A8A8A8. Windows color (decimal): -4153195 or 9806016. OLE color: 9806016.
HSL color Cylindrical-coordinate representation of color #C0A095: hue angle of 15.35º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A095 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 149 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.25 |
| HSL | 15.35º | 0.25% | 0.67% | - |
| HSV(B) | 15.35º | 0.22% | 0.75% | - |
| XYZ | 39.73 | 38.52 | 33.77 | - |
| YUV | 168.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 149 | 0 | 0.17 | 0.22 | 0.25 | 15.35 | 0.25 | 0.67 |
| Hex | C0 | A0 | 95 | 0 | 11 | 16 | 19 | F | 19 | 43 |
| Octal | 300 | 240 | 225 | 0 | 21 | 26 | 31 | 17 | 31 | 103 |
| Binary | 11000000 | 10100000 | 10010101 | 0 | 10001 | 10110 | 11001 | 1111 | 11001 | 1000011 |
Color Harmonies of #C0A095
Complementary color
Monochromatic Colors of #C0A095
Black with #C0A095
Text Example
Text Example
White with #C0A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A095; }
p { color: rgb(192,160,149); }
H1.HeaderClassName
{
color: #C0A095;
}
.AnyTagClassName
{
color: #C0A095;
}
</style>
background-color css
<style>
a { background-color: #C0A095; }
a { background-color: rgb(192,160,149); }
div.DivClassName
{
background-color: #C0A095;
}
.BgClassName
{
background-color: #C0A095;
}
</style>
border-color css
<style>
span { border-color: #C0A095; }
span { border-color: rgb(192,160,149); }
td.TdClassName
{
border-color: #C0A095;
}
.TagClassName
{
border-color: #C0A095;
}
</style>