Shades of Quicksand #C79380
Tints of Quicksand #C79380
RGB
CMYK
RGB Variations
Color information
#C79380 (or 0xC79380) is known color: Quicksand. HEX triplet: C7, 93 and 80. RGB value is (199,147,128). Sum of RGB (Red+Green+Blue) = 199+147+128=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 147 (57.81% from 255 or 31.01% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C79380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79380 is #386C7F. Grayscale: #A0A0A0. Windows color (decimal): -3697792 or 8426439. OLE color: 8426439.
HSL color Cylindrical-coordinate representation of color #C79380: hue angle of 16.06º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C79380 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 147 | 128 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.22 |
| HSL | 16.06º | 0.39% | 0.64% | - |
| HSV(B) | 16.06º | 0.36% | 0.78% | - |
| XYZ | 37.88 | 34.57 | 25.1 | - |
| YUV | 160.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 128 | 0 | 0.26 | 0.36 | 0.22 | 16.06 | 0.39 | 0.64 |
| Hex | C7 | 93 | 80 | 0 | 1A | 24 | 16 | 10 | 27 | 40 |
| Octal | 307 | 223 | 200 | 0 | 32 | 44 | 26 | 20 | 47 | 100 |
| Binary | 11000111 | 10010011 | 10000000 | 0 | 11010 | 100100 | 10110 | 10000 | 100111 | 1000000 |
Color Harmonies of #C79380
Complementary color
Monochromatic Colors of #C79380
Black with #C79380
Text Example
Text Example
White with #C79380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79380; }
p { color: rgb(199,147,128); }
H1.HeaderClassName
{
color: #C79380;
}
.AnyTagClassName
{
color: #C79380;
}
</style>
background-color css
<style>
a { background-color: #C79380; }
a { background-color: rgb(199,147,128); }
div.DivClassName
{
background-color: #C79380;
}
.BgClassName
{
background-color: #C79380;
}
</style>
border-color css
<style>
span { border-color: #C79380; }
span { border-color: rgb(199,147,128); }
td.TdClassName
{
border-color: #C79380;
}
.TagClassName
{
border-color: #C79380;
}
</style>