Shades of Quicksand #C79F93
Tints of Quicksand #C79F93
RGB
CMYK
RGB Variations
Color information
#C79F93 (or 0xC79F93) is known color: Quicksand. HEX triplet: C7, 9F and 93. RGB value is (199,159,147). Sum of RGB (Red+Green+Blue) = 199+159+147=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79F93 is #38606C. Grayscale: #A9A9A9. Windows color (decimal): -3694701 or 9674695. OLE color: 9674695.
HSL color Cylindrical-coordinate representation of color #C79F93: hue angle of 13.85º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C79F93 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 147 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.22 |
| HSL | 13.85º | 0.32% | 0.68% | - |
| HSV(B) | 13.85º | 0.26% | 0.78% | - |
| XYZ | 41.22 | 39.04 | 32.97 | - |
| YUV | 169.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 147 | 0 | 0.20 | 0.26 | 0.22 | 13.85 | 0.32 | 0.68 |
| Hex | C7 | 9F | 93 | 0 | 14 | 1A | 16 | E | 20 | 44 |
| Octal | 307 | 237 | 223 | 0 | 24 | 32 | 26 | 16 | 40 | 104 |
| Binary | 11000111 | 10011111 | 10010011 | 0 | 10100 | 11010 | 10110 | 1110 | 100000 | 1000100 |
Color Harmonies of #C79F93
Complementary color
Monochromatic Colors of #C79F93
Black with #C79F93
Text Example
Text Example
White with #C79F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F93; }
p { color: rgb(199,159,147); }
H1.HeaderClassName
{
color: #C79F93;
}
.AnyTagClassName
{
color: #C79F93;
}
</style>
background-color css
<style>
a { background-color: #C79F93; }
a { background-color: rgb(199,159,147); }
div.DivClassName
{
background-color: #C79F93;
}
.BgClassName
{
background-color: #C79F93;
}
</style>
border-color css
<style>
span { border-color: #C79F93; }
span { border-color: rgb(199,159,147); }
td.TdClassName
{
border-color: #C79F93;
}
.TagClassName
{
border-color: #C79F93;
}
</style>