Shades of Quicksand #C49582
Tints of Quicksand #C49582
RGB
CMYK
RGB Variations
Color information
#C49582 (or 0xC49582) is known color: Quicksand. HEX triplet: C4, 95 and 82. RGB value is (196,149,130). Sum of RGB (Red+Green+Blue) = 196+149+130=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C49582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49582 is #3B6A7D. Grayscale: #A1A1A1. Windows color (decimal): -3893886 or 8558020. OLE color: 8558020.
HSL color Cylindrical-coordinate representation of color #C49582: hue angle of 17.27º 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 #C49582 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 130 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.23 |
| HSL | 17.27º | 0.36% | 0.64% | - |
| HSV(B) | 17.27º | 0.34% | 0.77% | - |
| XYZ | 37.54 | 34.84 | 25.87 | - |
| YUV | 160.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 130 | 0 | 0.24 | 0.34 | 0.23 | 17.27 | 0.36 | 0.64 |
| Hex | C4 | 95 | 82 | 0 | 18 | 22 | 17 | 11 | 24 | 40 |
| Octal | 304 | 225 | 202 | 0 | 30 | 42 | 27 | 21 | 44 | 100 |
| Binary | 11000100 | 10010101 | 10000010 | 0 | 11000 | 100010 | 10111 | 10001 | 100100 | 1000000 |
Color Harmonies of #C49582
Complementary color
Monochromatic Colors of #C49582
Black with #C49582
Text Example
Text Example
White with #C49582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49582; }
p { color: rgb(196,149,130); }
H1.HeaderClassName
{
color: #C49582;
}
.AnyTagClassName
{
color: #C49582;
}
</style>
background-color css
<style>
a { background-color: #C49582; }
a { background-color: rgb(196,149,130); }
div.DivClassName
{
background-color: #C49582;
}
.BgClassName
{
background-color: #C49582;
}
</style>
border-color css
<style>
span { border-color: #C49582; }
span { border-color: rgb(196,149,130); }
td.TdClassName
{
border-color: #C49582;
}
.TagClassName
{
border-color: #C49582;
}
</style>