Shades of Quicksand #C79E8E
Tints of Quicksand #C79E8E
RGB
CMYK
RGB Variations
Color information
#C79E8E (or 0xC79E8E) is known color: Quicksand. HEX triplet: C7, 9E and 8E. RGB value is (199,158,142). Sum of RGB (Red+Green+Blue) = 199+158+142=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79E8E is #386171. Grayscale: #A8A8A8. Windows color (decimal): -3694962 or 9346759. OLE color: 9346759.
HSL color Cylindrical-coordinate representation of color #C79E8E: hue angle of 16.84º 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 #C79E8E is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 158 | 142 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.22 |
| HSL | 16.84º | 0.34% | 0.67% | - |
| HSV(B) | 16.84º | 0.29% | 0.78% | - |
| XYZ | 40.66 | 38.55 | 30.89 | - |
| YUV | 168.44 | 113.08 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 142 | 0 | 0.21 | 0.29 | 0.22 | 16.84 | 0.34 | 0.67 |
| Hex | C7 | 9E | 8E | 0 | 15 | 1D | 16 | 11 | 22 | 43 |
| Octal | 307 | 236 | 216 | 0 | 25 | 35 | 26 | 21 | 42 | 103 |
| Binary | 11000111 | 10011110 | 10001110 | 0 | 10101 | 11101 | 10110 | 10001 | 100010 | 1000011 |
Color Harmonies of #C79E8E
Complementary color
Monochromatic Colors of #C79E8E
Black with #C79E8E
Text Example
Text Example
White with #C79E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79E8E; }
p { color: rgb(199,158,142); }
H1.HeaderClassName
{
color: #C79E8E;
}
.AnyTagClassName
{
color: #C79E8E;
}
</style>
background-color css
<style>
a { background-color: #C79E8E; }
a { background-color: rgb(199,158,142); }
div.DivClassName
{
background-color: #C79E8E;
}
.BgClassName
{
background-color: #C79E8E;
}
</style>
border-color css
<style>
span { border-color: #C79E8E; }
span { border-color: rgb(199,158,142); }
td.TdClassName
{
border-color: #C79E8E;
}
.TagClassName
{
border-color: #C79E8E;
}
</style>