Shades of Quicksand #C49E8C
Tints of Quicksand #C49E8C
RGB
CMYK
RGB Variations
Color information
#C49E8C (or 0xC49E8C) is known color: Quicksand. HEX triplet: C4, 9E and 8C. RGB value is (196,158,140). Sum of RGB (Red+Green+Blue) = 196+158+140=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49E8C is #3B6173. Grayscale: #A7A7A7. Windows color (decimal): -3891572 or 9215684. OLE color: 9215684.
HSL color Cylindrical-coordinate representation of color #C49E8C: hue angle of 19.29º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C49E8C is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 140 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.23 |
| HSL | 19.29º | 0.32% | 0.66% | - |
| HSV(B) | 19.29º | 0.29% | 0.77% | - |
| XYZ | 39.73 | 38.08 | 30.07 | - |
| YUV | 167.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 140 | 0 | 0.19 | 0.29 | 0.23 | 19.29 | 0.32 | 0.66 |
| Hex | C4 | 9E | 8C | 0 | 13 | 1D | 17 | 13 | 20 | 42 |
| Octal | 304 | 236 | 214 | 0 | 23 | 35 | 27 | 23 | 40 | 102 |
| Binary | 11000100 | 10011110 | 10001100 | 0 | 10011 | 11101 | 10111 | 10011 | 100000 | 1000010 |
Color Harmonies of #C49E8C
Complementary color
Monochromatic Colors of #C49E8C
Black with #C49E8C
Text Example
Text Example
White with #C49E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E8C; }
p { color: rgb(196,158,140); }
H1.HeaderClassName
{
color: #C49E8C;
}
.AnyTagClassName
{
color: #C49E8C;
}
</style>
background-color css
<style>
a { background-color: #C49E8C; }
a { background-color: rgb(196,158,140); }
div.DivClassName
{
background-color: #C49E8C;
}
.BgClassName
{
background-color: #C49E8C;
}
</style>
border-color css
<style>
span { border-color: #C49E8C; }
span { border-color: rgb(196,158,140); }
td.TdClassName
{
border-color: #C49E8C;
}
.TagClassName
{
border-color: #C49E8C;
}
</style>