Shades of Quicksand #C79D92
Tints of Quicksand #C79D92
RGB
CMYK
RGB Variations
Color information
#C79D92 (or 0xC79D92) is known color: Quicksand. HEX triplet: C7, 9D and 92. RGB value is (199,157,146). Sum of RGB (Red+Green+Blue) = 199+157+146=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D92 is #38626D. Grayscale: #A8A8A8. Windows color (decimal): -3695214 or 9608647. OLE color: 9608647.
HSL color Cylindrical-coordinate representation of color #C79D92: hue angle of 12.45º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79D92 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 146 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.22 |
| HSL | 12.45º | 0.32% | 0.68% | - |
| HSV(B) | 12.45º | 0.27% | 0.78% | - |
| XYZ | 40.8 | 38.33 | 32.44 | - |
| YUV | 168.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 146 | 0 | 0.21 | 0.27 | 0.22 | 12.45 | 0.32 | 0.68 |
| Hex | C7 | 9D | 92 | 0 | 15 | 1B | 16 | C | 20 | 44 |
| Octal | 307 | 235 | 222 | 0 | 25 | 33 | 26 | 14 | 40 | 104 |
| Binary | 11000111 | 10011101 | 10010010 | 0 | 10101 | 11011 | 10110 | 1100 | 100000 | 1000100 |
Color Harmonies of #C79D92
Complementary color
Monochromatic Colors of #C79D92
Black with #C79D92
Text Example
Text Example
White with #C79D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D92; }
p { color: rgb(199,157,146); }
H1.HeaderClassName
{
color: #C79D92;
}
.AnyTagClassName
{
color: #C79D92;
}
</style>
background-color css
<style>
a { background-color: #C79D92; }
a { background-color: rgb(199,157,146); }
div.DivClassName
{
background-color: #C79D92;
}
.BgClassName
{
background-color: #C79D92;
}
</style>
border-color css
<style>
span { border-color: #C79D92; }
span { border-color: rgb(199,157,146); }
td.TdClassName
{
border-color: #C79D92;
}
.TagClassName
{
border-color: #C79D92;
}
</style>