Shades of Quicksand #C79388
Tints of Quicksand #C79388
RGB
CMYK
RGB Variations
Color information
#C79388 (or 0xC79388) is known color: Quicksand. HEX triplet: C7, 93 and 88. RGB value is (199,147,136). Sum of RGB (Red+Green+Blue) = 199+147+136=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C79388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79388 is #386C77. Grayscale: #A1A1A1. Windows color (decimal): -3697784 or 8950727. OLE color: 8950727.
HSL color Cylindrical-coordinate representation of color #C79388: hue angle of 10.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C79388 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 136 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.22 |
| HSL | 10.48º | 0.36% | 0.66% | - |
| HSV(B) | 10.48º | 0.32% | 0.78% | - |
| XYZ | 38.43 | 34.79 | 27.98 | - |
| YUV | 161.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 136 | 0 | 0.26 | 0.32 | 0.22 | 10.48 | 0.36 | 0.66 |
| Hex | C7 | 93 | 88 | 0 | 1A | 20 | 16 | A | 24 | 42 |
| Octal | 307 | 223 | 210 | 0 | 32 | 40 | 26 | 12 | 44 | 102 |
| Binary | 11000111 | 10010011 | 10001000 | 0 | 11010 | 100000 | 10110 | 1010 | 100100 | 1000010 |
Color Harmonies of #C79388
Complementary color
Monochromatic Colors of #C79388
Black with #C79388
Text Example
Text Example
White with #C79388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79388; }
p { color: rgb(199,147,136); }
H1.HeaderClassName
{
color: #C79388;
}
.AnyTagClassName
{
color: #C79388;
}
</style>
background-color css
<style>
a { background-color: #C79388; }
a { background-color: rgb(199,147,136); }
div.DivClassName
{
background-color: #C79388;
}
.BgClassName
{
background-color: #C79388;
}
</style>
border-color css
<style>
span { border-color: #C79388; }
span { border-color: rgb(199,147,136); }
td.TdClassName
{
border-color: #C79388;
}
.TagClassName
{
border-color: #C79388;
}
</style>