Shades of Quicksand #C79384
Tints of Quicksand #C79384
RGB
CMYK
RGB Variations
Color information
#C79384 (or 0xC79384) is known color: Quicksand. HEX triplet: C7, 93 and 84. RGB value is (199,147,132). Sum of RGB (Red+Green+Blue) = 199+147+132=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C79384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79384 is #386C7B. Grayscale: #A0A0A0. Windows color (decimal): -3697788 or 8688583. OLE color: 8688583.
HSL color Cylindrical-coordinate representation of color #C79384: hue angle of 13.43º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C79384 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 132 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.22 |
| HSL | 13.43º | 0.37% | 0.65% | - |
| HSV(B) | 13.43º | 0.34% | 0.78% | - |
| XYZ | 38.15 | 34.68 | 26.51 | - |
| YUV | 160.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 132 | 0 | 0.26 | 0.34 | 0.22 | 13.43 | 0.37 | 0.65 |
| Hex | C7 | 93 | 84 | 0 | 1A | 22 | 16 | D | 25 | 41 |
| Octal | 307 | 223 | 204 | 0 | 32 | 42 | 26 | 15 | 45 | 101 |
| Binary | 11000111 | 10010011 | 10000100 | 0 | 11010 | 100010 | 10110 | 1101 | 100101 | 1000001 |
Color Harmonies of #C79384
Complementary color
Monochromatic Colors of #C79384
Black with #C79384
Text Example
Text Example
White with #C79384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79384; }
p { color: rgb(199,147,132); }
H1.HeaderClassName
{
color: #C79384;
}
.AnyTagClassName
{
color: #C79384;
}
</style>
background-color css
<style>
a { background-color: #C79384; }
a { background-color: rgb(199,147,132); }
div.DivClassName
{
background-color: #C79384;
}
.BgClassName
{
background-color: #C79384;
}
</style>
border-color css
<style>
span { border-color: #C79384; }
span { border-color: rgb(199,147,132); }
td.TdClassName
{
border-color: #C79384;
}
.TagClassName
{
border-color: #C79384;
}
</style>