Shades of Quicksand #C0A097
Tints of Quicksand #C0A097
RGB
CMYK
RGB Variations
Color information
#C0A097 (or 0xC0A097) is known color: Quicksand. HEX triplet: C0, A0 and 97. RGB value is (192,160,151). Sum of RGB (Red+Green+Blue) = 192+160+151=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A097 is #3F5F68. Grayscale: #A8A8A8. Windows color (decimal): -4153193 or 9937088. OLE color: 9937088.
HSL color Cylindrical-coordinate representation of color #C0A097: hue angle of 13.17º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0A097 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 151 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.25 |
| HSL | 13.17º | 0.25% | 0.67% | - |
| HSV(B) | 13.17º | 0.21% | 0.75% | - |
| XYZ | 39.89 | 38.58 | 34.62 | - |
| YUV | 168.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 151 | 0 | 0.17 | 0.21 | 0.25 | 13.17 | 0.25 | 0.67 |
| Hex | C0 | A0 | 97 | 0 | 11 | 15 | 19 | D | 19 | 43 |
| Octal | 300 | 240 | 227 | 0 | 21 | 25 | 31 | 15 | 31 | 103 |
| Binary | 11000000 | 10100000 | 10010111 | 0 | 10001 | 10101 | 11001 | 1101 | 11001 | 1000011 |
Color Harmonies of #C0A097
Complementary color
Monochromatic Colors of #C0A097
Black with #C0A097
Text Example
Text Example
White with #C0A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A097; }
p { color: rgb(192,160,151); }
H1.HeaderClassName
{
color: #C0A097;
}
.AnyTagClassName
{
color: #C0A097;
}
</style>
background-color css
<style>
a { background-color: #C0A097; }
a { background-color: rgb(192,160,151); }
div.DivClassName
{
background-color: #C0A097;
}
.BgClassName
{
background-color: #C0A097;
}
</style>
border-color css
<style>
span { border-color: #C0A097; }
span { border-color: rgb(192,160,151); }
td.TdClassName
{
border-color: #C0A097;
}
.TagClassName
{
border-color: #C0A097;
}
</style>