Shades of Quicksand #CC9A89
Tints of Quicksand #CC9A89
RGB
CMYK
RGB Variations
Color information
#CC9A89 (or 0xCC9A89) is known color: Quicksand. HEX triplet: CC, 9A and 89. RGB value is (204,154,137). Sum of RGB (Red+Green+Blue) = 204+154+137=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A89 is #336576. Grayscale: #A7A7A7. Windows color (decimal): -3368311 or 9018060. OLE color: 9018060.
HSL color Cylindrical-coordinate representation of color #CC9A89: hue angle of 15.22º 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 #CC9A89 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 154 | 137 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.2 |
| HSL | 15.22º | 0.4% | 0.67% | - |
| HSV(B) | 15.22º | 0.33% | 0.8% | - |
| XYZ | 40.97 | 37.75 | 28.79 | - |
| YUV | 167.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 154 | 137 | 0 | 0.25 | 0.33 | 0.2 | 15.22 | 0.4 | 0.67 |
| Hex | CC | 9A | 89 | 0 | 19 | 21 | 14 | F | 28 | 43 |
| Octal | 314 | 232 | 211 | 0 | 31 | 41 | 24 | 17 | 50 | 103 |
| Binary | 11001100 | 10011010 | 10001001 | 0 | 11001 | 100001 | 10100 | 1111 | 101000 | 1000011 |
Color Harmonies of #CC9A89
Complementary color
Monochromatic Colors of #CC9A89
Black with #CC9A89
Text Example
Text Example
White with #CC9A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9A89; }
p { color: rgb(204,154,137); }
H1.HeaderClassName
{
color: #CC9A89;
}
.AnyTagClassName
{
color: #CC9A89;
}
</style>
background-color css
<style>
a { background-color: #CC9A89; }
a { background-color: rgb(204,154,137); }
div.DivClassName
{
background-color: #CC9A89;
}
.BgClassName
{
background-color: #CC9A89;
}
</style>
border-color css
<style>
span { border-color: #CC9A89; }
span { border-color: rgb(204,154,137); }
td.TdClassName
{
border-color: #CC9A89;
}
.TagClassName
{
border-color: #CC9A89;
}
</style>