Shades of Quicksand #CC998D
Tints of Quicksand #CC998D
RGB
CMYK
RGB Variations
Color information
#CC998D (or 0xCC998D) is known color: Quicksand. HEX triplet: CC, 99 and 8D. RGB value is (204,153,141). Sum of RGB (Red+Green+Blue) = 204+153+141=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC998D is #336672. Grayscale: #A6A6A6. Windows color (decimal): -3368563 or 9279948. OLE color: 9279948.
HSL color Cylindrical-coordinate representation of color #CC998D: hue angle of 11.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC998D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 141 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.2 |
| HSL | 11.43º | 0.38% | 0.68% | - |
| HSV(B) | 11.43º | 0.31% | 0.8% | - |
| XYZ | 41.1 | 37.54 | 30.28 | - |
| YUV | 166.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 141 | 0 | 0.25 | 0.31 | 0.2 | 11.43 | 0.38 | 0.68 |
| Hex | CC | 99 | 8D | 0 | 19 | 1F | 14 | B | 26 | 44 |
| Octal | 314 | 231 | 215 | 0 | 31 | 37 | 24 | 13 | 46 | 104 |
| Binary | 11001100 | 10011001 | 10001101 | 0 | 11001 | 11111 | 10100 | 1011 | 100110 | 1000100 |
Color Harmonies of #CC998D
Complementary color
Monochromatic Colors of #CC998D
Black with #CC998D
Text Example
Text Example
White with #CC998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC998D; }
p { color: rgb(204,153,141); }
H1.HeaderClassName
{
color: #CC998D;
}
.AnyTagClassName
{
color: #CC998D;
}
</style>
background-color css
<style>
a { background-color: #CC998D; }
a { background-color: rgb(204,153,141); }
div.DivClassName
{
background-color: #CC998D;
}
.BgClassName
{
background-color: #CC998D;
}
</style>
border-color css
<style>
span { border-color: #CC998D; }
span { border-color: rgb(204,153,141); }
td.TdClassName
{
border-color: #CC998D;
}
.TagClassName
{
border-color: #CC998D;
}
</style>