Shades of Quicksand #C79E91
Tints of Quicksand #C79E91
RGB
CMYK
RGB Variations
Color information
#C79E91 (or 0xC79E91) is known color: Quicksand. HEX triplet: C7, 9E and 91. RGB value is (199,158,145). Sum of RGB (Red+Green+Blue) = 199+158+145=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C79E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79E91 is #38616E. Grayscale: #A8A8A8. Windows color (decimal): -3694959 or 9543367. OLE color: 9543367.
HSL color Cylindrical-coordinate representation of color #C79E91: hue angle of 14.44º 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 #C79E91 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 158 | 145 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.22 |
| HSL | 14.44º | 0.33% | 0.67% | - |
| HSV(B) | 14.44º | 0.27% | 0.78% | - |
| XYZ | 40.89 | 38.64 | 32.09 | - |
| YUV | 168.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 158 | 145 | 0 | 0.21 | 0.27 | 0.22 | 14.44 | 0.33 | 0.67 |
| Hex | C7 | 9E | 91 | 0 | 15 | 1B | 16 | E | 21 | 43 |
| Octal | 307 | 236 | 221 | 0 | 25 | 33 | 26 | 16 | 41 | 103 |
| Binary | 11000111 | 10011110 | 10010001 | 0 | 10101 | 11011 | 10110 | 1110 | 100001 | 1000011 |
Color Harmonies of #C79E91
Complementary color
Monochromatic Colors of #C79E91
Black with #C79E91
Text Example
Text Example
White with #C79E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79E91; }
p { color: rgb(199,158,145); }
H1.HeaderClassName
{
color: #C79E91;
}
.AnyTagClassName
{
color: #C79E91;
}
</style>
background-color css
<style>
a { background-color: #C79E91; }
a { background-color: rgb(199,158,145); }
div.DivClassName
{
background-color: #C79E91;
}
.BgClassName
{
background-color: #C79E91;
}
</style>
border-color css
<style>
span { border-color: #C79E91; }
span { border-color: rgb(199,158,145); }
td.TdClassName
{
border-color: #C79E91;
}
.TagClassName
{
border-color: #C79E91;
}
</style>