Shades of Quicksand #C59687
Tints of Quicksand #C59687
RGB
CMYK
RGB Variations
Color information
#C59687 (or 0xC59687) is known color: Quicksand. HEX triplet: C5, 96 and 87. RGB value is (197,150,135). Sum of RGB (Red+Green+Blue) = 197+150+135=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C59687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59687 is #3A6978. Grayscale: #A2A2A2. Windows color (decimal): -3828089 or 8885957. OLE color: 8885957.
HSL color Cylindrical-coordinate representation of color #C59687: hue angle of 14.52º 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 #C59687 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 135 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.23 |
| HSL | 14.52º | 0.35% | 0.65% | - |
| HSV(B) | 14.52º | 0.31% | 0.77% | - |
| XYZ | 38.31 | 35.43 | 27.74 | - |
| YUV | 162.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 135 | 0 | 0.24 | 0.31 | 0.23 | 14.52 | 0.35 | 0.65 |
| Hex | C5 | 96 | 87 | 0 | 18 | 1F | 17 | F | 23 | 41 |
| Octal | 305 | 226 | 207 | 0 | 30 | 37 | 27 | 17 | 43 | 101 |
| Binary | 11000101 | 10010110 | 10000111 | 0 | 11000 | 11111 | 10111 | 1111 | 100011 | 1000001 |
Color Harmonies of #C59687
Complementary color
Monochromatic Colors of #C59687
Black with #C59687
Text Example
Text Example
White with #C59687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59687; }
p { color: rgb(197,150,135); }
H1.HeaderClassName
{
color: #C59687;
}
.AnyTagClassName
{
color: #C59687;
}
</style>
background-color css
<style>
a { background-color: #C59687; }
a { background-color: rgb(197,150,135); }
div.DivClassName
{
background-color: #C59687;
}
.BgClassName
{
background-color: #C59687;
}
</style>
border-color css
<style>
span { border-color: #C59687; }
span { border-color: rgb(197,150,135); }
td.TdClassName
{
border-color: #C59687;
}
.TagClassName
{
border-color: #C59687;
}
</style>