Shades of Quicksand #C49789
Tints of Quicksand #C49789
RGB
CMYK
RGB Variations
Color information
#C49789 (or 0xC49789) is known color: Quicksand. HEX triplet: C4, 97 and 89. RGB value is (196,151,137). Sum of RGB (Red+Green+Blue) = 196+151+137=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C49789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49789 is #3B6876. Grayscale: #A2A2A2. Windows color (decimal): -3893367 or 9017284. OLE color: 9017284.
HSL color Cylindrical-coordinate representation of color #C49789: hue angle of 14.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49789 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 137 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.23 |
| HSL | 14.24º | 0.33% | 0.65% | - |
| HSV(B) | 14.24º | 0.3% | 0.77% | - |
| XYZ | 38.35 | 35.68 | 28.53 | - |
| YUV | 162.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 137 | 0 | 0.23 | 0.30 | 0.23 | 14.24 | 0.33 | 0.65 |
| Hex | C4 | 97 | 89 | 0 | 17 | 1E | 17 | E | 21 | 41 |
| Octal | 304 | 227 | 211 | 0 | 27 | 36 | 27 | 16 | 41 | 101 |
| Binary | 11000100 | 10010111 | 10001001 | 0 | 10111 | 11110 | 10111 | 1110 | 100001 | 1000001 |
Color Harmonies of #C49789
Complementary color
Monochromatic Colors of #C49789
Black with #C49789
Text Example
Text Example
White with #C49789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49789; }
p { color: rgb(196,151,137); }
H1.HeaderClassName
{
color: #C49789;
}
.AnyTagClassName
{
color: #C49789;
}
</style>
background-color css
<style>
a { background-color: #C49789; }
a { background-color: rgb(196,151,137); }
div.DivClassName
{
background-color: #C49789;
}
.BgClassName
{
background-color: #C49789;
}
</style>
border-color css
<style>
span { border-color: #C49789; }
span { border-color: rgb(196,151,137); }
td.TdClassName
{
border-color: #C49789;
}
.TagClassName
{
border-color: #C49789;
}
</style>