Shades of Quicksand #C59D93
Tints of Quicksand #C59D93
RGB
CMYK
RGB Variations
Color information
#C59D93 (or 0xC59D93) is known color: Quicksand. HEX triplet: C5, 9D and 93. RGB value is (197,157,147). Sum of RGB (Red+Green+Blue) = 197+157+147=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D93 is #3A626C. Grayscale: #A7A7A7. Windows color (decimal): -3826285 or 9674181. OLE color: 9674181.
HSL color Cylindrical-coordinate representation of color #C59D93: hue angle of 12º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59D93 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 147 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.23 |
| HSL | 12º | 0.3% | 0.67% | - |
| HSV(B) | 12º | 0.25% | 0.77% | - |
| XYZ | 40.35 | 38.09 | 32.83 | - |
| YUV | 167.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 147 | 0 | 0.20 | 0.25 | 0.23 | 12 | 0.3 | 0.67 |
| Hex | C5 | 9D | 93 | 0 | 14 | 19 | 17 | C | 1E | 43 |
| Octal | 305 | 235 | 223 | 0 | 24 | 31 | 27 | 14 | 36 | 103 |
| Binary | 11000101 | 10011101 | 10010011 | 0 | 10100 | 11001 | 10111 | 1100 | 11110 | 1000011 |
Color Harmonies of #C59D93
Complementary color
Monochromatic Colors of #C59D93
Black with #C59D93
Text Example
Text Example
White with #C59D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D93; }
p { color: rgb(197,157,147); }
H1.HeaderClassName
{
color: #C59D93;
}
.AnyTagClassName
{
color: #C59D93;
}
</style>
background-color css
<style>
a { background-color: #C59D93; }
a { background-color: rgb(197,157,147); }
div.DivClassName
{
background-color: #C59D93;
}
.BgClassName
{
background-color: #C59D93;
}
</style>
border-color css
<style>
span { border-color: #C59D93; }
span { border-color: rgb(197,157,147); }
td.TdClassName
{
border-color: #C59D93;
}
.TagClassName
{
border-color: #C59D93;
}
</style>