Shades of Quicksand #C9998C
Tints of Quicksand #C9998C
RGB
CMYK
RGB Variations
Color information
#C9998C (or 0xC9998C) is known color: Quicksand. HEX triplet: C9, 99 and 8C. RGB value is (201,153,140). Sum of RGB (Red+Green+Blue) = 201+153+140=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9998C is #366673. Grayscale: #A5A5A5. Windows color (decimal): -3565172 or 9214409. OLE color: 9214409.
HSL color Cylindrical-coordinate representation of color #C9998C: hue angle of 12.79º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9998C is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 140 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.21 |
| HSL | 12.79º | 0.36% | 0.67% | - |
| HSV(B) | 12.79º | 0.3% | 0.79% | - |
| XYZ | 40.21 | 37.09 | 29.85 | - |
| YUV | 165.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 140 | 0 | 0.24 | 0.30 | 0.21 | 12.79 | 0.36 | 0.67 |
| Hex | C9 | 99 | 8C | 0 | 18 | 1E | 15 | D | 24 | 43 |
| Octal | 311 | 231 | 214 | 0 | 30 | 36 | 25 | 15 | 44 | 103 |
| Binary | 11001001 | 10011001 | 10001100 | 0 | 11000 | 11110 | 10101 | 1101 | 100100 | 1000011 |
Color Harmonies of #C9998C
Complementary color
Monochromatic Colors of #C9998C
Black with #C9998C
Text Example
Text Example
White with #C9998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9998C; }
p { color: rgb(201,153,140); }
H1.HeaderClassName
{
color: #C9998C;
}
.AnyTagClassName
{
color: #C9998C;
}
</style>
background-color css
<style>
a { background-color: #C9998C; }
a { background-color: rgb(201,153,140); }
div.DivClassName
{
background-color: #C9998C;
}
.BgClassName
{
background-color: #C9998C;
}
</style>
border-color css
<style>
span { border-color: #C9998C; }
span { border-color: rgb(201,153,140); }
td.TdClassName
{
border-color: #C9998C;
}
.TagClassName
{
border-color: #C9998C;
}
</style>