Shades of Quicksand #C79C88
Tints of Quicksand #C79C88
RGB
CMYK
RGB Variations
Color information
#C79C88 (or 0xC79C88) is known color: Quicksand. HEX triplet: C7, 9C and 88. RGB value is (199,156,136). Sum of RGB (Red+Green+Blue) = 199+156+136=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79C88 is #386377. Grayscale: #A6A6A6. Windows color (decimal): -3695480 or 8953031. OLE color: 8953031.
HSL color Cylindrical-coordinate representation of color #C79C88: hue angle of 19.05º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C79C88 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 136 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.22 |
| HSL | 19.05º | 0.36% | 0.66% | - |
| HSV(B) | 19.05º | 0.32% | 0.78% | - |
| XYZ | 39.89 | 37.7 | 28.47 | - |
| YUV | 166.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 136 | 0 | 0.22 | 0.32 | 0.22 | 19.05 | 0.36 | 0.66 |
| Hex | C7 | 9C | 88 | 0 | 16 | 20 | 16 | 13 | 24 | 42 |
| Octal | 307 | 234 | 210 | 0 | 26 | 40 | 26 | 23 | 44 | 102 |
| Binary | 11000111 | 10011100 | 10001000 | 0 | 10110 | 100000 | 10110 | 10011 | 100100 | 1000010 |
Color Harmonies of #C79C88
Complementary color
Monochromatic Colors of #C79C88
Black with #C79C88
Text Example
Text Example
White with #C79C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C88; }
p { color: rgb(199,156,136); }
H1.HeaderClassName
{
color: #C79C88;
}
.AnyTagClassName
{
color: #C79C88;
}
</style>
background-color css
<style>
a { background-color: #C79C88; }
a { background-color: rgb(199,156,136); }
div.DivClassName
{
background-color: #C79C88;
}
.BgClassName
{
background-color: #C79C88;
}
</style>
border-color css
<style>
span { border-color: #C79C88; }
span { border-color: rgb(199,156,136); }
td.TdClassName
{
border-color: #C79C88;
}
.TagClassName
{
border-color: #C79C88;
}
</style>