Shades of Quicksand #C0A093
Tints of Quicksand #C0A093
RGB
CMYK
RGB Variations
Color information
#C0A093 (or 0xC0A093) is known color: Quicksand. HEX triplet: C0, A0 and 93. RGB value is (192,160,147). Sum of RGB (Red+Green+Blue) = 192+160+147=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A093 is #3F5F6C. Grayscale: #A8A8A8. Windows color (decimal): -4153197 or 9674944. OLE color: 9674944.
HSL color Cylindrical-coordinate representation of color #C0A093: hue angle of 17.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0A093 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 160 | 147 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.25 |
| HSL | 17.33º | 0.26% | 0.66% | - |
| HSV(B) | 17.33º | 0.23% | 0.75% | - |
| XYZ | 39.58 | 38.45 | 32.94 | - |
| YUV | 168.09 | 116.1 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 160 | 147 | 0 | 0.17 | 0.23 | 0.25 | 17.33 | 0.26 | 0.66 |
| Hex | C0 | A0 | 93 | 0 | 11 | 17 | 19 | 11 | 1A | 42 |
| Octal | 300 | 240 | 223 | 0 | 21 | 27 | 31 | 21 | 32 | 102 |
| Binary | 11000000 | 10100000 | 10010011 | 0 | 10001 | 10111 | 11001 | 10001 | 11010 | 1000010 |
Color Harmonies of #C0A093
Complementary color
Monochromatic Colors of #C0A093
Black with #C0A093
Text Example
Text Example
White with #C0A093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A093; }
p { color: rgb(192,160,147); }
H1.HeaderClassName
{
color: #C0A093;
}
.AnyTagClassName
{
color: #C0A093;
}
</style>
background-color css
<style>
a { background-color: #C0A093; }
a { background-color: rgb(192,160,147); }
div.DivClassName
{
background-color: #C0A093;
}
.BgClassName
{
background-color: #C0A093;
}
</style>
border-color css
<style>
span { border-color: #C0A093; }
span { border-color: rgb(192,160,147); }
td.TdClassName
{
border-color: #C0A093;
}
.TagClassName
{
border-color: #C0A093;
}
</style>