Shades of Quicksand #C79D8A
Tints of Quicksand #C79D8A
RGB
CMYK
RGB Variations
Color information
#C79D8A (or 0xC79D8A) is known color: Quicksand. HEX triplet: C7, 9D and 8A. RGB value is (199,157,138). Sum of RGB (Red+Green+Blue) = 199+157+138=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D8A is #386275. Grayscale: #A7A7A7. Windows color (decimal): -3695222 or 9084359. OLE color: 9084359.
HSL color Cylindrical-coordinate representation of color #C79D8A: hue angle of 18.69º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C79D8A is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 138 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.22 |
| HSL | 18.69º | 0.35% | 0.66% | - |
| HSV(B) | 18.69º | 0.31% | 0.78% | - |
| XYZ | 40.2 | 38.09 | 29.28 | - |
| YUV | 167.39 | 111.41 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 138 | 0 | 0.21 | 0.31 | 0.22 | 18.69 | 0.35 | 0.66 |
| Hex | C7 | 9D | 8A | 0 | 15 | 1F | 16 | 13 | 23 | 42 |
| Octal | 307 | 235 | 212 | 0 | 25 | 37 | 26 | 23 | 43 | 102 |
| Binary | 11000111 | 10011101 | 10001010 | 0 | 10101 | 11111 | 10110 | 10011 | 100011 | 1000010 |
Color Harmonies of #C79D8A
Complementary color
Monochromatic Colors of #C79D8A
Black with #C79D8A
Text Example
Text Example
White with #C79D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D8A; }
p { color: rgb(199,157,138); }
H1.HeaderClassName
{
color: #C79D8A;
}
.AnyTagClassName
{
color: #C79D8A;
}
</style>
background-color css
<style>
a { background-color: #C79D8A; }
a { background-color: rgb(199,157,138); }
div.DivClassName
{
background-color: #C79D8A;
}
.BgClassName
{
background-color: #C79D8A;
}
</style>
border-color css
<style>
span { border-color: #C79D8A; }
span { border-color: rgb(199,157,138); }
td.TdClassName
{
border-color: #C79D8A;
}
.TagClassName
{
border-color: #C79D8A;
}
</style>