Shades of Quicksand #C7988E
Tints of Quicksand #C7988E
RGB
CMYK
RGB Variations
Color information
#C7988E (or 0xC7988E) is known color: Quicksand. HEX triplet: C7, 98 and 8E. RGB value is (199,152,142). Sum of RGB (Red+Green+Blue) = 199+152+142=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7988E is #386771. Grayscale: #A5A5A5. Windows color (decimal): -3696498 or 9345223. OLE color: 9345223.
HSL color Cylindrical-coordinate representation of color #C7988E: hue angle of 10.53º 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 #C7988E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 142 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.22 |
| HSL | 10.53º | 0.34% | 0.67% | - |
| HSV(B) | 10.53º | 0.29% | 0.78% | - |
| XYZ | 39.66 | 36.55 | 30.56 | - |
| YUV | 164.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 142 | 0 | 0.24 | 0.29 | 0.22 | 10.53 | 0.34 | 0.67 |
| Hex | C7 | 98 | 8E | 0 | 18 | 1D | 16 | B | 22 | 43 |
| Octal | 307 | 230 | 216 | 0 | 30 | 35 | 26 | 13 | 42 | 103 |
| Binary | 11000111 | 10011000 | 10001110 | 0 | 11000 | 11101 | 10110 | 1011 | 100010 | 1000011 |
Color Harmonies of #C7988E
Complementary color
Monochromatic Colors of #C7988E
Black with #C7988E
Text Example
Text Example
White with #C7988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7988E; }
p { color: rgb(199,152,142); }
H1.HeaderClassName
{
color: #C7988E;
}
.AnyTagClassName
{
color: #C7988E;
}
</style>
background-color css
<style>
a { background-color: #C7988E; }
a { background-color: rgb(199,152,142); }
div.DivClassName
{
background-color: #C7988E;
}
.BgClassName
{
background-color: #C7988E;
}
</style>
border-color css
<style>
span { border-color: #C7988E; }
span { border-color: rgb(199,152,142); }
td.TdClassName
{
border-color: #C7988E;
}
.TagClassName
{
border-color: #C7988E;
}
</style>