Shades of Quicksand #C49F92
Tints of Quicksand #C49F92
RGB
CMYK
RGB Variations
Color information
#C49F92 (or 0xC49F92) is known color: Quicksand. HEX triplet: C4, 9F and 92. RGB value is (196,159,146). Sum of RGB (Red+Green+Blue) = 196+159+146=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F92 is #3B606D. Grayscale: #A8A8A8. Windows color (decimal): -3891310 or 9609156. OLE color: 9609156.
HSL color Cylindrical-coordinate representation of color #C49F92: hue angle of 15.6º 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 #C49F92 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 146 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.23 |
| HSL | 15.6º | 0.3% | 0.67% | - |
| HSV(B) | 15.6º | 0.26% | 0.77% | - |
| XYZ | 40.35 | 38.61 | 32.52 | - |
| YUV | 168.58 | 115.26 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 146 | 0 | 0.19 | 0.26 | 0.23 | 15.6 | 0.3 | 0.67 |
| Hex | C4 | 9F | 92 | 0 | 13 | 1A | 17 | 10 | 1E | 43 |
| Octal | 304 | 237 | 222 | 0 | 23 | 32 | 27 | 20 | 36 | 103 |
| Binary | 11000100 | 10011111 | 10010010 | 0 | 10011 | 11010 | 10111 | 10000 | 11110 | 1000011 |
Color Harmonies of #C49F92
Complementary color
Monochromatic Colors of #C49F92
Black with #C49F92
Text Example
Text Example
White with #C49F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F92; }
p { color: rgb(196,159,146); }
H1.HeaderClassName
{
color: #C49F92;
}
.AnyTagClassName
{
color: #C49F92;
}
</style>
background-color css
<style>
a { background-color: #C49F92; }
a { background-color: rgb(196,159,146); }
div.DivClassName
{
background-color: #C49F92;
}
.BgClassName
{
background-color: #C49F92;
}
</style>
border-color css
<style>
span { border-color: #C49F92; }
span { border-color: rgb(196,159,146); }
td.TdClassName
{
border-color: #C49F92;
}
.TagClassName
{
border-color: #C49F92;
}
</style>