Shades of Quicksand #C6988B
Tints of Quicksand #C6988B
RGB
CMYK
RGB Variations
Color information
#C6988B (or 0xC6988B) is known color: Quicksand. HEX triplet: C6, 98 and 8B. RGB value is (198,152,139). Sum of RGB (Red+Green+Blue) = 198+152+139=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6988B is #396774. Grayscale: #A4A4A4. Windows color (decimal): -3762037 or 9148614. OLE color: 9148614.
HSL color Cylindrical-coordinate representation of color #C6988B: hue angle of 13.22º degrees, saturation: 0.34, 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 #C6988B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 139 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.22 |
| HSL | 13.22º | 0.34% | 0.66% | - |
| HSV(B) | 13.22º | 0.3% | 0.78% | - |
| XYZ | 39.18 | 36.33 | 29.37 | - |
| YUV | 164.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 139 | 0 | 0.23 | 0.30 | 0.22 | 13.22 | 0.34 | 0.66 |
| Hex | C6 | 98 | 8B | 0 | 17 | 1E | 16 | D | 22 | 42 |
| Octal | 306 | 230 | 213 | 0 | 27 | 36 | 26 | 15 | 42 | 102 |
| Binary | 11000110 | 10011000 | 10001011 | 0 | 10111 | 11110 | 10110 | 1101 | 100010 | 1000010 |
Color Harmonies of #C6988B
Complementary color
Monochromatic Colors of #C6988B
Black with #C6988B
Text Example
Text Example
White with #C6988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6988B; }
p { color: rgb(198,152,139); }
H1.HeaderClassName
{
color: #C6988B;
}
.AnyTagClassName
{
color: #C6988B;
}
</style>
background-color css
<style>
a { background-color: #C6988B; }
a { background-color: rgb(198,152,139); }
div.DivClassName
{
background-color: #C6988B;
}
.BgClassName
{
background-color: #C6988B;
}
</style>
border-color css
<style>
span { border-color: #C6988B; }
span { border-color: rgb(198,152,139); }
td.TdClassName
{
border-color: #C6988B;
}
.TagClassName
{
border-color: #C6988B;
}
</style>