Shades of Quicksand #C59382
Tints of Quicksand #C59382
RGB
CMYK
RGB Variations
Color information
#C59382 (or 0xC59382) is known color: Quicksand. HEX triplet: C5, 93 and 82. RGB value is (197,147,130). Sum of RGB (Red+Green+Blue) = 197+147+130=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C59382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59382 is #3A6C7D. Grayscale: #A0A0A0. Windows color (decimal): -3828862 or 8557509. OLE color: 8557509.
HSL color Cylindrical-coordinate representation of color #C59382: hue angle of 15.22º 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 #C59382 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 130 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.23 |
| HSL | 15.22º | 0.37% | 0.64% | - |
| HSV(B) | 15.22º | 0.34% | 0.77% | - |
| XYZ | 37.49 | 34.35 | 25.77 | - |
| YUV | 160.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 130 | 0 | 0.25 | 0.34 | 0.23 | 15.22 | 0.37 | 0.64 |
| Hex | C5 | 93 | 82 | 0 | 19 | 22 | 17 | F | 25 | 40 |
| Octal | 305 | 223 | 202 | 0 | 31 | 42 | 27 | 17 | 45 | 100 |
| Binary | 11000101 | 10010011 | 10000010 | 0 | 11001 | 100010 | 10111 | 1111 | 100101 | 1000000 |
Color Harmonies of #C59382
Complementary color
Monochromatic Colors of #C59382
Black with #C59382
Text Example
Text Example
White with #C59382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59382; }
p { color: rgb(197,147,130); }
H1.HeaderClassName
{
color: #C59382;
}
.AnyTagClassName
{
color: #C59382;
}
</style>
background-color css
<style>
a { background-color: #C59382; }
a { background-color: rgb(197,147,130); }
div.DivClassName
{
background-color: #C59382;
}
.BgClassName
{
background-color: #C59382;
}
</style>
border-color css
<style>
span { border-color: #C59382; }
span { border-color: rgb(197,147,130); }
td.TdClassName
{
border-color: #C59382;
}
.TagClassName
{
border-color: #C59382;
}
</style>