Shades of Quicksand #C49F90
Tints of Quicksand #C49F90
RGB
CMYK
RGB Variations
Color information
#C49F90 (or 0xC49F90) is known color: Quicksand. HEX triplet: C4, 9F and 90. RGB value is (196,159,144). Sum of RGB (Red+Green+Blue) = 196+159+144=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F90 is #3B606F. Grayscale: #A8A8A8. Windows color (decimal): -3891312 or 9478084. OLE color: 9478084.
HSL color Cylindrical-coordinate representation of color #C49F90: hue angle of 17.31º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C49F90 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 144 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.23 |
| HSL | 17.31º | 0.31% | 0.67% | - |
| HSV(B) | 17.31º | 0.27% | 0.77% | - |
| XYZ | 40.2 | 38.55 | 31.71 | - |
| YUV | 168.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 144 | 0 | 0.19 | 0.27 | 0.23 | 17.31 | 0.31 | 0.67 |
| Hex | C4 | 9F | 90 | 0 | 13 | 1B | 17 | 11 | 1F | 43 |
| Octal | 304 | 237 | 220 | 0 | 23 | 33 | 27 | 21 | 37 | 103 |
| Binary | 11000100 | 10011111 | 10010000 | 0 | 10011 | 11011 | 10111 | 10001 | 11111 | 1000011 |
Color Harmonies of #C49F90
Complementary color
Monochromatic Colors of #C49F90
Black with #C49F90
Text Example
Text Example
White with #C49F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F90; }
p { color: rgb(196,159,144); }
H1.HeaderClassName
{
color: #C49F90;
}
.AnyTagClassName
{
color: #C49F90;
}
</style>
background-color css
<style>
a { background-color: #C49F90; }
a { background-color: rgb(196,159,144); }
div.DivClassName
{
background-color: #C49F90;
}
.BgClassName
{
background-color: #C49F90;
}
</style>
border-color css
<style>
span { border-color: #C49F90; }
span { border-color: rgb(196,159,144); }
td.TdClassName
{
border-color: #C49F90;
}
.TagClassName
{
border-color: #C49F90;
}
</style>