Shades of Quicksand #C79382
Tints of Quicksand #C79382
RGB
CMYK
RGB Variations
Color information
#C79382 (or 0xC79382) is known color: Quicksand. HEX triplet: C7, 93 and 82. RGB value is (199,147,130). Sum of RGB (Red+Green+Blue) = 199+147+130=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C79382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79382 is #386C7D. Grayscale: #A0A0A0. Windows color (decimal): -3697790 or 8557511. OLE color: 8557511.
HSL color Cylindrical-coordinate representation of color #C79382: hue angle of 14.78º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C79382 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 130 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.22 |
| HSL | 14.78º | 0.38% | 0.65% | - |
| HSV(B) | 14.78º | 0.35% | 0.78% | - |
| XYZ | 38.02 | 34.62 | 25.8 | - |
| YUV | 160.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 130 | 0 | 0.26 | 0.35 | 0.22 | 14.78 | 0.38 | 0.65 |
| Hex | C7 | 93 | 82 | 0 | 1A | 23 | 16 | F | 26 | 41 |
| Octal | 307 | 223 | 202 | 0 | 32 | 43 | 26 | 17 | 46 | 101 |
| Binary | 11000111 | 10010011 | 10000010 | 0 | 11010 | 100011 | 10110 | 1111 | 100110 | 1000001 |
Color Harmonies of #C79382
Complementary color
Monochromatic Colors of #C79382
Black with #C79382
Text Example
Text Example
White with #C79382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79382; }
p { color: rgb(199,147,130); }
H1.HeaderClassName
{
color: #C79382;
}
.AnyTagClassName
{
color: #C79382;
}
</style>
background-color css
<style>
a { background-color: #C79382; }
a { background-color: rgb(199,147,130); }
div.DivClassName
{
background-color: #C79382;
}
.BgClassName
{
background-color: #C79382;
}
</style>
border-color css
<style>
span { border-color: #C79382; }
span { border-color: rgb(199,147,130); }
td.TdClassName
{
border-color: #C79382;
}
.TagClassName
{
border-color: #C79382;
}
</style>