Shades of Quicksand #C4A08E
Tints of Quicksand #C4A08E
RGB
CMYK
RGB Variations
Color information
#C4A08E (or 0xC4A08E) is known color: Quicksand. HEX triplet: C4, A0 and 8E. RGB value is (196,160,142). Sum of RGB (Red+Green+Blue) = 196+160+142=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A08E is #3B5F71. Grayscale: #A8A8A8. Windows color (decimal): -3891058 or 9347268. OLE color: 9347268.
HSL color Cylindrical-coordinate representation of color #C4A08E: hue angle of 20º 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 #C4A08E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 142 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.23 |
| HSL | 20º | 0.31% | 0.66% | - |
| HSV(B) | 20º | 0.28% | 0.77% | - |
| XYZ | 40.22 | 38.83 | 30.97 | - |
| YUV | 168.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 142 | 0 | 0.18 | 0.28 | 0.23 | 20 | 0.31 | 0.66 |
| Hex | C4 | A0 | 8E | 0 | 12 | 1C | 17 | 14 | 1F | 42 |
| Octal | 304 | 240 | 216 | 0 | 22 | 34 | 27 | 24 | 37 | 102 |
| Binary | 11000100 | 10100000 | 10001110 | 0 | 10010 | 11100 | 10111 | 10100 | 11111 | 1000010 |
Color Harmonies of #C4A08E
Complementary color
Monochromatic Colors of #C4A08E
Black with #C4A08E
Text Example
Text Example
White with #C4A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A08E; }
p { color: rgb(196,160,142); }
H1.HeaderClassName
{
color: #C4A08E;
}
.AnyTagClassName
{
color: #C4A08E;
}
</style>
background-color css
<style>
a { background-color: #C4A08E; }
a { background-color: rgb(196,160,142); }
div.DivClassName
{
background-color: #C4A08E;
}
.BgClassName
{
background-color: #C4A08E;
}
</style>
border-color css
<style>
span { border-color: #C4A08E; }
span { border-color: rgb(196,160,142); }
td.TdClassName
{
border-color: #C4A08E;
}
.TagClassName
{
border-color: #C4A08E;
}
</style>