Shades of Quicksand #C49F95
Tints of Quicksand #C49F95
RGB
CMYK
RGB Variations
Color information
#C49F95 (or 0xC49F95) is known color: Quicksand. HEX triplet: C4, 9F and 95. RGB value is (196,159,149). Sum of RGB (Red+Green+Blue) = 196+159+149=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F95 is #3B606A. Grayscale: #A9A9A9. Windows color (decimal): -3891307 or 9805764. OLE color: 9805764.
HSL color Cylindrical-coordinate representation of color #C49F95: hue angle of 12.77º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49F95 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 149 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.23 |
| HSL | 12.77º | 0.28% | 0.68% | - |
| HSV(B) | 12.77º | 0.24% | 0.77% | - |
| XYZ | 40.59 | 38.7 | 33.76 | - |
| YUV | 168.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 149 | 0 | 0.19 | 0.24 | 0.23 | 12.77 | 0.28 | 0.68 |
| Hex | C4 | 9F | 95 | 0 | 13 | 18 | 17 | D | 1C | 44 |
| Octal | 304 | 237 | 225 | 0 | 23 | 30 | 27 | 15 | 34 | 104 |
| Binary | 11000100 | 10011111 | 10010101 | 0 | 10011 | 11000 | 10111 | 1101 | 11100 | 1000100 |
Color Harmonies of #C49F95
Complementary color
Monochromatic Colors of #C49F95
Black with #C49F95
Text Example
Text Example
White with #C49F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F95; }
p { color: rgb(196,159,149); }
H1.HeaderClassName
{
color: #C49F95;
}
.AnyTagClassName
{
color: #C49F95;
}
</style>
background-color css
<style>
a { background-color: #C49F95; }
a { background-color: rgb(196,159,149); }
div.DivClassName
{
background-color: #C49F95;
}
.BgClassName
{
background-color: #C49F95;
}
</style>
border-color css
<style>
span { border-color: #C49F95; }
span { border-color: rgb(196,159,149); }
td.TdClassName
{
border-color: #C49F95;
}
.TagClassName
{
border-color: #C49F95;
}
</style>