Shades of Quicksand #C0988D
Tints of Quicksand #C0988D
RGB
CMYK
RGB Variations
Color information
#C0988D (or 0xC0988D) is known color: Quicksand. HEX triplet: C0, 98 and 8D. RGB value is (192,152,141). Sum of RGB (Red+Green+Blue) = 192+152+141=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0988D is #3F6772. Grayscale: #A2A2A2. Windows color (decimal): -4155251 or 9279680. OLE color: 9279680.
HSL color Cylindrical-coordinate representation of color #C0988D: hue angle of 12.94º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0988D is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 141 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.25 |
| HSL | 12.94º | 0.29% | 0.65% | - |
| HSV(B) | 12.94º | 0.27% | 0.75% | - |
| XYZ | 37.77 | 35.59 | 30.08 | - |
| YUV | 162.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 141 | 0 | 0.21 | 0.27 | 0.25 | 12.94 | 0.29 | 0.65 |
| Hex | C0 | 98 | 8D | 0 | 15 | 1B | 19 | D | 1D | 41 |
| Octal | 300 | 230 | 215 | 0 | 25 | 33 | 31 | 15 | 35 | 101 |
| Binary | 11000000 | 10011000 | 10001101 | 0 | 10101 | 11011 | 11001 | 1101 | 11101 | 1000001 |
Color Harmonies of #C0988D
Complementary color
Monochromatic Colors of #C0988D
Black with #C0988D
Text Example
Text Example
White with #C0988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0988D; }
p { color: rgb(192,152,141); }
H1.HeaderClassName
{
color: #C0988D;
}
.AnyTagClassName
{
color: #C0988D;
}
</style>
background-color css
<style>
a { background-color: #C0988D; }
a { background-color: rgb(192,152,141); }
div.DivClassName
{
background-color: #C0988D;
}
.BgClassName
{
background-color: #C0988D;
}
</style>
border-color css
<style>
span { border-color: #C0988D; }
span { border-color: rgb(192,152,141); }
td.TdClassName
{
border-color: #C0988D;
}
.TagClassName
{
border-color: #C0988D;
}
</style>