Shades of Quicksand #C79689
Tints of Quicksand #C79689
RGB
CMYK
RGB Variations
Color information
#C79689 (or 0xC79689) is known color: Quicksand. HEX triplet: C7, 96 and 89. RGB value is (199,150,137). Sum of RGB (Red+Green+Blue) = 199+150+137=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C79689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C79689 is #386976. Grayscale: #A3A3A3. Windows color (decimal): -3697015 or 9017031. OLE color: 9017031.
HSL color Cylindrical-coordinate representation of color #C79689: hue angle of 12.58º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C79689 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 137 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.22 |
| HSL | 12.58º | 0.36% | 0.66% | - |
| HSV(B) | 12.58º | 0.31% | 0.78% | - |
| XYZ | 38.97 | 35.76 | 28.52 | - |
| YUV | 163.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 137 | 0 | 0.25 | 0.31 | 0.22 | 12.58 | 0.36 | 0.66 |
| Hex | C7 | 96 | 89 | 0 | 19 | 1F | 16 | D | 24 | 42 |
| Octal | 307 | 226 | 211 | 0 | 31 | 37 | 26 | 15 | 44 | 102 |
| Binary | 11000111 | 10010110 | 10001001 | 0 | 11001 | 11111 | 10110 | 1101 | 100100 | 1000010 |
Color Harmonies of #C79689
Complementary color
Monochromatic Colors of #C79689
Black with #C79689
Text Example
Text Example
White with #C79689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79689; }
p { color: rgb(199,150,137); }
H1.HeaderClassName
{
color: #C79689;
}
.AnyTagClassName
{
color: #C79689;
}
</style>
background-color css
<style>
a { background-color: #C79689; }
a { background-color: rgb(199,150,137); }
div.DivClassName
{
background-color: #C79689;
}
.BgClassName
{
background-color: #C79689;
}
</style>
border-color css
<style>
span { border-color: #C79689; }
span { border-color: rgb(199,150,137); }
td.TdClassName
{
border-color: #C79689;
}
.TagClassName
{
border-color: #C79689;
}
</style>