Shades of Quicksand #C59580
Tints of Quicksand #C59580
RGB
CMYK
RGB Variations
Color information
#C59580 (or 0xC59580) is known color: Quicksand. HEX triplet: C5, 95 and 80. RGB value is (197,149,128). Sum of RGB (Red+Green+Blue) = 197+149+128=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C59580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59580 is #3A6A7F. Grayscale: #A1A1A1. Windows color (decimal): -3828352 or 8426949. OLE color: 8426949.
HSL color Cylindrical-coordinate representation of color #C59580: hue angle of 18.26º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C59580 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 128 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.23 |
| HSL | 18.26º | 0.37% | 0.64% | - |
| HSV(B) | 18.26º | 0.35% | 0.77% | - |
| XYZ | 37.67 | 34.92 | 25.18 | - |
| YUV | 160.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 128 | 0 | 0.24 | 0.35 | 0.23 | 18.26 | 0.37 | 0.64 |
| Hex | C5 | 95 | 80 | 0 | 18 | 23 | 17 | 12 | 25 | 40 |
| Octal | 305 | 225 | 200 | 0 | 30 | 43 | 27 | 22 | 45 | 100 |
| Binary | 11000101 | 10010101 | 10000000 | 0 | 11000 | 100011 | 10111 | 10010 | 100101 | 1000000 |
Color Harmonies of #C59580
Complementary color
Monochromatic Colors of #C59580
Black with #C59580
Text Example
Text Example
White with #C59580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59580; }
p { color: rgb(197,149,128); }
H1.HeaderClassName
{
color: #C59580;
}
.AnyTagClassName
{
color: #C59580;
}
</style>
background-color css
<style>
a { background-color: #C59580; }
a { background-color: rgb(197,149,128); }
div.DivClassName
{
background-color: #C59580;
}
.BgClassName
{
background-color: #C59580;
}
</style>
border-color css
<style>
span { border-color: #C59580; }
span { border-color: rgb(197,149,128); }
td.TdClassName
{
border-color: #C59580;
}
.TagClassName
{
border-color: #C59580;
}
</style>