Shades of Quicksand #C0998B
Tints of Quicksand #C0998B
RGB
CMYK
RGB Variations
Color information
#C0998B (or 0xC0998B) is known color: Quicksand. HEX triplet: C0, 99 and 8B. RGB value is (192,153,139). Sum of RGB (Red+Green+Blue) = 192+153+139=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0998B is #3F6674. Grayscale: #A3A3A3. Windows color (decimal): -4154997 or 9148864. OLE color: 9148864.
HSL color Cylindrical-coordinate representation of color #C0998B: hue angle of 15.85º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0998B is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 139 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.25 |
| HSL | 15.85º | 0.3% | 0.65% | - |
| HSV(B) | 15.85º | 0.28% | 0.75% | - |
| XYZ | 37.79 | 35.85 | 29.35 | - |
| YUV | 163.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 139 | 0 | 0.20 | 0.28 | 0.25 | 15.85 | 0.3 | 0.65 |
| Hex | C0 | 99 | 8B | 0 | 14 | 1C | 19 | 10 | 1E | 41 |
| Octal | 300 | 231 | 213 | 0 | 24 | 34 | 31 | 20 | 36 | 101 |
| Binary | 11000000 | 10011001 | 10001011 | 0 | 10100 | 11100 | 11001 | 10000 | 11110 | 1000001 |
Color Harmonies of #C0998B
Complementary color
Monochromatic Colors of #C0998B
Black with #C0998B
Text Example
Text Example
White with #C0998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0998B; }
p { color: rgb(192,153,139); }
H1.HeaderClassName
{
color: #C0998B;
}
.AnyTagClassName
{
color: #C0998B;
}
</style>
background-color css
<style>
a { background-color: #C0998B; }
a { background-color: rgb(192,153,139); }
div.DivClassName
{
background-color: #C0998B;
}
.BgClassName
{
background-color: #C0998B;
}
</style>
border-color css
<style>
span { border-color: #C0998B; }
span { border-color: rgb(192,153,139); }
td.TdClassName
{
border-color: #C0998B;
}
.TagClassName
{
border-color: #C0998B;
}
</style>