Shades of Quicksand #CC9989
Tints of Quicksand #CC9989
RGB
CMYK
RGB Variations
Color information
#CC9989 (or 0xCC9989) is known color: Quicksand. HEX triplet: CC, 99 and 89. RGB value is (204,153,137). Sum of RGB (Red+Green+Blue) = 204+153+137=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9989 is #336676. Grayscale: #A6A6A6. Windows color (decimal): -3368567 or 9017804. OLE color: 9017804.
HSL color Cylindrical-coordinate representation of color #CC9989: hue angle of 14.33º 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 #CC9989 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 137 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.2 |
| HSL | 14.33º | 0.4% | 0.67% | - |
| HSV(B) | 14.33º | 0.33% | 0.8% | - |
| XYZ | 40.81 | 37.43 | 28.74 | - |
| YUV | 166.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 137 | 0 | 0.25 | 0.33 | 0.2 | 14.33 | 0.4 | 0.67 |
| Hex | CC | 99 | 89 | 0 | 19 | 21 | 14 | E | 28 | 43 |
| Octal | 314 | 231 | 211 | 0 | 31 | 41 | 24 | 16 | 50 | 103 |
| Binary | 11001100 | 10011001 | 10001001 | 0 | 11001 | 100001 | 10100 | 1110 | 101000 | 1000011 |
Color Harmonies of #CC9989
Complementary color
Monochromatic Colors of #CC9989
Black with #CC9989
Text Example
Text Example
White with #CC9989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9989; }
p { color: rgb(204,153,137); }
H1.HeaderClassName
{
color: #CC9989;
}
.AnyTagClassName
{
color: #CC9989;
}
</style>
background-color css
<style>
a { background-color: #CC9989; }
a { background-color: rgb(204,153,137); }
div.DivClassName
{
background-color: #CC9989;
}
.BgClassName
{
background-color: #CC9989;
}
</style>
border-color css
<style>
span { border-color: #CC9989; }
span { border-color: rgb(204,153,137); }
td.TdClassName
{
border-color: #CC9989;
}
.TagClassName
{
border-color: #CC9989;
}
</style>