Shades of Quicksand #C7968D
Tints of Quicksand #C7968D
RGB
CMYK
RGB Variations
Color information
#C7968D (or 0xC7968D) is known color: Quicksand. HEX triplet: C7, 96 and 8D. RGB value is (199,150,141). Sum of RGB (Red+Green+Blue) = 199+150+141=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968D is #386972. Grayscale: #A3A3A3. Windows color (decimal): -3697011 or 9279175. OLE color: 9279175.
HSL color Cylindrical-coordinate representation of color #C7968D: hue angle of 9.31º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7968D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 141 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.22 |
| HSL | 9.31º | 0.34% | 0.67% | - |
| HSV(B) | 9.31º | 0.29% | 0.78% | - |
| XYZ | 39.27 | 35.88 | 30.05 | - |
| YUV | 163.63 | 115.23 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 141 | 0 | 0.25 | 0.29 | 0.22 | 9.31 | 0.34 | 0.67 |
| Hex | C7 | 96 | 8D | 0 | 19 | 1D | 16 | 9 | 22 | 43 |
| Octal | 307 | 226 | 215 | 0 | 31 | 35 | 26 | 11 | 42 | 103 |
| Binary | 11000111 | 10010110 | 10001101 | 0 | 11001 | 11101 | 10110 | 1001 | 100010 | 1000011 |
Color Harmonies of #C7968D
Complementary color
Monochromatic Colors of #C7968D
Black with #C7968D
Text Example
Text Example
White with #C7968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7968D; }
p { color: rgb(199,150,141); }
H1.HeaderClassName
{
color: #C7968D;
}
.AnyTagClassName
{
color: #C7968D;
}
</style>
background-color css
<style>
a { background-color: #C7968D; }
a { background-color: rgb(199,150,141); }
div.DivClassName
{
background-color: #C7968D;
}
.BgClassName
{
background-color: #C7968D;
}
</style>
border-color css
<style>
span { border-color: #C7968D; }
span { border-color: rgb(199,150,141); }
td.TdClassName
{
border-color: #C7968D;
}
.TagClassName
{
border-color: #C7968D;
}
</style>