Shades of Quicksand #C49686
Tints of Quicksand #C49686
RGB
CMYK
RGB Variations
Color information
#C49686 (or 0xC49686) is known color: Quicksand. HEX triplet: C4, 96 and 86. RGB value is (196,150,134). Sum of RGB (Red+Green+Blue) = 196+150+134=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C49686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49686 is #3B6979. Grayscale: #A2A2A2. Windows color (decimal): -3893626 or 8820420. OLE color: 8820420.
HSL color Cylindrical-coordinate representation of color #C49686: hue angle of 15.48º degrees, saturation: 0.34, 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 #C49686 is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 134 | - |
| CMYK | 0 | 0.23 | 0.32 | 0.23 |
| HSL | 15.48º | 0.34% | 0.65% | - |
| HSV(B) | 15.48º | 0.32% | 0.77% | - |
| XYZ | 37.97 | 35.27 | 27.36 | - |
| YUV | 161.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 134 | 0 | 0.23 | 0.32 | 0.23 | 15.48 | 0.34 | 0.65 |
| Hex | C4 | 96 | 86 | 0 | 17 | 20 | 17 | F | 22 | 41 |
| Octal | 304 | 226 | 206 | 0 | 27 | 40 | 27 | 17 | 42 | 101 |
| Binary | 11000100 | 10010110 | 10000110 | 0 | 10111 | 100000 | 10111 | 1111 | 100010 | 1000001 |
Color Harmonies of #C49686
Complementary color
Monochromatic Colors of #C49686
Black with #C49686
Text Example
Text Example
White with #C49686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49686; }
p { color: rgb(196,150,134); }
H1.HeaderClassName
{
color: #C49686;
}
.AnyTagClassName
{
color: #C49686;
}
</style>
background-color css
<style>
a { background-color: #C49686; }
a { background-color: rgb(196,150,134); }
div.DivClassName
{
background-color: #C49686;
}
.BgClassName
{
background-color: #C49686;
}
</style>
border-color css
<style>
span { border-color: #C49686; }
span { border-color: rgb(196,150,134); }
td.TdClassName
{
border-color: #C49686;
}
.TagClassName
{
border-color: #C49686;
}
</style>