Shades of Quicksand #CC9C88
Tints of Quicksand #CC9C88
RGB
CMYK
RGB Variations
Color information
#CC9C88 (or 0xCC9C88) is known color: Quicksand. HEX triplet: CC, 9C and 88. RGB value is (204,156,136). Sum of RGB (Red+Green+Blue) = 204+156+136=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C88 is #336377. Grayscale: #A8A8A8. Windows color (decimal): -3367800 or 8953036. OLE color: 8953036.
HSL color Cylindrical-coordinate representation of color #CC9C88: hue angle of 17.65º 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 #CC9C88 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 136 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.2 |
| HSL | 17.65º | 0.4% | 0.67% | - |
| HSV(B) | 17.65º | 0.33% | 0.8% | - |
| XYZ | 41.23 | 38.39 | 28.53 | - |
| YUV | 168.07 | 109.9 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 136 | 0 | 0.24 | 0.33 | 0.2 | 17.65 | 0.4 | 0.67 |
| Hex | CC | 9C | 88 | 0 | 18 | 21 | 14 | 12 | 28 | 43 |
| Octal | 314 | 234 | 210 | 0 | 30 | 41 | 24 | 22 | 50 | 103 |
| Binary | 11001100 | 10011100 | 10001000 | 0 | 11000 | 100001 | 10100 | 10010 | 101000 | 1000011 |
Color Harmonies of #CC9C88
Complementary color
Monochromatic Colors of #CC9C88
Black with #CC9C88
Text Example
Text Example
White with #CC9C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C88; }
p { color: rgb(204,156,136); }
H1.HeaderClassName
{
color: #CC9C88;
}
.AnyTagClassName
{
color: #CC9C88;
}
</style>
background-color css
<style>
a { background-color: #CC9C88; }
a { background-color: rgb(204,156,136); }
div.DivClassName
{
background-color: #CC9C88;
}
.BgClassName
{
background-color: #CC9C88;
}
</style>
border-color css
<style>
span { border-color: #CC9C88; }
span { border-color: rgb(204,156,136); }
td.TdClassName
{
border-color: #CC9C88;
}
.TagClassName
{
border-color: #CC9C88;
}
</style>