Shades of Quicksand #C49588
Tints of Quicksand #C49588
RGB
CMYK
RGB Variations
Color information
#C49588 (or 0xC49588) is known color: Quicksand. HEX triplet: C4, 95 and 88. RGB value is (196,149,136). Sum of RGB (Red+Green+Blue) = 196+149+136=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C49588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49588 is #3B6A77. Grayscale: #A1A1A1. Windows color (decimal): -3893880 or 8951236. OLE color: 8951236.
HSL color Cylindrical-coordinate representation of color #C49588: hue angle of 13º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49588 is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 136 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.23 |
| HSL | 13º | 0.34% | 0.65% | - |
| HSV(B) | 13º | 0.31% | 0.77% | - |
| XYZ | 37.96 | 35.01 | 28.05 | - |
| YUV | 161.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 136 | 0 | 0.24 | 0.31 | 0.23 | 13 | 0.34 | 0.65 |
| Hex | C4 | 95 | 88 | 0 | 18 | 1F | 17 | D | 22 | 41 |
| Octal | 304 | 225 | 210 | 0 | 30 | 37 | 27 | 15 | 42 | 101 |
| Binary | 11000100 | 10010101 | 10001000 | 0 | 11000 | 11111 | 10111 | 1101 | 100010 | 1000001 |
Color Harmonies of #C49588
Complementary color
Monochromatic Colors of #C49588
Black with #C49588
Text Example
Text Example
White with #C49588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49588; }
p { color: rgb(196,149,136); }
H1.HeaderClassName
{
color: #C49588;
}
.AnyTagClassName
{
color: #C49588;
}
</style>
background-color css
<style>
a { background-color: #C49588; }
a { background-color: rgb(196,149,136); }
div.DivClassName
{
background-color: #C49588;
}
.BgClassName
{
background-color: #C49588;
}
</style>
border-color css
<style>
span { border-color: #C49588; }
span { border-color: rgb(196,149,136); }
td.TdClassName
{
border-color: #C49588;
}
.TagClassName
{
border-color: #C49588;
}
</style>