Shades of Quicksand #C59F93
Tints of Quicksand #C59F93
RGB
CMYK
RGB Variations
Color information
#C59F93 (or 0xC59F93) is known color: Quicksand. HEX triplet: C5, 9F and 93. RGB value is (197,159,147). Sum of RGB (Red+Green+Blue) = 197+159+147=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59F93 is #3A606C. Grayscale: #A9A9A9. Windows color (decimal): -3825773 or 9674693. OLE color: 9674693.
HSL color Cylindrical-coordinate representation of color #C59F93: hue angle of 14.4º 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 #C59F93 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 147 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.23 |
| HSL | 14.4º | 0.3% | 0.67% | - |
| HSV(B) | 14.4º | 0.25% | 0.77% | - |
| XYZ | 40.69 | 38.77 | 32.94 | - |
| YUV | 168.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 147 | 0 | 0.19 | 0.25 | 0.23 | 14.4 | 0.3 | 0.67 |
| Hex | C5 | 9F | 93 | 0 | 13 | 19 | 17 | E | 1E | 43 |
| Octal | 305 | 237 | 223 | 0 | 23 | 31 | 27 | 16 | 36 | 103 |
| Binary | 11000101 | 10011111 | 10010011 | 0 | 10011 | 11001 | 10111 | 1110 | 11110 | 1000011 |
Color Harmonies of #C59F93
Complementary color
Monochromatic Colors of #C59F93
Black with #C59F93
Text Example
Text Example
White with #C59F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F93; }
p { color: rgb(197,159,147); }
H1.HeaderClassName
{
color: #C59F93;
}
.AnyTagClassName
{
color: #C59F93;
}
</style>
background-color css
<style>
a { background-color: #C59F93; }
a { background-color: rgb(197,159,147); }
div.DivClassName
{
background-color: #C59F93;
}
.BgClassName
{
background-color: #C59F93;
}
</style>
border-color css
<style>
span { border-color: #C59F93; }
span { border-color: rgb(197,159,147); }
td.TdClassName
{
border-color: #C59F93;
}
.TagClassName
{
border-color: #C59F93;
}
</style>