Shades of Quicksand #C79D94
Tints of Quicksand #C79D94
RGB
CMYK
RGB Variations
Color information
#C79D94 (or 0xC79D94) is known color: Quicksand. HEX triplet: C7, 9D and 94. RGB value is (199,157,148). Sum of RGB (Red+Green+Blue) = 199+157+148=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79D94 is #38626B. Grayscale: #A8A8A8. Windows color (decimal): -3695212 or 9739719. OLE color: 9739719.
HSL color Cylindrical-coordinate representation of color #C79D94: hue angle of 10.59º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C79D94 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 148 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.22 |
| HSL | 10.59º | 0.31% | 0.68% | - |
| HSV(B) | 10.59º | 0.26% | 0.78% | - |
| XYZ | 40.96 | 38.39 | 33.27 | - |
| YUV | 168.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 148 | 0 | 0.21 | 0.26 | 0.22 | 10.59 | 0.31 | 0.68 |
| Hex | C7 | 9D | 94 | 0 | 15 | 1A | 16 | B | 1F | 44 |
| Octal | 307 | 235 | 224 | 0 | 25 | 32 | 26 | 13 | 37 | 104 |
| Binary | 11000111 | 10011101 | 10010100 | 0 | 10101 | 11010 | 10110 | 1011 | 11111 | 1000100 |
Color Harmonies of #C79D94
Complementary color
Monochromatic Colors of #C79D94
Black with #C79D94
Text Example
Text Example
White with #C79D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D94; }
p { color: rgb(199,157,148); }
H1.HeaderClassName
{
color: #C79D94;
}
.AnyTagClassName
{
color: #C79D94;
}
</style>
background-color css
<style>
a { background-color: #C79D94; }
a { background-color: rgb(199,157,148); }
div.DivClassName
{
background-color: #C79D94;
}
.BgClassName
{
background-color: #C79D94;
}
</style>
border-color css
<style>
span { border-color: #C79D94; }
span { border-color: rgb(199,157,148); }
td.TdClassName
{
border-color: #C79D94;
}
.TagClassName
{
border-color: #C79D94;
}
</style>