Shades of Quicksand #C79D8E
Tints of Quicksand #C79D8E
RGB
CMYK
RGB Variations
Color information
#C79D8E (or 0xC79D8E) is known color: Quicksand. HEX triplet: C7, 9D and 8E. RGB value is (199,157,142). Sum of RGB (Red+Green+Blue) = 199+157+142=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D8E is #386271. Grayscale: #A7A7A7. Windows color (decimal): -3695218 or 9346503. OLE color: 9346503.
HSL color Cylindrical-coordinate representation of color #C79D8E: hue angle of 15.79º 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 #C79D8E is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 142 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.22 |
| HSL | 15.79º | 0.34% | 0.67% | - |
| HSV(B) | 15.79º | 0.29% | 0.78% | - |
| XYZ | 40.49 | 38.21 | 30.83 | - |
| YUV | 167.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 142 | 0 | 0.21 | 0.29 | 0.22 | 15.79 | 0.34 | 0.67 |
| Hex | C7 | 9D | 8E | 0 | 15 | 1D | 16 | 10 | 22 | 43 |
| Octal | 307 | 235 | 216 | 0 | 25 | 35 | 26 | 20 | 42 | 103 |
| Binary | 11000111 | 10011101 | 10001110 | 0 | 10101 | 11101 | 10110 | 10000 | 100010 | 1000011 |
Color Harmonies of #C79D8E
Complementary color
Monochromatic Colors of #C79D8E
Black with #C79D8E
Text Example
Text Example
White with #C79D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D8E; }
p { color: rgb(199,157,142); }
H1.HeaderClassName
{
color: #C79D8E;
}
.AnyTagClassName
{
color: #C79D8E;
}
</style>
background-color css
<style>
a { background-color: #C79D8E; }
a { background-color: rgb(199,157,142); }
div.DivClassName
{
background-color: #C79D8E;
}
.BgClassName
{
background-color: #C79D8E;
}
</style>
border-color css
<style>
span { border-color: #C79D8E; }
span { border-color: rgb(199,157,142); }
td.TdClassName
{
border-color: #C79D8E;
}
.TagClassName
{
border-color: #C79D8E;
}
</style>