Shades of Quicksand #CC9488
Tints of Quicksand #CC9488
RGB
CMYK
RGB Variations
Color information
#CC9488 (or 0xCC9488) is known color: Quicksand. HEX triplet: CC, 94 and 88. RGB value is (204,148,136). Sum of RGB (Red+Green+Blue) = 204+148+136=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9488 is #336B77. Grayscale: #A3A3A3. Windows color (decimal): -3369848 or 8950988. OLE color: 8950988.
HSL color Cylindrical-coordinate representation of color #CC9488: hue angle of 10.59º 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 #CC9488 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 136 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.2 |
| HSL | 10.59º | 0.4% | 0.67% | - |
| HSV(B) | 10.59º | 0.33% | 0.8% | - |
| XYZ | 39.94 | 35.79 | 28.1 | - |
| YUV | 163.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 136 | 0 | 0.27 | 0.33 | 0.2 | 10.59 | 0.4 | 0.67 |
| Hex | CC | 94 | 88 | 0 | 1B | 21 | 14 | B | 28 | 43 |
| Octal | 314 | 224 | 210 | 0 | 33 | 41 | 24 | 13 | 50 | 103 |
| Binary | 11001100 | 10010100 | 10001000 | 0 | 11011 | 100001 | 10100 | 1011 | 101000 | 1000011 |
Color Harmonies of #CC9488
Complementary color
Monochromatic Colors of #CC9488
Black with #CC9488
Text Example
Text Example
White with #CC9488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9488; }
p { color: rgb(204,148,136); }
H1.HeaderClassName
{
color: #CC9488;
}
.AnyTagClassName
{
color: #CC9488;
}
</style>
background-color css
<style>
a { background-color: #CC9488; }
a { background-color: rgb(204,148,136); }
div.DivClassName
{
background-color: #CC9488;
}
.BgClassName
{
background-color: #CC9488;
}
</style>
border-color css
<style>
span { border-color: #CC9488; }
span { border-color: rgb(204,148,136); }
td.TdClassName
{
border-color: #CC9488;
}
.TagClassName
{
border-color: #CC9488;
}
</style>