Shades of Quicksand #CC9589
Tints of Quicksand #CC9589
RGB
CMYK
RGB Variations
Color information
#CC9589 (or 0xCC9589) is known color: Quicksand. HEX triplet: CC, 95 and 89. RGB value is (204,149,137). Sum of RGB (Red+Green+Blue) = 204+149+137=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9589 is #336A76. Grayscale: #A4A4A4. Windows color (decimal): -3369591 or 9016780. OLE color: 9016780.
HSL color Cylindrical-coordinate representation of color #CC9589: hue angle of 10.75º 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 #CC9589 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 137 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.2 |
| HSL | 10.75º | 0.4% | 0.67% | - |
| HSV(B) | 10.75º | 0.33% | 0.8% | - |
| XYZ | 40.16 | 36.14 | 28.53 | - |
| YUV | 164.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 137 | 0 | 0.27 | 0.33 | 0.2 | 10.75 | 0.4 | 0.67 |
| Hex | CC | 95 | 89 | 0 | 1B | 21 | 14 | B | 28 | 43 |
| Octal | 314 | 225 | 211 | 0 | 33 | 41 | 24 | 13 | 50 | 103 |
| Binary | 11001100 | 10010101 | 10001001 | 0 | 11011 | 100001 | 10100 | 1011 | 101000 | 1000011 |
Color Harmonies of #CC9589
Complementary color
Monochromatic Colors of #CC9589
Black with #CC9589
Text Example
Text Example
White with #CC9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9589; }
p { color: rgb(204,149,137); }
H1.HeaderClassName
{
color: #CC9589;
}
.AnyTagClassName
{
color: #CC9589;
}
</style>
background-color css
<style>
a { background-color: #CC9589; }
a { background-color: rgb(204,149,137); }
div.DivClassName
{
background-color: #CC9589;
}
.BgClassName
{
background-color: #CC9589;
}
</style>
border-color css
<style>
span { border-color: #CC9589; }
span { border-color: rgb(204,149,137); }
td.TdClassName
{
border-color: #CC9589;
}
.TagClassName
{
border-color: #CC9589;
}
</style>