Shades of Quicksand #CC9C89
Tints of Quicksand #CC9C89
RGB
CMYK
RGB Variations
Color information
#CC9C89 (or 0xCC9C89) is known color: Quicksand. HEX triplet: CC, 9C and 89. RGB value is (204,156,137). Sum of RGB (Red+Green+Blue) = 204+156+137=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C89 is #336376. Grayscale: #A8A8A8. Windows color (decimal): -3367799 or 9018572. OLE color: 9018572.
HSL color Cylindrical-coordinate representation of color #CC9C89: hue angle of 17.01º 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 #CC9C89 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 137 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.2 |
| HSL | 17.01º | 0.4% | 0.67% | - |
| HSV(B) | 17.01º | 0.33% | 0.8% | - |
| XYZ | 41.31 | 38.42 | 28.91 | - |
| YUV | 168.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 137 | 0 | 0.24 | 0.33 | 0.2 | 17.01 | 0.4 | 0.67 |
| Hex | CC | 9C | 89 | 0 | 18 | 21 | 14 | 11 | 28 | 43 |
| Octal | 314 | 234 | 211 | 0 | 30 | 41 | 24 | 21 | 50 | 103 |
| Binary | 11001100 | 10011100 | 10001001 | 0 | 11000 | 100001 | 10100 | 10001 | 101000 | 1000011 |
Color Harmonies of #CC9C89
Complementary color
Monochromatic Colors of #CC9C89
Black with #CC9C89
Text Example
Text Example
White with #CC9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C89; }
p { color: rgb(204,156,137); }
H1.HeaderClassName
{
color: #CC9C89;
}
.AnyTagClassName
{
color: #CC9C89;
}
</style>
background-color css
<style>
a { background-color: #CC9C89; }
a { background-color: rgb(204,156,137); }
div.DivClassName
{
background-color: #CC9C89;
}
.BgClassName
{
background-color: #CC9C89;
}
</style>
border-color css
<style>
span { border-color: #CC9C89; }
span { border-color: rgb(204,156,137); }
td.TdClassName
{
border-color: #CC9C89;
}
.TagClassName
{
border-color: #CC9C89;
}
</style>