Shades of Quicksand #C79B8F
Tints of Quicksand #C79B8F
RGB
CMYK
RGB Variations
Color information
#C79B8F (or 0xC79B8F) is known color: Quicksand. HEX triplet: C7, 9B and 8F. RGB value is (199,155,143). Sum of RGB (Red+Green+Blue) = 199+155+143=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79B8F is #386470. Grayscale: #A6A6A6. Windows color (decimal): -3695729 or 9411527. OLE color: 9411527.
HSL color Cylindrical-coordinate representation of color #C79B8F: hue angle of 12.86º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C79B8F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 155 | 143 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.22 |
| HSL | 12.86º | 0.33% | 0.67% | - |
| HSV(B) | 12.86º | 0.28% | 0.78% | - |
| XYZ | 40.23 | 37.57 | 31.12 | - |
| YUV | 166.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 143 | 0 | 0.22 | 0.28 | 0.22 | 12.86 | 0.33 | 0.67 |
| Hex | C7 | 9B | 8F | 0 | 16 | 1C | 16 | D | 21 | 43 |
| Octal | 307 | 233 | 217 | 0 | 26 | 34 | 26 | 15 | 41 | 103 |
| Binary | 11000111 | 10011011 | 10001111 | 0 | 10110 | 11100 | 10110 | 1101 | 100001 | 1000011 |
Color Harmonies of #C79B8F
Complementary color
Monochromatic Colors of #C79B8F
Black with #C79B8F
Text Example
Text Example
White with #C79B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79B8F; }
p { color: rgb(199,155,143); }
H1.HeaderClassName
{
color: #C79B8F;
}
.AnyTagClassName
{
color: #C79B8F;
}
</style>
background-color css
<style>
a { background-color: #C79B8F; }
a { background-color: rgb(199,155,143); }
div.DivClassName
{
background-color: #C79B8F;
}
.BgClassName
{
background-color: #C79B8F;
}
</style>
border-color css
<style>
span { border-color: #C79B8F; }
span { border-color: rgb(199,155,143); }
td.TdClassName
{
border-color: #C79B8F;
}
.TagClassName
{
border-color: #C79B8F;
}
</style>