Shades of Quicksand #C79387
Tints of Quicksand #C79387
RGB
CMYK
RGB Variations
Color information
#C79387 (or 0xC79387) is known color: Quicksand. HEX triplet: C7, 93 and 87. RGB value is (199,147,135). Sum of RGB (Red+Green+Blue) = 199+147+135=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C79387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79387 is #386C78. Grayscale: #A1A1A1. Windows color (decimal): -3697785 or 8885191. OLE color: 8885191.
HSL color Cylindrical-coordinate representation of color #C79387: hue angle of 11.25º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C79387 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 135 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.22 |
| HSL | 11.25º | 0.36% | 0.65% | - |
| HSV(B) | 11.25º | 0.32% | 0.78% | - |
| XYZ | 38.36 | 34.76 | 27.61 | - |
| YUV | 161.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 135 | 0 | 0.26 | 0.32 | 0.22 | 11.25 | 0.36 | 0.65 |
| Hex | C7 | 93 | 87 | 0 | 1A | 20 | 16 | B | 24 | 41 |
| Octal | 307 | 223 | 207 | 0 | 32 | 40 | 26 | 13 | 44 | 101 |
| Binary | 11000111 | 10010011 | 10000111 | 0 | 11010 | 100000 | 10110 | 1011 | 100100 | 1000001 |
Color Harmonies of #C79387
Complementary color
Monochromatic Colors of #C79387
Black with #C79387
Text Example
Text Example
White with #C79387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79387; }
p { color: rgb(199,147,135); }
H1.HeaderClassName
{
color: #C79387;
}
.AnyTagClassName
{
color: #C79387;
}
</style>
background-color css
<style>
a { background-color: #C79387; }
a { background-color: rgb(199,147,135); }
div.DivClassName
{
background-color: #C79387;
}
.BgClassName
{
background-color: #C79387;
}
</style>
border-color css
<style>
span { border-color: #C79387; }
span { border-color: rgb(199,147,135); }
td.TdClassName
{
border-color: #C79387;
}
.TagClassName
{
border-color: #C79387;
}
</style>