Shades of Quicksand #C59689
Tints of Quicksand #C59689
RGB
CMYK
RGB Variations
Color information
#C59689 (or 0xC59689) is known color: Quicksand. HEX triplet: C5, 96 and 89. RGB value is (197,150,137). Sum of RGB (Red+Green+Blue) = 197+150+137=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C59689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59689 is #3A6976. Grayscale: #A2A2A2. Windows color (decimal): -3828087 or 9017029. OLE color: 9017029.
HSL color Cylindrical-coordinate representation of color #C59689: hue angle of 13º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59689 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 137 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.23 |
| HSL | 13º | 0.34% | 0.65% | - |
| HSV(B) | 13º | 0.3% | 0.77% | - |
| XYZ | 38.45 | 35.49 | 28.49 | - |
| YUV | 162.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 137 | 0 | 0.24 | 0.30 | 0.23 | 13 | 0.34 | 0.65 |
| Hex | C5 | 96 | 89 | 0 | 18 | 1E | 17 | D | 22 | 41 |
| Octal | 305 | 226 | 211 | 0 | 30 | 36 | 27 | 15 | 42 | 101 |
| Binary | 11000101 | 10010110 | 10001001 | 0 | 11000 | 11110 | 10111 | 1101 | 100010 | 1000001 |
Color Harmonies of #C59689
Complementary color
Monochromatic Colors of #C59689
Black with #C59689
Text Example
Text Example
White with #C59689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59689; }
p { color: rgb(197,150,137); }
H1.HeaderClassName
{
color: #C59689;
}
.AnyTagClassName
{
color: #C59689;
}
</style>
background-color css
<style>
a { background-color: #C59689; }
a { background-color: rgb(197,150,137); }
div.DivClassName
{
background-color: #C59689;
}
.BgClassName
{
background-color: #C59689;
}
</style>
border-color css
<style>
span { border-color: #C59689; }
span { border-color: rgb(197,150,137); }
td.TdClassName
{
border-color: #C59689;
}
.TagClassName
{
border-color: #C59689;
}
</style>