Shades of Quicksand #CC9888
Tints of Quicksand #CC9888
RGB
CMYK
RGB Variations
Color information
#CC9888 (or 0xCC9888) is known color: Quicksand. HEX triplet: CC, 98 and 88. RGB value is (204,152,136). Sum of RGB (Red+Green+Blue) = 204+152+136=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9888 is #336777. Grayscale: #A5A5A5. Windows color (decimal): -3368824 or 8952012. OLE color: 8952012.
HSL color Cylindrical-coordinate representation of color #CC9888: hue angle of 14.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC9888 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 136 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.2 |
| HSL | 14.12º | 0.4% | 0.67% | - |
| HSV(B) | 14.12º | 0.33% | 0.8% | - |
| XYZ | 40.57 | 37.07 | 28.31 | - |
| YUV | 165.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 136 | 0 | 0.25 | 0.33 | 0.2 | 14.12 | 0.4 | 0.67 |
| Hex | CC | 98 | 88 | 0 | 19 | 21 | 14 | E | 28 | 43 |
| Octal | 314 | 230 | 210 | 0 | 31 | 41 | 24 | 16 | 50 | 103 |
| Binary | 11001100 | 10011000 | 10001000 | 0 | 11001 | 100001 | 10100 | 1110 | 101000 | 1000011 |
Color Harmonies of #CC9888
Complementary color
Monochromatic Colors of #CC9888
Black with #CC9888
Text Example
Text Example
White with #CC9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9888; }
p { color: rgb(204,152,136); }
H1.HeaderClassName
{
color: #CC9888;
}
.AnyTagClassName
{
color: #CC9888;
}
</style>
background-color css
<style>
a { background-color: #CC9888; }
a { background-color: rgb(204,152,136); }
div.DivClassName
{
background-color: #CC9888;
}
.BgClassName
{
background-color: #CC9888;
}
</style>
border-color css
<style>
span { border-color: #CC9888; }
span { border-color: rgb(204,152,136); }
td.TdClassName
{
border-color: #CC9888;
}
.TagClassName
{
border-color: #CC9888;
}
</style>