Shades of Quicksand #C79D87
Tints of Quicksand #C79D87
RGB
CMYK
RGB Variations
Color information
#C79D87 (or 0xC79D87) is known color: Quicksand. HEX triplet: C7, 9D and 87. RGB value is (199,157,135). Sum of RGB (Red+Green+Blue) = 199+157+135=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D87 is #386278. Grayscale: #A7A7A7. Windows color (decimal): -3695225 or 8887751. OLE color: 8887751.
HSL color Cylindrical-coordinate representation of color #C79D87: hue angle of 20.62º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C79D87 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 135 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.22 |
| HSL | 20.63º | 0.36% | 0.65% | - |
| HSV(B) | 20.63º | 0.32% | 0.78% | - |
| XYZ | 39.98 | 38.01 | 28.15 | - |
| YUV | 167.05 | 109.91 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 135 | 0 | 0.21 | 0.32 | 0.22 | 20.63 | 0.36 | 0.65 |
| Hex | C7 | 9D | 87 | 0 | 15 | 20 | 16 | 15 | 24 | 41 |
| Octal | 307 | 235 | 207 | 0 | 25 | 40 | 26 | 25 | 44 | 101 |
| Binary | 11000111 | 10011101 | 10000111 | 0 | 10101 | 100000 | 10110 | 10101 | 100100 | 1000001 |
Color Harmonies of #C79D87
Complementary color
Monochromatic Colors of #C79D87
Black with #C79D87
Text Example
Text Example
White with #C79D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D87; }
p { color: rgb(199,157,135); }
H1.HeaderClassName
{
color: #C79D87;
}
.AnyTagClassName
{
color: #C79D87;
}
</style>
background-color css
<style>
a { background-color: #C79D87; }
a { background-color: rgb(199,157,135); }
div.DivClassName
{
background-color: #C79D87;
}
.BgClassName
{
background-color: #C79D87;
}
</style>
border-color css
<style>
span { border-color: #C79D87; }
span { border-color: rgb(199,157,135); }
td.TdClassName
{
border-color: #C79D87;
}
.TagClassName
{
border-color: #C79D87;
}
</style>