Shades of Quicksand #C79F91
Tints of Quicksand #C79F91
RGB
CMYK
RGB Variations
Color information
#C79F91 (or 0xC79F91) is known color: Quicksand. HEX triplet: C7, 9F and 91. RGB value is (199,159,145). Sum of RGB (Red+Green+Blue) = 199+159+145=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79F91 is #38606E. Grayscale: #A9A9A9. Windows color (decimal): -3694703 or 9543623. OLE color: 9543623.
HSL color Cylindrical-coordinate representation of color #C79F91: hue angle of 15.56º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79F91 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 145 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.22 |
| HSL | 15.56º | 0.33% | 0.67% | - |
| HSV(B) | 15.56º | 0.27% | 0.78% | - |
| XYZ | 41.06 | 38.98 | 32.15 | - |
| YUV | 169.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 145 | 0 | 0.20 | 0.27 | 0.22 | 15.56 | 0.33 | 0.67 |
| Hex | C7 | 9F | 91 | 0 | 14 | 1B | 16 | 10 | 21 | 43 |
| Octal | 307 | 237 | 221 | 0 | 24 | 33 | 26 | 20 | 41 | 103 |
| Binary | 11000111 | 10011111 | 10010001 | 0 | 10100 | 11011 | 10110 | 10000 | 100001 | 1000011 |
Color Harmonies of #C79F91
Complementary color
Monochromatic Colors of #C79F91
Black with #C79F91
Text Example
Text Example
White with #C79F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F91; }
p { color: rgb(199,159,145); }
H1.HeaderClassName
{
color: #C79F91;
}
.AnyTagClassName
{
color: #C79F91;
}
</style>
background-color css
<style>
a { background-color: #C79F91; }
a { background-color: rgb(199,159,145); }
div.DivClassName
{
background-color: #C79F91;
}
.BgClassName
{
background-color: #C79F91;
}
</style>
border-color css
<style>
span { border-color: #C79F91; }
span { border-color: rgb(199,159,145); }
td.TdClassName
{
border-color: #C79F91;
}
.TagClassName
{
border-color: #C79F91;
}
</style>