Shades of Quicksand #C79B92
Tints of Quicksand #C79B92
RGB
CMYK
RGB Variations
Color information
#C79B92 (or 0xC79B92) is known color: Quicksand. HEX triplet: C7, 9B and 92. RGB value is (199,155,146). Sum of RGB (Red+Green+Blue) = 199+155+146=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C79B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79B92 is #38646D. Grayscale: #A7A7A7. Windows color (decimal): -3695726 or 9608135. OLE color: 9608135.
HSL color Cylindrical-coordinate representation of color #C79B92: hue angle of 10.19º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79B92 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 155 | 146 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.22 |
| HSL | 10.19º | 0.32% | 0.68% | - |
| HSV(B) | 10.19º | 0.27% | 0.78% | - |
| XYZ | 40.46 | 37.66 | 32.33 | - |
| YUV | 167.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 155 | 146 | 0 | 0.22 | 0.27 | 0.22 | 10.19 | 0.32 | 0.68 |
| Hex | C7 | 9B | 92 | 0 | 16 | 1B | 16 | A | 20 | 44 |
| Octal | 307 | 233 | 222 | 0 | 26 | 33 | 26 | 12 | 40 | 104 |
| Binary | 11000111 | 10011011 | 10010010 | 0 | 10110 | 11011 | 10110 | 1010 | 100000 | 1000100 |
Color Harmonies of #C79B92
Complementary color
Monochromatic Colors of #C79B92
Black with #C79B92
Text Example
Text Example
White with #C79B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79B92; }
p { color: rgb(199,155,146); }
H1.HeaderClassName
{
color: #C79B92;
}
.AnyTagClassName
{
color: #C79B92;
}
</style>
background-color css
<style>
a { background-color: #C79B92; }
a { background-color: rgb(199,155,146); }
div.DivClassName
{
background-color: #C79B92;
}
.BgClassName
{
background-color: #C79B92;
}
</style>
border-color css
<style>
span { border-color: #C79B92; }
span { border-color: rgb(199,155,146); }
td.TdClassName
{
border-color: #C79B92;
}
.TagClassName
{
border-color: #C79B92;
}
</style>