Shades of Quicksand #C49E8D
Tints of Quicksand #C49E8D
RGB
CMYK
RGB Variations
Color information
#C49E8D (or 0xC49E8D) is known color: Quicksand. HEX triplet: C4, 9E and 8D. RGB value is (196,158,141). Sum of RGB (Red+Green+Blue) = 196+158+141=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E8D is #3B6172. Grayscale: #A7A7A7. Windows color (decimal): -3891571 or 9281220. OLE color: 9281220.
HSL color Cylindrical-coordinate representation of color #C49E8D: hue angle of 18.55º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C49E8D is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 141 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.23 |
| HSL | 18.55º | 0.32% | 0.66% | - |
| HSV(B) | 18.55º | 0.28% | 0.77% | - |
| XYZ | 39.8 | 38.11 | 30.46 | - |
| YUV | 167.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 141 | 0 | 0.19 | 0.28 | 0.23 | 18.55 | 0.32 | 0.66 |
| Hex | C4 | 9E | 8D | 0 | 13 | 1C | 17 | 13 | 20 | 42 |
| Octal | 304 | 236 | 215 | 0 | 23 | 34 | 27 | 23 | 40 | 102 |
| Binary | 11000100 | 10011110 | 10001101 | 0 | 10011 | 11100 | 10111 | 10011 | 100000 | 1000010 |
Color Harmonies of #C49E8D
Complementary color
Monochromatic Colors of #C49E8D
Black with #C49E8D
Text Example
Text Example
White with #C49E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E8D; }
p { color: rgb(196,158,141); }
H1.HeaderClassName
{
color: #C49E8D;
}
.AnyTagClassName
{
color: #C49E8D;
}
</style>
background-color css
<style>
a { background-color: #C49E8D; }
a { background-color: rgb(196,158,141); }
div.DivClassName
{
background-color: #C49E8D;
}
.BgClassName
{
background-color: #C49E8D;
}
</style>
border-color css
<style>
span { border-color: #C49E8D; }
span { border-color: rgb(196,158,141); }
td.TdClassName
{
border-color: #C49E8D;
}
.TagClassName
{
border-color: #C49E8D;
}
</style>