Shades of Quicksand #C0998D
Tints of Quicksand #C0998D
RGB
CMYK
RGB Variations
Color information
#C0998D (or 0xC0998D) is known color: Quicksand. HEX triplet: C0, 99 and 8D. RGB value is (192,153,141). Sum of RGB (Red+Green+Blue) = 192+153+141=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C0998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0998D is #3F6672. Grayscale: #A3A3A3. Windows color (decimal): -4154995 or 9279936. OLE color: 9279936.
HSL color Cylindrical-coordinate representation of color #C0998D: hue angle of 14.12º 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 #C0998D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 141 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.25 |
| HSL | 14.12º | 0.29% | 0.65% | - |
| HSV(B) | 14.12º | 0.27% | 0.75% | - |
| XYZ | 37.94 | 35.91 | 30.13 | - |
| YUV | 163.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 141 | 0 | 0.20 | 0.27 | 0.25 | 14.12 | 0.29 | 0.65 |
| Hex | C0 | 99 | 8D | 0 | 14 | 1B | 19 | E | 1D | 41 |
| Octal | 300 | 231 | 215 | 0 | 24 | 33 | 31 | 16 | 35 | 101 |
| Binary | 11000000 | 10011001 | 10001101 | 0 | 10100 | 11011 | 11001 | 1110 | 11101 | 1000001 |
Color Harmonies of #C0998D
Complementary color
Monochromatic Colors of #C0998D
Black with #C0998D
Text Example
Text Example
White with #C0998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0998D; }
p { color: rgb(192,153,141); }
H1.HeaderClassName
{
color: #C0998D;
}
.AnyTagClassName
{
color: #C0998D;
}
</style>
background-color css
<style>
a { background-color: #C0998D; }
a { background-color: rgb(192,153,141); }
div.DivClassName
{
background-color: #C0998D;
}
.BgClassName
{
background-color: #C0998D;
}
</style>
border-color css
<style>
span { border-color: #C0998D; }
span { border-color: rgb(192,153,141); }
td.TdClassName
{
border-color: #C0998D;
}
.TagClassName
{
border-color: #C0998D;
}
</style>