Shades of Quicksand #C7988B
Tints of Quicksand #C7988B
RGB
CMYK
RGB Variations
Color information
#C7988B (or 0xC7988B) is known color: Quicksand. HEX triplet: C7, 98 and 8B. RGB value is (199,152,139). Sum of RGB (Red+Green+Blue) = 199+152+139=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7988B is #386774. Grayscale: #A4A4A4. Windows color (decimal): -3696501 or 9148615. OLE color: 9148615.
HSL color Cylindrical-coordinate representation of color #C7988B: hue angle of 13º 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 #C7988B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 152 | 139 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.22 |
| HSL | 13º | 0.35% | 0.66% | - |
| HSV(B) | 13º | 0.3% | 0.78% | - |
| XYZ | 39.44 | 36.46 | 29.39 | - |
| YUV | 164.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 152 | 139 | 0 | 0.24 | 0.30 | 0.22 | 13 | 0.35 | 0.66 |
| Hex | C7 | 98 | 8B | 0 | 18 | 1E | 16 | D | 23 | 42 |
| Octal | 307 | 230 | 213 | 0 | 30 | 36 | 26 | 15 | 43 | 102 |
| Binary | 11000111 | 10011000 | 10001011 | 0 | 11000 | 11110 | 10110 | 1101 | 100011 | 1000010 |
Color Harmonies of #C7988B
Complementary color
Monochromatic Colors of #C7988B
Black with #C7988B
Text Example
Text Example
White with #C7988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7988B; }
p { color: rgb(199,152,139); }
H1.HeaderClassName
{
color: #C7988B;
}
.AnyTagClassName
{
color: #C7988B;
}
</style>
background-color css
<style>
a { background-color: #C7988B; }
a { background-color: rgb(199,152,139); }
div.DivClassName
{
background-color: #C7988B;
}
.BgClassName
{
background-color: #C7988B;
}
</style>
border-color css
<style>
span { border-color: #C7988B; }
span { border-color: rgb(199,152,139); }
td.TdClassName
{
border-color: #C7988B;
}
.TagClassName
{
border-color: #C7988B;
}
</style>