Shades of Quicksand #C79385
Tints of Quicksand #C79385
RGB
CMYK
RGB Variations
Color information
#C79385 (or 0xC79385) is known color: Quicksand. HEX triplet: C7, 93 and 85. RGB value is (199,147,133). Sum of RGB (Red+Green+Blue) = 199+147+133=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C79385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79385 is #386C7A. Grayscale: #A1A1A1. Windows color (decimal): -3697787 or 8754119. OLE color: 8754119.
HSL color Cylindrical-coordinate representation of color #C79385: hue angle of 12.73º 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 #C79385 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 133 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.22 |
| HSL | 12.73º | 0.37% | 0.65% | - |
| HSV(B) | 12.73º | 0.33% | 0.78% | - |
| XYZ | 38.22 | 34.7 | 26.87 | - |
| YUV | 160.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 133 | 0 | 0.26 | 0.33 | 0.22 | 12.73 | 0.37 | 0.65 |
| Hex | C7 | 93 | 85 | 0 | 1A | 21 | 16 | D | 25 | 41 |
| Octal | 307 | 223 | 205 | 0 | 32 | 41 | 26 | 15 | 45 | 101 |
| Binary | 11000111 | 10010011 | 10000101 | 0 | 11010 | 100001 | 10110 | 1101 | 100101 | 1000001 |
Color Harmonies of #C79385
Complementary color
Monochromatic Colors of #C79385
Black with #C79385
Text Example
Text Example
White with #C79385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79385; }
p { color: rgb(199,147,133); }
H1.HeaderClassName
{
color: #C79385;
}
.AnyTagClassName
{
color: #C79385;
}
</style>
background-color css
<style>
a { background-color: #C79385; }
a { background-color: rgb(199,147,133); }
div.DivClassName
{
background-color: #C79385;
}
.BgClassName
{
background-color: #C79385;
}
</style>
border-color css
<style>
span { border-color: #C79385; }
span { border-color: rgb(199,147,133); }
td.TdClassName
{
border-color: #C79385;
}
.TagClassName
{
border-color: #C79385;
}
</style>