Shades of Quicksand #C59D95
Tints of Quicksand #C59D95
RGB
CMYK
RGB Variations
Color information
#C59D95 (or 0xC59D95) is known color: Quicksand. HEX triplet: C5, 9D and 95. RGB value is (197,157,149). Sum of RGB (Red+Green+Blue) = 197+157+149=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D95 is #3A626A. Grayscale: #A8A8A8. Windows color (decimal): -3826283 or 9805253. OLE color: 9805253.
HSL color Cylindrical-coordinate representation of color #C59D95: hue angle of 10º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59D95 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 149 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.23 |
| HSL | 10º | 0.29% | 0.68% | - |
| HSV(B) | 10º | 0.24% | 0.77% | - |
| XYZ | 40.51 | 38.15 | 33.66 | - |
| YUV | 168.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 149 | 0 | 0.20 | 0.24 | 0.23 | 10 | 0.29 | 0.68 |
| Hex | C5 | 9D | 95 | 0 | 14 | 18 | 17 | A | 1D | 44 |
| Octal | 305 | 235 | 225 | 0 | 24 | 30 | 27 | 12 | 35 | 104 |
| Binary | 11000101 | 10011101 | 10010101 | 0 | 10100 | 11000 | 10111 | 1010 | 11101 | 1000100 |
Color Harmonies of #C59D95
Complementary color
Monochromatic Colors of #C59D95
Black with #C59D95
Text Example
Text Example
White with #C59D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D95; }
p { color: rgb(197,157,149); }
H1.HeaderClassName
{
color: #C59D95;
}
.AnyTagClassName
{
color: #C59D95;
}
</style>
background-color css
<style>
a { background-color: #C59D95; }
a { background-color: rgb(197,157,149); }
div.DivClassName
{
background-color: #C59D95;
}
.BgClassName
{
background-color: #C59D95;
}
</style>
border-color css
<style>
span { border-color: #C59D95; }
span { border-color: rgb(197,157,149); }
td.TdClassName
{
border-color: #C59D95;
}
.TagClassName
{
border-color: #C59D95;
}
</style>