Shades of Quicksand #C5A090
Tints of Quicksand #C5A090
RGB
CMYK
RGB Variations
Color information
#C5A090 (or 0xC5A090) is known color: Quicksand. HEX triplet: C5, A0 and 90. RGB value is (197,160,144). Sum of RGB (Red+Green+Blue) = 197+160+144=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A090 is #3A5F6F. Grayscale: #A9A9A9. Windows color (decimal): -3825520 or 9478341. OLE color: 9478341.
HSL color Cylindrical-coordinate representation of color #C5A090: hue angle of 18.11º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5A090 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 160 | 144 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.23 |
| HSL | 18.11º | 0.31% | 0.67% | - |
| HSV(B) | 18.11º | 0.27% | 0.77% | - |
| XYZ | 40.63 | 39.03 | 31.78 | - |
| YUV | 169.24 | 113.76 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 160 | 144 | 0 | 0.19 | 0.27 | 0.23 | 18.11 | 0.31 | 0.67 |
| Hex | C5 | A0 | 90 | 0 | 13 | 1B | 17 | 12 | 1F | 43 |
| Octal | 305 | 240 | 220 | 0 | 23 | 33 | 27 | 22 | 37 | 103 |
| Binary | 11000101 | 10100000 | 10010000 | 0 | 10011 | 11011 | 10111 | 10010 | 11111 | 1000011 |
Color Harmonies of #C5A090
Complementary color
Monochromatic Colors of #C5A090
Black with #C5A090
Text Example
Text Example
White with #C5A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A090; }
p { color: rgb(197,160,144); }
H1.HeaderClassName
{
color: #C5A090;
}
.AnyTagClassName
{
color: #C5A090;
}
</style>
background-color css
<style>
a { background-color: #C5A090; }
a { background-color: rgb(197,160,144); }
div.DivClassName
{
background-color: #C5A090;
}
.BgClassName
{
background-color: #C5A090;
}
</style>
border-color css
<style>
span { border-color: #C5A090; }
span { border-color: rgb(197,160,144); }
td.TdClassName
{
border-color: #C5A090;
}
.TagClassName
{
border-color: #C5A090;
}
</style>