Shades of Quicksand #C49985
Tints of Quicksand #C49985
RGB
CMYK
RGB Variations
Color information
#C49985 (or 0xC49985) is known color: Quicksand. HEX triplet: C4, 99 and 85. RGB value is (196,153,133). Sum of RGB (Red+Green+Blue) = 196+153+133=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C49985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49985 is #3B667A. Grayscale: #A3A3A3. Windows color (decimal): -3892859 or 8755652. OLE color: 8755652.
HSL color Cylindrical-coordinate representation of color #C49985: hue angle of 19.05º degrees, saturation: 0.35, 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 #C49985 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 133 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.23 |
| HSL | 19.05º | 0.35% | 0.65% | - |
| HSV(B) | 19.05º | 0.32% | 0.77% | - |
| XYZ | 38.39 | 36.21 | 27.16 | - |
| YUV | 163.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 133 | 0 | 0.22 | 0.32 | 0.23 | 19.05 | 0.35 | 0.65 |
| Hex | C4 | 99 | 85 | 0 | 16 | 20 | 17 | 13 | 23 | 41 |
| Octal | 304 | 231 | 205 | 0 | 26 | 40 | 27 | 23 | 43 | 101 |
| Binary | 11000100 | 10011001 | 10000101 | 0 | 10110 | 100000 | 10111 | 10011 | 100011 | 1000001 |
Color Harmonies of #C49985
Complementary color
Monochromatic Colors of #C49985
Black with #C49985
Text Example
Text Example
White with #C49985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49985; }
p { color: rgb(196,153,133); }
H1.HeaderClassName
{
color: #C49985;
}
.AnyTagClassName
{
color: #C49985;
}
</style>
background-color css
<style>
a { background-color: #C49985; }
a { background-color: rgb(196,153,133); }
div.DivClassName
{
background-color: #C49985;
}
.BgClassName
{
background-color: #C49985;
}
</style>
border-color css
<style>
span { border-color: #C49985; }
span { border-color: rgb(196,153,133); }
td.TdClassName
{
border-color: #C49985;
}
.TagClassName
{
border-color: #C49985;
}
</style>