Shades of Quicksand #C59987
Tints of Quicksand #C59987
RGB
CMYK
RGB Variations
Color information
#C59987 (or 0xC59987) is known color: Quicksand. HEX triplet: C5, 99 and 87. RGB value is (197,153,135). Sum of RGB (Red+Green+Blue) = 197+153+135=485 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.62% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 135 (53.12% from 255 or 27.84% from 485); Max value from RGB is 197 - color contains mainly: red. Hex color #C59987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59987 is #3A6678. Grayscale: #A4A4A4. Windows color (decimal): -3827321 or 8886725. OLE color: 8886725.
HSL color Cylindrical-coordinate representation of color #C59987: hue angle of 17.42º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C59987 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 135 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.23 |
| HSL | 17.42º | 0.35% | 0.65% | - |
| HSV(B) | 17.42º | 0.31% | 0.77% | - |
| XYZ | 38.79 | 36.4 | 27.9 | - |
| YUV | 164.1 | 111.58 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 135 | 0 | 0.22 | 0.31 | 0.23 | 17.42 | 0.35 | 0.65 |
| Hex | C5 | 99 | 87 | 0 | 16 | 1F | 17 | 11 | 23 | 41 |
| Octal | 305 | 231 | 207 | 0 | 26 | 37 | 27 | 21 | 43 | 101 |
| Binary | 11000101 | 10011001 | 10000111 | 0 | 10110 | 11111 | 10111 | 10001 | 100011 | 1000001 |
Color Harmonies of #C59987
Complementary color
Monochromatic Colors of #C59987
Black with #C59987
Text Example
Text Example
White with #C59987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59987; }
p { color: rgb(197,153,135); }
H1.HeaderClassName
{
color: #C59987;
}
.AnyTagClassName
{
color: #C59987;
}
</style>
background-color css
<style>
a { background-color: #C59987; }
a { background-color: rgb(197,153,135); }
div.DivClassName
{
background-color: #C59987;
}
.BgClassName
{
background-color: #C59987;
}
</style>
border-color css
<style>
span { border-color: #C59987; }
span { border-color: rgb(197,153,135); }
td.TdClassName
{
border-color: #C59987;
}
.TagClassName
{
border-color: #C59987;
}
</style>