Shades of Quicksand #C49584
Tints of Quicksand #C49584
RGB
CMYK
RGB Variations
Color information
#C49584 (or 0xC49584) is known color: Quicksand. HEX triplet: C4, 95 and 84. RGB value is (196,149,132). Sum of RGB (Red+Green+Blue) = 196+149+132=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C49584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49584 is #3B6A7B. Grayscale: #A1A1A1. Windows color (decimal): -3893884 or 8689092. OLE color: 8689092.
HSL color Cylindrical-coordinate representation of color #C49584: hue angle of 15.94º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49584 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 132 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.23 |
| HSL | 15.94º | 0.35% | 0.64% | - |
| HSV(B) | 15.94º | 0.33% | 0.77% | - |
| XYZ | 37.68 | 34.9 | 26.58 | - |
| YUV | 161.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 132 | 0 | 0.24 | 0.33 | 0.23 | 15.94 | 0.35 | 0.64 |
| Hex | C4 | 95 | 84 | 0 | 18 | 21 | 17 | 10 | 23 | 40 |
| Octal | 304 | 225 | 204 | 0 | 30 | 41 | 27 | 20 | 43 | 100 |
| Binary | 11000100 | 10010101 | 10000100 | 0 | 11000 | 100001 | 10111 | 10000 | 100011 | 1000000 |
Color Harmonies of #C49584
Complementary color
Monochromatic Colors of #C49584
Black with #C49584
Text Example
Text Example
White with #C49584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49584; }
p { color: rgb(196,149,132); }
H1.HeaderClassName
{
color: #C49584;
}
.AnyTagClassName
{
color: #C49584;
}
</style>
background-color css
<style>
a { background-color: #C49584; }
a { background-color: rgb(196,149,132); }
div.DivClassName
{
background-color: #C49584;
}
.BgClassName
{
background-color: #C49584;
}
</style>
border-color css
<style>
span { border-color: #C49584; }
span { border-color: rgb(196,149,132); }
td.TdClassName
{
border-color: #C49584;
}
.TagClassName
{
border-color: #C49584;
}
</style>