Shades of Quicksand #C49B8E
Tints of Quicksand #C49B8E
RGB
CMYK
RGB Variations
Color information
#C49B8E (or 0xC49B8E) is known color: Quicksand. HEX triplet: C4, 9B and 8E. RGB value is (196,155,142). Sum of RGB (Red+Green+Blue) = 196+155+142=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49B8E is #3B6471. Grayscale: #A5A5A5. Windows color (decimal): -3892338 or 9345988. OLE color: 9345988.
HSL color Cylindrical-coordinate representation of color #C49B8E: hue angle of 14.44º 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 #C49B8E is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 142 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.23 |
| HSL | 14.44º | 0.31% | 0.66% | - |
| HSV(B) | 14.44º | 0.28% | 0.77% | - |
| XYZ | 39.37 | 37.13 | 30.68 | - |
| YUV | 165.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 142 | 0 | 0.21 | 0.28 | 0.23 | 14.44 | 0.31 | 0.66 |
| Hex | C4 | 9B | 8E | 0 | 15 | 1C | 17 | E | 1F | 42 |
| Octal | 304 | 233 | 216 | 0 | 25 | 34 | 27 | 16 | 37 | 102 |
| Binary | 11000100 | 10011011 | 10001110 | 0 | 10101 | 11100 | 10111 | 1110 | 11111 | 1000010 |
Color Harmonies of #C49B8E
Complementary color
Monochromatic Colors of #C49B8E
Black with #C49B8E
Text Example
Text Example
White with #C49B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B8E; }
p { color: rgb(196,155,142); }
H1.HeaderClassName
{
color: #C49B8E;
}
.AnyTagClassName
{
color: #C49B8E;
}
</style>
background-color css
<style>
a { background-color: #C49B8E; }
a { background-color: rgb(196,155,142); }
div.DivClassName
{
background-color: #C49B8E;
}
.BgClassName
{
background-color: #C49B8E;
}
</style>
border-color css
<style>
span { border-color: #C49B8E; }
span { border-color: rgb(196,155,142); }
td.TdClassName
{
border-color: #C49B8E;
}
.TagClassName
{
border-color: #C49B8E;
}
</style>