Shades of Quicksand #C49F91
Tints of Quicksand #C49F91
RGB
CMYK
RGB Variations
Color information
#C49F91 (or 0xC49F91) is known color: Quicksand. HEX triplet: C4, 9F and 91. RGB value is (196,159,145). Sum of RGB (Red+Green+Blue) = 196+159+145=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F91 is #3B606E. Grayscale: #A8A8A8. Windows color (decimal): -3891311 or 9543620. OLE color: 9543620.
HSL color Cylindrical-coordinate representation of color #C49F91: hue angle of 16.47º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49F91 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 145 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.23 |
| HSL | 16.47º | 0.3% | 0.67% | - |
| HSV(B) | 16.47º | 0.26% | 0.77% | - |
| XYZ | 40.27 | 38.58 | 32.11 | - |
| YUV | 168.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 145 | 0 | 0.19 | 0.26 | 0.23 | 16.47 | 0.3 | 0.67 |
| Hex | C4 | 9F | 91 | 0 | 13 | 1A | 17 | 10 | 1E | 43 |
| Octal | 304 | 237 | 221 | 0 | 23 | 32 | 27 | 20 | 36 | 103 |
| Binary | 11000100 | 10011111 | 10010001 | 0 | 10011 | 11010 | 10111 | 10000 | 11110 | 1000011 |
Color Harmonies of #C49F91
Complementary color
Monochromatic Colors of #C49F91
Black with #C49F91
Text Example
Text Example
White with #C49F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F91; }
p { color: rgb(196,159,145); }
H1.HeaderClassName
{
color: #C49F91;
}
.AnyTagClassName
{
color: #C49F91;
}
</style>
background-color css
<style>
a { background-color: #C49F91; }
a { background-color: rgb(196,159,145); }
div.DivClassName
{
background-color: #C49F91;
}
.BgClassName
{
background-color: #C49F91;
}
</style>
border-color css
<style>
span { border-color: #C49F91; }
span { border-color: rgb(196,159,145); }
td.TdClassName
{
border-color: #C49F91;
}
.TagClassName
{
border-color: #C49F91;
}
</style>