Shades of Quicksand #C7968E
Tints of Quicksand #C7968E
RGB
CMYK
RGB Variations
Color information
#C7968E (or 0xC7968E) is known color: Quicksand. HEX triplet: C7, 96 and 8E. RGB value is (199,150,142). Sum of RGB (Red+Green+Blue) = 199+150+142=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968E is #386971. Grayscale: #A3A3A3. Windows color (decimal): -3697010 or 9344711. OLE color: 9344711.
HSL color Cylindrical-coordinate representation of color #C7968E: hue angle of 8.42º 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 #C7968E is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 142 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.22 |
| HSL | 8.42º | 0.34% | 0.67% | - |
| HSV(B) | 8.42º | 0.29% | 0.78% | - |
| XYZ | 39.34 | 35.91 | 30.45 | - |
| YUV | 163.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 142 | 0 | 0.25 | 0.29 | 0.22 | 8.42 | 0.34 | 0.67 |
| Hex | C7 | 96 | 8E | 0 | 19 | 1D | 16 | 8 | 22 | 43 |
| Octal | 307 | 226 | 216 | 0 | 31 | 35 | 26 | 10 | 42 | 103 |
| Binary | 11000111 | 10010110 | 10001110 | 0 | 11001 | 11101 | 10110 | 1000 | 100010 | 1000011 |
Color Harmonies of #C7968E
Complementary color
Monochromatic Colors of #C7968E
Black with #C7968E
Text Example
Text Example
White with #C7968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7968E; }
p { color: rgb(199,150,142); }
H1.HeaderClassName
{
color: #C7968E;
}
.AnyTagClassName
{
color: #C7968E;
}
</style>
background-color css
<style>
a { background-color: #C7968E; }
a { background-color: rgb(199,150,142); }
div.DivClassName
{
background-color: #C7968E;
}
.BgClassName
{
background-color: #C7968E;
}
</style>
border-color css
<style>
span { border-color: #C7968E; }
span { border-color: rgb(199,150,142); }
td.TdClassName
{
border-color: #C7968E;
}
.TagClassName
{
border-color: #C7968E;
}
</style>