Shades of Quicksand #C59589
Tints of Quicksand #C59589
RGB
CMYK
RGB Variations
Color information
#C59589 (or 0xC59589) is known color: Quicksand. HEX triplet: C5, 95 and 89. RGB value is (197,149,137). Sum of RGB (Red+Green+Blue) = 197+149+137=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C59589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59589 is #3A6A76. Grayscale: #A2A2A2. Windows color (decimal): -3828343 or 9016773. OLE color: 9016773.
HSL color Cylindrical-coordinate representation of color #C59589: hue angle of 12º 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 #C59589 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 137 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.23 |
| HSL | 12º | 0.34% | 0.65% | - |
| HSV(B) | 12º | 0.3% | 0.77% | - |
| XYZ | 38.29 | 35.17 | 28.44 | - |
| YUV | 161.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 137 | 0 | 0.24 | 0.30 | 0.23 | 12 | 0.34 | 0.65 |
| Hex | C5 | 95 | 89 | 0 | 18 | 1E | 17 | C | 22 | 41 |
| Octal | 305 | 225 | 211 | 0 | 30 | 36 | 27 | 14 | 42 | 101 |
| Binary | 11000101 | 10010101 | 10001001 | 0 | 11000 | 11110 | 10111 | 1100 | 100010 | 1000001 |
Color Harmonies of #C59589
Complementary color
Monochromatic Colors of #C59589
Black with #C59589
Text Example
Text Example
White with #C59589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59589; }
p { color: rgb(197,149,137); }
H1.HeaderClassName
{
color: #C59589;
}
.AnyTagClassName
{
color: #C59589;
}
</style>
background-color css
<style>
a { background-color: #C59589; }
a { background-color: rgb(197,149,137); }
div.DivClassName
{
background-color: #C59589;
}
.BgClassName
{
background-color: #C59589;
}
</style>
border-color css
<style>
span { border-color: #C59589; }
span { border-color: rgb(197,149,137); }
td.TdClassName
{
border-color: #C59589;
}
.TagClassName
{
border-color: #C59589;
}
</style>