Shades of Quicksand #C49586
Tints of Quicksand #C49586
RGB
CMYK
RGB Variations
Color information
#C49586 (or 0xC49586) is known color: Quicksand. HEX triplet: C4, 95 and 86. RGB value is (196,149,134). Sum of RGB (Red+Green+Blue) = 196+149+134=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49586 is #3B6A79. Grayscale: #A1A1A1. Windows color (decimal): -3893882 or 8820164. OLE color: 8820164.
HSL color Cylindrical-coordinate representation of color #C49586: hue angle of 14.52º 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 #C49586 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 134 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.23 |
| HSL | 14.52º | 0.34% | 0.65% | - |
| HSV(B) | 14.52º | 0.32% | 0.77% | - |
| XYZ | 37.82 | 34.95 | 27.31 | - |
| YUV | 161.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 134 | 0 | 0.24 | 0.32 | 0.23 | 14.52 | 0.34 | 0.65 |
| Hex | C4 | 95 | 86 | 0 | 18 | 20 | 17 | F | 22 | 41 |
| Octal | 304 | 225 | 206 | 0 | 30 | 40 | 27 | 17 | 42 | 101 |
| Binary | 11000100 | 10010101 | 10000110 | 0 | 11000 | 100000 | 10111 | 1111 | 100010 | 1000001 |
Color Harmonies of #C49586
Complementary color
Monochromatic Colors of #C49586
Black with #C49586
Text Example
Text Example
White with #C49586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49586; }
p { color: rgb(196,149,134); }
H1.HeaderClassName
{
color: #C49586;
}
.AnyTagClassName
{
color: #C49586;
}
</style>
background-color css
<style>
a { background-color: #C49586; }
a { background-color: rgb(196,149,134); }
div.DivClassName
{
background-color: #C49586;
}
.BgClassName
{
background-color: #C49586;
}
</style>
border-color css
<style>
span { border-color: #C49586; }
span { border-color: rgb(196,149,134); }
td.TdClassName
{
border-color: #C49586;
}
.TagClassName
{
border-color: #C49586;
}
</style>