Shades of Quicksand #C7A08E
Tints of Quicksand #C7A08E
RGB
CMYK
RGB Variations
Color information
#C7A08E (or 0xC7A08E) is known color: Quicksand. HEX triplet: C7, A0 and 8E. RGB value is (199,160,142). Sum of RGB (Red+Green+Blue) = 199+160+142=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A08E is #385F71. Grayscale: #A9A9A9. Windows color (decimal): -3694450 or 9347271. OLE color: 9347271.
HSL color Cylindrical-coordinate representation of color #C7A08E: hue angle of 18.95º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7A08E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 160 | 142 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.22 |
| HSL | 18.95º | 0.34% | 0.67% | - |
| HSV(B) | 18.95º | 0.29% | 0.78% | - |
| XYZ | 41.01 | 39.24 | 31 | - |
| YUV | 169.61 | 112.42 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 160 | 142 | 0 | 0.20 | 0.29 | 0.22 | 18.95 | 0.34 | 0.67 |
| Hex | C7 | A0 | 8E | 0 | 14 | 1D | 16 | 13 | 22 | 43 |
| Octal | 307 | 240 | 216 | 0 | 24 | 35 | 26 | 23 | 42 | 103 |
| Binary | 11000111 | 10100000 | 10001110 | 0 | 10100 | 11101 | 10110 | 10011 | 100010 | 1000011 |
Color Harmonies of #C7A08E
Complementary color
Monochromatic Colors of #C7A08E
Black with #C7A08E
Text Example
Text Example
White with #C7A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A08E; }
p { color: rgb(199,160,142); }
H1.HeaderClassName
{
color: #C7A08E;
}
.AnyTagClassName
{
color: #C7A08E;
}
</style>
background-color css
<style>
a { background-color: #C7A08E; }
a { background-color: rgb(199,160,142); }
div.DivClassName
{
background-color: #C7A08E;
}
.BgClassName
{
background-color: #C7A08E;
}
</style>
border-color css
<style>
span { border-color: #C7A08E; }
span { border-color: rgb(199,160,142); }
td.TdClassName
{
border-color: #C7A08E;
}
.TagClassName
{
border-color: #C7A08E;
}
</style>