Shades of Quicksand #C49C8E
Tints of Quicksand #C49C8E
RGB
CMYK
RGB Variations
Color information
#C49C8E (or 0xC49C8E) is known color: Quicksand. HEX triplet: C4, 9C and 8E. RGB value is (196,156,142). Sum of RGB (Red+Green+Blue) = 196+156+142=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C8E is #3B6371. Grayscale: #A6A6A6. Windows color (decimal): -3892082 or 9346244. OLE color: 9346244.
HSL color Cylindrical-coordinate representation of color #C49C8E: hue angle of 15.56º degrees, saturation: 0.31, 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 #C49C8E is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 142 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.23 |
| HSL | 15.56º | 0.31% | 0.66% | - |
| HSV(B) | 15.56º | 0.28% | 0.77% | - |
| XYZ | 39.54 | 37.47 | 30.74 | - |
| YUV | 166.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 142 | 0 | 0.20 | 0.28 | 0.23 | 15.56 | 0.31 | 0.66 |
| Hex | C4 | 9C | 8E | 0 | 14 | 1C | 17 | 10 | 1F | 42 |
| Octal | 304 | 234 | 216 | 0 | 24 | 34 | 27 | 20 | 37 | 102 |
| Binary | 11000100 | 10011100 | 10001110 | 0 | 10100 | 11100 | 10111 | 10000 | 11111 | 1000010 |
Color Harmonies of #C49C8E
Complementary color
Monochromatic Colors of #C49C8E
Black with #C49C8E
Text Example
Text Example
White with #C49C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C8E; }
p { color: rgb(196,156,142); }
H1.HeaderClassName
{
color: #C49C8E;
}
.AnyTagClassName
{
color: #C49C8E;
}
</style>
background-color css
<style>
a { background-color: #C49C8E; }
a { background-color: rgb(196,156,142); }
div.DivClassName
{
background-color: #C49C8E;
}
.BgClassName
{
background-color: #C49C8E;
}
</style>
border-color css
<style>
span { border-color: #C49C8E; }
span { border-color: rgb(196,156,142); }
td.TdClassName
{
border-color: #C49C8E;
}
.TagClassName
{
border-color: #C49C8E;
}
</style>