Shades of Quicksand #C59D90
Tints of Quicksand #C59D90
RGB
CMYK
RGB Variations
Color information
#C59D90 (or 0xC59D90) is known color: Quicksand. HEX triplet: C5, 9D and 90. RGB value is (197,157,144). Sum of RGB (Red+Green+Blue) = 197+157+144=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59D90 is #3A626F. Grayscale: #A7A7A7. Windows color (decimal): -3826288 or 9477573. OLE color: 9477573.
HSL color Cylindrical-coordinate representation of color #C59D90: hue angle of 14.72º 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 #C59D90 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 144 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.23 |
| HSL | 14.72º | 0.31% | 0.67% | - |
| HSV(B) | 14.72º | 0.27% | 0.77% | - |
| XYZ | 40.12 | 38 | 31.61 | - |
| YUV | 167.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 144 | 0 | 0.20 | 0.27 | 0.23 | 14.72 | 0.31 | 0.67 |
| Hex | C5 | 9D | 90 | 0 | 14 | 1B | 17 | F | 1F | 43 |
| Octal | 305 | 235 | 220 | 0 | 24 | 33 | 27 | 17 | 37 | 103 |
| Binary | 11000101 | 10011101 | 10010000 | 0 | 10100 | 11011 | 10111 | 1111 | 11111 | 1000011 |
Color Harmonies of #C59D90
Complementary color
Monochromatic Colors of #C59D90
Black with #C59D90
Text Example
Text Example
White with #C59D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D90; }
p { color: rgb(197,157,144); }
H1.HeaderClassName
{
color: #C59D90;
}
.AnyTagClassName
{
color: #C59D90;
}
</style>
background-color css
<style>
a { background-color: #C59D90; }
a { background-color: rgb(197,157,144); }
div.DivClassName
{
background-color: #C59D90;
}
.BgClassName
{
background-color: #C59D90;
}
</style>
border-color css
<style>
span { border-color: #C59D90; }
span { border-color: rgb(197,157,144); }
td.TdClassName
{
border-color: #C59D90;
}
.TagClassName
{
border-color: #C59D90;
}
</style>