Shades of Quicksand #C59582
Tints of Quicksand #C59582
RGB
CMYK
RGB Variations
Color information
#C59582 (or 0xC59582) is known color: Quicksand. HEX triplet: C5, 95 and 82. RGB value is (197,149,130). Sum of RGB (Red+Green+Blue) = 197+149+130=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C59582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59582 is #3A6A7D. Grayscale: #A1A1A1. Windows color (decimal): -3828350 or 8558021. OLE color: 8558021.
HSL color Cylindrical-coordinate representation of color #C59582: hue angle of 17.01º degrees, saturation: 0.37, 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 #C59582 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 130 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.23 |
| HSL | 17.01º | 0.37% | 0.64% | - |
| HSV(B) | 17.01º | 0.34% | 0.77% | - |
| XYZ | 37.8 | 34.98 | 25.88 | - |
| YUV | 161.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 130 | 0 | 0.24 | 0.34 | 0.23 | 17.01 | 0.37 | 0.64 |
| Hex | C5 | 95 | 82 | 0 | 18 | 22 | 17 | 11 | 25 | 40 |
| Octal | 305 | 225 | 202 | 0 | 30 | 42 | 27 | 21 | 45 | 100 |
| Binary | 11000101 | 10010101 | 10000010 | 0 | 11000 | 100010 | 10111 | 10001 | 100101 | 1000000 |
Color Harmonies of #C59582
Complementary color
Monochromatic Colors of #C59582
Black with #C59582
Text Example
Text Example
White with #C59582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59582; }
p { color: rgb(197,149,130); }
H1.HeaderClassName
{
color: #C59582;
}
.AnyTagClassName
{
color: #C59582;
}
</style>
background-color css
<style>
a { background-color: #C59582; }
a { background-color: rgb(197,149,130); }
div.DivClassName
{
background-color: #C59582;
}
.BgClassName
{
background-color: #C59582;
}
</style>
border-color css
<style>
span { border-color: #C59582; }
span { border-color: rgb(197,149,130); }
td.TdClassName
{
border-color: #C59582;
}
.TagClassName
{
border-color: #C59582;
}
</style>