Shades of Quicksand #C79F90
Tints of Quicksand #C79F90
RGB
CMYK
RGB Variations
Color information
#C79F90 (or 0xC79F90) is known color: Quicksand. HEX triplet: C7, 9F and 90. RGB value is (199,159,144). Sum of RGB (Red+Green+Blue) = 199+159+144=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79F90 is #38606F. Grayscale: #A9A9A9. Windows color (decimal): -3694704 or 9478087. OLE color: 9478087.
HSL color Cylindrical-coordinate representation of color #C79F90: hue angle of 16.36º 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 #C79F90 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 159 | 144 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.22 |
| HSL | 16.36º | 0.33% | 0.67% | - |
| HSV(B) | 16.36º | 0.28% | 0.78% | - |
| XYZ | 40.99 | 38.95 | 31.74 | - |
| YUV | 169.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 159 | 144 | 0 | 0.20 | 0.28 | 0.22 | 16.36 | 0.33 | 0.67 |
| Hex | C7 | 9F | 90 | 0 | 14 | 1C | 16 | 10 | 21 | 43 |
| Octal | 307 | 237 | 220 | 0 | 24 | 34 | 26 | 20 | 41 | 103 |
| Binary | 11000111 | 10011111 | 10010000 | 0 | 10100 | 11100 | 10110 | 10000 | 100001 | 1000011 |
Color Harmonies of #C79F90
Complementary color
Monochromatic Colors of #C79F90
Black with #C79F90
Text Example
Text Example
White with #C79F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79F90; }
p { color: rgb(199,159,144); }
H1.HeaderClassName
{
color: #C79F90;
}
.AnyTagClassName
{
color: #C79F90;
}
</style>
background-color css
<style>
a { background-color: #C79F90; }
a { background-color: rgb(199,159,144); }
div.DivClassName
{
background-color: #C79F90;
}
.BgClassName
{
background-color: #C79F90;
}
</style>
border-color css
<style>
span { border-color: #C79F90; }
span { border-color: rgb(199,159,144); }
td.TdClassName
{
border-color: #C79F90;
}
.TagClassName
{
border-color: #C79F90;
}
</style>