Shades of Quicksand #C79C91
Tints of Quicksand #C79C91
RGB
CMYK
RGB Variations
Color information
#C79C91 (or 0xC79C91) is known color: Quicksand. HEX triplet: C7, 9C and 91. RGB value is (199,156,145). Sum of RGB (Red+Green+Blue) = 199+156+145=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79C91 is #38636E. Grayscale: #A7A7A7. Windows color (decimal): -3695471 or 9542855. OLE color: 9542855.
HSL color Cylindrical-coordinate representation of color #C79C91: hue angle of 12.22º 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 #C79C91 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 145 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.22 |
| HSL | 12.22º | 0.33% | 0.67% | - |
| HSV(B) | 12.22º | 0.27% | 0.78% | - |
| XYZ | 40.55 | 37.96 | 31.98 | - |
| YUV | 167.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 145 | 0 | 0.22 | 0.27 | 0.22 | 12.22 | 0.33 | 0.67 |
| Hex | C7 | 9C | 91 | 0 | 16 | 1B | 16 | C | 21 | 43 |
| Octal | 307 | 234 | 221 | 0 | 26 | 33 | 26 | 14 | 41 | 103 |
| Binary | 11000111 | 10011100 | 10010001 | 0 | 10110 | 11011 | 10110 | 1100 | 100001 | 1000011 |
Color Harmonies of #C79C91
Complementary color
Monochromatic Colors of #C79C91
Black with #C79C91
Text Example
Text Example
White with #C79C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C91; }
p { color: rgb(199,156,145); }
H1.HeaderClassName
{
color: #C79C91;
}
.AnyTagClassName
{
color: #C79C91;
}
</style>
background-color css
<style>
a { background-color: #C79C91; }
a { background-color: rgb(199,156,145); }
div.DivClassName
{
background-color: #C79C91;
}
.BgClassName
{
background-color: #C79C91;
}
</style>
border-color css
<style>
span { border-color: #C79C91; }
span { border-color: rgb(199,156,145); }
td.TdClassName
{
border-color: #C79C91;
}
.TagClassName
{
border-color: #C79C91;
}
</style>