Shades of Quicksand #C49280
Tints of Quicksand #C49280
RGB
CMYK
RGB Variations
Color information
#C49280 (or 0xC49280) is known color: Quicksand. HEX triplet: C4, 92 and 80. RGB value is (196,146,128). Sum of RGB (Red+Green+Blue) = 196+146+128=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C49280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49280 is #3B6D7F. Grayscale: #9F9F9F. Windows color (decimal): -3894656 or 8426180. OLE color: 8426180.
HSL color Cylindrical-coordinate representation of color #C49280: hue angle of 15.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49280 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 128 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.23 |
| HSL | 15.88º | 0.37% | 0.64% | - |
| HSV(B) | 15.88º | 0.35% | 0.77% | - |
| XYZ | 36.94 | 33.85 | 25.01 | - |
| YUV | 158.9 | 110.57 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 128 | 0 | 0.26 | 0.35 | 0.23 | 15.88 | 0.37 | 0.64 |
| Hex | C4 | 92 | 80 | 0 | 1A | 23 | 17 | 10 | 25 | 40 |
| Octal | 304 | 222 | 200 | 0 | 32 | 43 | 27 | 20 | 45 | 100 |
| Binary | 11000100 | 10010010 | 10000000 | 0 | 11010 | 100011 | 10111 | 10000 | 100101 | 1000000 |
Color Harmonies of #C49280
Complementary color
Monochromatic Colors of #C49280
Black with #C49280
Text Example
Text Example
White with #C49280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49280; }
p { color: rgb(196,146,128); }
H1.HeaderClassName
{
color: #C49280;
}
.AnyTagClassName
{
color: #C49280;
}
</style>
background-color css
<style>
a { background-color: #C49280; }
a { background-color: rgb(196,146,128); }
div.DivClassName
{
background-color: #C49280;
}
.BgClassName
{
background-color: #C49280;
}
</style>
border-color css
<style>
span { border-color: #C49280; }
span { border-color: rgb(196,146,128); }
td.TdClassName
{
border-color: #C49280;
}
.TagClassName
{
border-color: #C49280;
}
</style>