Shades of Quicksand #CC988D
Tints of Quicksand #CC988D
RGB
CMYK
RGB Variations
Color information
#CC988D (or 0xCC988D) is known color: Quicksand. HEX triplet: CC, 98 and 8D. RGB value is (204,152,141). Sum of RGB (Red+Green+Blue) = 204+152+141=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC988D is #336772. Grayscale: #A6A6A6. Windows color (decimal): -3368819 or 9279692. OLE color: 9279692.
HSL color Cylindrical-coordinate representation of color #CC988D: hue angle of 10.48º 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 #CC988D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 141 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.2 |
| HSL | 10.48º | 0.38% | 0.68% | - |
| HSV(B) | 10.48º | 0.31% | 0.8% | - |
| XYZ | 40.94 | 37.22 | 30.23 | - |
| YUV | 166.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 141 | 0 | 0.25 | 0.31 | 0.2 | 10.48 | 0.38 | 0.68 |
| Hex | CC | 98 | 8D | 0 | 19 | 1F | 14 | A | 26 | 44 |
| Octal | 314 | 230 | 215 | 0 | 31 | 37 | 24 | 12 | 46 | 104 |
| Binary | 11001100 | 10011000 | 10001101 | 0 | 11001 | 11111 | 10100 | 1010 | 100110 | 1000100 |
Color Harmonies of #CC988D
Complementary color
Monochromatic Colors of #CC988D
Black with #CC988D
Text Example
Text Example
White with #CC988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC988D; }
p { color: rgb(204,152,141); }
H1.HeaderClassName
{
color: #CC988D;
}
.AnyTagClassName
{
color: #CC988D;
}
</style>
background-color css
<style>
a { background-color: #CC988D; }
a { background-color: rgb(204,152,141); }
div.DivClassName
{
background-color: #CC988D;
}
.BgClassName
{
background-color: #CC988D;
}
</style>
border-color css
<style>
span { border-color: #CC988D; }
span { border-color: rgb(204,152,141); }
td.TdClassName
{
border-color: #CC988D;
}
.TagClassName
{
border-color: #CC988D;
}
</style>