Shades of Quicksand #CC988E
Tints of Quicksand #CC988E
RGB
CMYK
RGB Variations
Color information
#CC988E (or 0xCC988E) is known color: Quicksand. HEX triplet: CC, 98 and 8E. RGB value is (204,152,142). Sum of RGB (Red+Green+Blue) = 204+152+142=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC988E is #336771. Grayscale: #A6A6A6. Windows color (decimal): -3368818 or 9345228. OLE color: 9345228.
HSL color Cylindrical-coordinate representation of color #CC988E: hue angle of 9.68º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC988E is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 142 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.2 |
| HSL | 9.68º | 0.38% | 0.68% | - |
| HSV(B) | 9.68º | 0.3% | 0.8% | - |
| XYZ | 41.01 | 37.25 | 30.62 | - |
| YUV | 166.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 142 | 0 | 0.25 | 0.30 | 0.2 | 9.68 | 0.38 | 0.68 |
| Hex | CC | 98 | 8E | 0 | 19 | 1E | 14 | A | 26 | 44 |
| Octal | 314 | 230 | 216 | 0 | 31 | 36 | 24 | 12 | 46 | 104 |
| Binary | 11001100 | 10011000 | 10001110 | 0 | 11001 | 11110 | 10100 | 1010 | 100110 | 1000100 |
Color Harmonies of #CC988E
Complementary color
Monochromatic Colors of #CC988E
Black with #CC988E
Text Example
Text Example
White with #CC988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC988E; }
p { color: rgb(204,152,142); }
H1.HeaderClassName
{
color: #CC988E;
}
.AnyTagClassName
{
color: #CC988E;
}
</style>
background-color css
<style>
a { background-color: #CC988E; }
a { background-color: rgb(204,152,142); }
div.DivClassName
{
background-color: #CC988E;
}
.BgClassName
{
background-color: #CC988E;
}
</style>
border-color css
<style>
span { border-color: #CC988E; }
span { border-color: rgb(204,152,142); }
td.TdClassName
{
border-color: #CC988E;
}
.TagClassName
{
border-color: #CC988E;
}
</style>