Shades of Quicksand #CC988C
Tints of Quicksand #CC988C
RGB
CMYK
RGB Variations
Color information
#CC988C (or 0xCC988C) is known color: Quicksand. HEX triplet: CC, 98 and 8C. RGB value is (204,152,140). Sum of RGB (Red+Green+Blue) = 204+152+140=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC988C is #336773. Grayscale: #A6A6A6. Windows color (decimal): -3368820 or 9214156. OLE color: 9214156.
HSL color Cylindrical-coordinate representation of color #CC988C: hue angle of 11.25º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC988C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 140 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.2 |
| HSL | 11.25º | 0.39% | 0.67% | - |
| HSV(B) | 11.25º | 0.31% | 0.8% | - |
| XYZ | 40.86 | 37.19 | 29.84 | - |
| YUV | 166.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 140 | 0 | 0.25 | 0.31 | 0.2 | 11.25 | 0.39 | 0.67 |
| Hex | CC | 98 | 8C | 0 | 19 | 1F | 14 | B | 27 | 43 |
| Octal | 314 | 230 | 214 | 0 | 31 | 37 | 24 | 13 | 47 | 103 |
| Binary | 11001100 | 10011000 | 10001100 | 0 | 11001 | 11111 | 10100 | 1011 | 100111 | 1000011 |
Color Harmonies of #CC988C
Complementary color
Monochromatic Colors of #CC988C
Black with #CC988C
Text Example
Text Example
White with #CC988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC988C; }
p { color: rgb(204,152,140); }
H1.HeaderClassName
{
color: #CC988C;
}
.AnyTagClassName
{
color: #CC988C;
}
</style>
background-color css
<style>
a { background-color: #CC988C; }
a { background-color: rgb(204,152,140); }
div.DivClassName
{
background-color: #CC988C;
}
.BgClassName
{
background-color: #CC988C;
}
</style>
border-color css
<style>
span { border-color: #CC988C; }
span { border-color: rgb(204,152,140); }
td.TdClassName
{
border-color: #CC988C;
}
.TagClassName
{
border-color: #CC988C;
}
</style>