Shades of Quicksand #CC9D89
Tints of Quicksand #CC9D89
RGB
CMYK
RGB Variations
Color information
#CC9D89 (or 0xCC9D89) is known color: Quicksand. HEX triplet: CC, 9D and 89. RGB value is (204,157,137). Sum of RGB (Red+Green+Blue) = 204+157+137=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D89 is #336276. Grayscale: #A8A8A8. Windows color (decimal): -3367543 or 9018828. OLE color: 9018828.
HSL color Cylindrical-coordinate representation of color #CC9D89: hue angle of 17.91º 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 #CC9D89 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 137 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.2 |
| HSL | 17.91º | 0.4% | 0.67% | - |
| HSV(B) | 17.91º | 0.33% | 0.8% | - |
| XYZ | 41.47 | 38.76 | 28.96 | - |
| YUV | 168.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 137 | 0 | 0.23 | 0.33 | 0.2 | 17.91 | 0.4 | 0.67 |
| Hex | CC | 9D | 89 | 0 | 17 | 21 | 14 | 12 | 28 | 43 |
| Octal | 314 | 235 | 211 | 0 | 27 | 41 | 24 | 22 | 50 | 103 |
| Binary | 11001100 | 10011101 | 10001001 | 0 | 10111 | 100001 | 10100 | 10010 | 101000 | 1000011 |
Color Harmonies of #CC9D89
Complementary color
Monochromatic Colors of #CC9D89
Black with #CC9D89
Text Example
Text Example
White with #CC9D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D89; }
p { color: rgb(204,157,137); }
H1.HeaderClassName
{
color: #CC9D89;
}
.AnyTagClassName
{
color: #CC9D89;
}
</style>
background-color css
<style>
a { background-color: #CC9D89; }
a { background-color: rgb(204,157,137); }
div.DivClassName
{
background-color: #CC9D89;
}
.BgClassName
{
background-color: #CC9D89;
}
</style>
border-color css
<style>
span { border-color: #CC9D89; }
span { border-color: rgb(204,157,137); }
td.TdClassName
{
border-color: #CC9D89;
}
.TagClassName
{
border-color: #CC9D89;
}
</style>