Shades of Quicksand #C59F90
Tints of Quicksand #C59F90
RGB
CMYK
RGB Variations
Color information
#C59F90 (or 0xC59F90) is known color: Quicksand. HEX triplet: C5, 9F and 90. RGB value is (197,159,144). Sum of RGB (Red+Green+Blue) = 197+159+144=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C59F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59F90 is #3A606F. Grayscale: #A8A8A8. Windows color (decimal): -3825776 or 9478085. OLE color: 9478085.
HSL color Cylindrical-coordinate representation of color #C59F90: hue angle of 16.98º 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 #C59F90 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 159 | 144 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.23 |
| HSL | 16.98º | 0.31% | 0.67% | - |
| HSV(B) | 16.98º | 0.27% | 0.77% | - |
| XYZ | 40.46 | 38.68 | 31.72 | - |
| YUV | 168.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 159 | 144 | 0 | 0.19 | 0.27 | 0.23 | 16.98 | 0.31 | 0.67 |
| Hex | C5 | 9F | 90 | 0 | 13 | 1B | 17 | 11 | 1F | 43 |
| Octal | 305 | 237 | 220 | 0 | 23 | 33 | 27 | 21 | 37 | 103 |
| Binary | 11000101 | 10011111 | 10010000 | 0 | 10011 | 11011 | 10111 | 10001 | 11111 | 1000011 |
Color Harmonies of #C59F90
Complementary color
Monochromatic Colors of #C59F90
Black with #C59F90
Text Example
Text Example
White with #C59F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59F90; }
p { color: rgb(197,159,144); }
H1.HeaderClassName
{
color: #C59F90;
}
.AnyTagClassName
{
color: #C59F90;
}
</style>
background-color css
<style>
a { background-color: #C59F90; }
a { background-color: rgb(197,159,144); }
div.DivClassName
{
background-color: #C59F90;
}
.BgClassName
{
background-color: #C59F90;
}
</style>
border-color css
<style>
span { border-color: #C59F90; }
span { border-color: rgb(197,159,144); }
td.TdClassName
{
border-color: #C59F90;
}
.TagClassName
{
border-color: #C59F90;
}
</style>