Shades of Quicksand #C49990
Tints of Quicksand #C49990
RGB
CMYK
RGB Variations
Color information
#C49990 (or 0xC49990) is known color: Quicksand. HEX triplet: C4, 99 and 90. RGB value is (196,153,144). Sum of RGB (Red+Green+Blue) = 196+153+144=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49990 is #3B666F. Grayscale: #A4A4A4. Windows color (decimal): -3892848 or 9476548. OLE color: 9476548.
HSL color Cylindrical-coordinate representation of color #C49990: hue angle of 10.38º 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 #C49990 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 144 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.23 |
| HSL | 10.38º | 0.31% | 0.67% | - |
| HSV(B) | 10.38º | 0.27% | 0.77% | - |
| XYZ | 39.19 | 36.53 | 31.37 | - |
| YUV | 164.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 144 | 0 | 0.22 | 0.27 | 0.23 | 10.38 | 0.31 | 0.67 |
| Hex | C4 | 99 | 90 | 0 | 16 | 1B | 17 | A | 1F | 43 |
| Octal | 304 | 231 | 220 | 0 | 26 | 33 | 27 | 12 | 37 | 103 |
| Binary | 11000100 | 10011001 | 10010000 | 0 | 10110 | 11011 | 10111 | 1010 | 11111 | 1000011 |
Color Harmonies of #C49990
Complementary color
Monochromatic Colors of #C49990
Black with #C49990
Text Example
Text Example
White with #C49990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49990; }
p { color: rgb(196,153,144); }
H1.HeaderClassName
{
color: #C49990;
}
.AnyTagClassName
{
color: #C49990;
}
</style>
background-color css
<style>
a { background-color: #C49990; }
a { background-color: rgb(196,153,144); }
div.DivClassName
{
background-color: #C49990;
}
.BgClassName
{
background-color: #C49990;
}
</style>
border-color css
<style>
span { border-color: #C49990; }
span { border-color: rgb(196,153,144); }
td.TdClassName
{
border-color: #C49990;
}
.TagClassName
{
border-color: #C49990;
}
</style>