Shades of Quicksand #C49D89
Tints of Quicksand #C49D89
RGB
CMYK
RGB Variations
Color information
#C49D89 (or 0xC49D89) is known color: Quicksand. HEX triplet: C4, 9D and 89. RGB value is (196,157,137). Sum of RGB (Red+Green+Blue) = 196+157+137=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49D89 is #3B6276. Grayscale: #A6A6A6. Windows color (decimal): -3891831 or 9018820. OLE color: 9018820.
HSL color Cylindrical-coordinate representation of color #C49D89: hue angle of 20.34º 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 #C49D89 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 137 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.23 |
| HSL | 20.34º | 0.33% | 0.65% | - |
| HSV(B) | 20.34º | 0.3% | 0.77% | - |
| XYZ | 39.34 | 37.66 | 28.86 | - |
| YUV | 166.38 | 111.42 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 137 | 0 | 0.20 | 0.30 | 0.23 | 20.34 | 0.33 | 0.65 |
| Hex | C4 | 9D | 89 | 0 | 14 | 1E | 17 | 14 | 21 | 41 |
| Octal | 304 | 235 | 211 | 0 | 24 | 36 | 27 | 24 | 41 | 101 |
| Binary | 11000100 | 10011101 | 10001001 | 0 | 10100 | 11110 | 10111 | 10100 | 100001 | 1000001 |
Color Harmonies of #C49D89
Complementary color
Monochromatic Colors of #C49D89
Black with #C49D89
Text Example
Text Example
White with #C49D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D89; }
p { color: rgb(196,157,137); }
H1.HeaderClassName
{
color: #C49D89;
}
.AnyTagClassName
{
color: #C49D89;
}
</style>
background-color css
<style>
a { background-color: #C49D89; }
a { background-color: rgb(196,157,137); }
div.DivClassName
{
background-color: #C49D89;
}
.BgClassName
{
background-color: #C49D89;
}
</style>
border-color css
<style>
span { border-color: #C49D89; }
span { border-color: rgb(196,157,137); }
td.TdClassName
{
border-color: #C49D89;
}
.TagClassName
{
border-color: #C49D89;
}
</style>