Shades of Quicksand #C79785
Tints of Quicksand #C79785
RGB
CMYK
RGB Variations
Color information
#C79785 (or 0xC79785) is known color: Quicksand. HEX triplet: C7, 97 and 85. RGB value is (199,151,133). Sum of RGB (Red+Green+Blue) = 199+151+133=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C79785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79785 is #38687A. Grayscale: #A3A3A3. Windows color (decimal): -3696763 or 8755143. OLE color: 8755143.
HSL color Cylindrical-coordinate representation of color #C79785: hue angle of 16.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C79785 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 133 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.22 |
| HSL | 16.36º | 0.37% | 0.65% | - |
| HSV(B) | 16.36º | 0.33% | 0.78% | - |
| XYZ | 38.85 | 35.97 | 27.09 | - |
| YUV | 163.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 133 | 0 | 0.24 | 0.33 | 0.22 | 16.36 | 0.37 | 0.65 |
| Hex | C7 | 97 | 85 | 0 | 18 | 21 | 16 | 10 | 25 | 41 |
| Octal | 307 | 227 | 205 | 0 | 30 | 41 | 26 | 20 | 45 | 101 |
| Binary | 11000111 | 10010111 | 10000101 | 0 | 11000 | 100001 | 10110 | 10000 | 100101 | 1000001 |
Color Harmonies of #C79785
Complementary color
Monochromatic Colors of #C79785
Black with #C79785
Text Example
Text Example
White with #C79785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79785; }
p { color: rgb(199,151,133); }
H1.HeaderClassName
{
color: #C79785;
}
.AnyTagClassName
{
color: #C79785;
}
</style>
background-color css
<style>
a { background-color: #C79785; }
a { background-color: rgb(199,151,133); }
div.DivClassName
{
background-color: #C79785;
}
.BgClassName
{
background-color: #C79785;
}
</style>
border-color css
<style>
span { border-color: #C79785; }
span { border-color: rgb(199,151,133); }
td.TdClassName
{
border-color: #C79785;
}
.TagClassName
{
border-color: #C79785;
}
</style>