Shades of Quicksand #C7988C
Tints of Quicksand #C7988C
RGB
CMYK
RGB Variations
Color information
#C7988C (or 0xC7988C) is known color: Quicksand. HEX triplet: C7, 98 and 8C. RGB value is (199,152,140). Sum of RGB (Red+Green+Blue) = 199+152+140=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7988C is #386773. Grayscale: #A4A4A4. Windows color (decimal): -3696500 or 9214151. OLE color: 9214151.
HSL color Cylindrical-coordinate representation of color #C7988C: hue angle of 12.2º 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 #C7988C is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 140 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.22 |
| HSL | 12.2º | 0.35% | 0.66% | - |
| HSV(B) | 12.2º | 0.3% | 0.78% | - |
| XYZ | 39.52 | 36.49 | 29.77 | - |
| YUV | 164.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 140 | 0 | 0.24 | 0.30 | 0.22 | 12.2 | 0.35 | 0.66 |
| Hex | C7 | 98 | 8C | 0 | 18 | 1E | 16 | C | 23 | 42 |
| Octal | 307 | 230 | 214 | 0 | 30 | 36 | 26 | 14 | 43 | 102 |
| Binary | 11000111 | 10011000 | 10001100 | 0 | 11000 | 11110 | 10110 | 1100 | 100011 | 1000010 |
Color Harmonies of #C7988C
Complementary color
Monochromatic Colors of #C7988C
Black with #C7988C
Text Example
Text Example
White with #C7988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7988C; }
p { color: rgb(199,152,140); }
H1.HeaderClassName
{
color: #C7988C;
}
.AnyTagClassName
{
color: #C7988C;
}
</style>
background-color css
<style>
a { background-color: #C7988C; }
a { background-color: rgb(199,152,140); }
div.DivClassName
{
background-color: #C7988C;
}
.BgClassName
{
background-color: #C7988C;
}
</style>
border-color css
<style>
span { border-color: #C7988C; }
span { border-color: rgb(199,152,140); }
td.TdClassName
{
border-color: #C7988C;
}
.TagClassName
{
border-color: #C7988C;
}
</style>