Shades of Quicksand #C59983
Tints of Quicksand #C59983
RGB
CMYK
RGB Variations
Color information
#C59983 (or 0xC59983) is known color: Quicksand. HEX triplet: C5, 99 and 83. RGB value is (197,153,131). Sum of RGB (Red+Green+Blue) = 197+153+131=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C59983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59983 is #3A667C. Grayscale: #A3A3A3. Windows color (decimal): -3827325 or 8624581. OLE color: 8624581.
HSL color Cylindrical-coordinate representation of color #C59983: hue angle of 20º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59983 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 131 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.23 |
| HSL | 20º | 0.36% | 0.64% | - |
| HSV(B) | 20º | 0.34% | 0.77% | - |
| XYZ | 38.51 | 36.29 | 26.45 | - |
| YUV | 163.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 131 | 0 | 0.22 | 0.34 | 0.23 | 20 | 0.36 | 0.64 |
| Hex | C5 | 99 | 83 | 0 | 16 | 22 | 17 | 14 | 24 | 40 |
| Octal | 305 | 231 | 203 | 0 | 26 | 42 | 27 | 24 | 44 | 100 |
| Binary | 11000101 | 10011001 | 10000011 | 0 | 10110 | 100010 | 10111 | 10100 | 100100 | 1000000 |
Color Harmonies of #C59983
Complementary color
Monochromatic Colors of #C59983
Black with #C59983
Text Example
Text Example
White with #C59983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59983; }
p { color: rgb(197,153,131); }
H1.HeaderClassName
{
color: #C59983;
}
.AnyTagClassName
{
color: #C59983;
}
</style>
background-color css
<style>
a { background-color: #C59983; }
a { background-color: rgb(197,153,131); }
div.DivClassName
{
background-color: #C59983;
}
.BgClassName
{
background-color: #C59983;
}
</style>
border-color css
<style>
span { border-color: #C59983; }
span { border-color: rgb(197,153,131); }
td.TdClassName
{
border-color: #C59983;
}
.TagClassName
{
border-color: #C59983;
}
</style>