Shades of Quicksand #C59585
Tints of Quicksand #C59585
RGB
CMYK
RGB Variations
Color information
#C59585 (or 0xC59585) is known color: Quicksand. HEX triplet: C5, 95 and 85. RGB value is (197,149,133). Sum of RGB (Red+Green+Blue) = 197+149+133=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C59585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59585 is #3A6A7A. Grayscale: #A1A1A1. Windows color (decimal): -3828347 or 8754629. OLE color: 8754629.
HSL color Cylindrical-coordinate representation of color #C59585: hue angle of 15º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C59585 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 133 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.23 |
| HSL | 15º | 0.36% | 0.65% | - |
| HSV(B) | 15º | 0.32% | 0.77% | - |
| XYZ | 38.01 | 35.06 | 26.95 | - |
| YUV | 161.53 | 111.9 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 133 | 0 | 0.24 | 0.32 | 0.23 | 15 | 0.36 | 0.65 |
| Hex | C5 | 95 | 85 | 0 | 18 | 20 | 17 | F | 24 | 41 |
| Octal | 305 | 225 | 205 | 0 | 30 | 40 | 27 | 17 | 44 | 101 |
| Binary | 11000101 | 10010101 | 10000101 | 0 | 11000 | 100000 | 10111 | 1111 | 100100 | 1000001 |
Color Harmonies of #C59585
Complementary color
Monochromatic Colors of #C59585
Black with #C59585
Text Example
Text Example
White with #C59585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59585; }
p { color: rgb(197,149,133); }
H1.HeaderClassName
{
color: #C59585;
}
.AnyTagClassName
{
color: #C59585;
}
</style>
background-color css
<style>
a { background-color: #C59585; }
a { background-color: rgb(197,149,133); }
div.DivClassName
{
background-color: #C59585;
}
.BgClassName
{
background-color: #C59585;
}
</style>
border-color css
<style>
span { border-color: #C59585; }
span { border-color: rgb(197,149,133); }
td.TdClassName
{
border-color: #C59585;
}
.TagClassName
{
border-color: #C59585;
}
</style>