Shades of Quicksand #C59685
Tints of Quicksand #C59685
RGB
CMYK
RGB Variations
Color information
#C59685 (or 0xC59685) is known color: Quicksand. HEX triplet: C5, 96 and 85. RGB value is (197,150,133). Sum of RGB (Red+Green+Blue) = 197+150+133=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C59685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59685 is #3A697A. Grayscale: #A2A2A2. Windows color (decimal): -3828091 or 8754885. OLE color: 8754885.
HSL color Cylindrical-coordinate representation of color #C59685: hue angle of 15.94º 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 #C59685 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 133 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.23 |
| HSL | 15.94º | 0.36% | 0.65% | - |
| HSV(B) | 15.94º | 0.32% | 0.77% | - |
| XYZ | 38.17 | 35.38 | 27.01 | - |
| YUV | 162.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 133 | 0 | 0.24 | 0.32 | 0.23 | 15.94 | 0.36 | 0.65 |
| Hex | C5 | 96 | 85 | 0 | 18 | 20 | 17 | 10 | 24 | 41 |
| Octal | 305 | 226 | 205 | 0 | 30 | 40 | 27 | 20 | 44 | 101 |
| Binary | 11000101 | 10010110 | 10000101 | 0 | 11000 | 100000 | 10111 | 10000 | 100100 | 1000001 |
Color Harmonies of #C59685
Complementary color
Monochromatic Colors of #C59685
Black with #C59685
Text Example
Text Example
White with #C59685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59685; }
p { color: rgb(197,150,133); }
H1.HeaderClassName
{
color: #C59685;
}
.AnyTagClassName
{
color: #C59685;
}
</style>
background-color css
<style>
a { background-color: #C59685; }
a { background-color: rgb(197,150,133); }
div.DivClassName
{
background-color: #C59685;
}
.BgClassName
{
background-color: #C59685;
}
</style>
border-color css
<style>
span { border-color: #C59685; }
span { border-color: rgb(197,150,133); }
td.TdClassName
{
border-color: #C59685;
}
.TagClassName
{
border-color: #C59685;
}
</style>