Shades of Quicksand #C7968C
Tints of Quicksand #C7968C
RGB
CMYK
RGB Variations
Color information
#C7968C (or 0xC7968C) is known color: Quicksand. HEX triplet: C7, 96 and 8C. RGB value is (199,150,140). Sum of RGB (Red+Green+Blue) = 199+150+140=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968C is #386973. Grayscale: #A3A3A3. Windows color (decimal): -3697012 or 9213639. OLE color: 9213639.
HSL color Cylindrical-coordinate representation of color #C7968C: hue angle of 10.17º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7968C is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 140 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.22 |
| HSL | 10.17º | 0.35% | 0.66% | - |
| HSV(B) | 10.17º | 0.3% | 0.78% | - |
| XYZ | 39.19 | 35.85 | 29.66 | - |
| YUV | 163.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 140 | 0 | 0.25 | 0.30 | 0.22 | 10.17 | 0.35 | 0.66 |
| Hex | C7 | 96 | 8C | 0 | 19 | 1E | 16 | A | 23 | 42 |
| Octal | 307 | 226 | 214 | 0 | 31 | 36 | 26 | 12 | 43 | 102 |
| Binary | 11000111 | 10010110 | 10001100 | 0 | 11001 | 11110 | 10110 | 1010 | 100011 | 1000010 |
Color Harmonies of #C7968C
Complementary color
Monochromatic Colors of #C7968C
Black with #C7968C
Text Example
Text Example
White with #C7968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7968C; }
p { color: rgb(199,150,140); }
H1.HeaderClassName
{
color: #C7968C;
}
.AnyTagClassName
{
color: #C7968C;
}
</style>
background-color css
<style>
a { background-color: #C7968C; }
a { background-color: rgb(199,150,140); }
div.DivClassName
{
background-color: #C7968C;
}
.BgClassName
{
background-color: #C7968C;
}
</style>
border-color css
<style>
span { border-color: #C7968C; }
span { border-color: rgb(199,150,140); }
td.TdClassName
{
border-color: #C7968C;
}
.TagClassName
{
border-color: #C7968C;
}
</style>