Shades of Quicksand #CC9587
Tints of Quicksand #CC9587
RGB
CMYK
RGB Variations
Color information
#CC9587 (or 0xCC9587) is known color: Quicksand. HEX triplet: CC, 95 and 87. RGB value is (204,149,135). Sum of RGB (Red+Green+Blue) = 204+149+135=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9587 is #336A78. Grayscale: #A3A3A3. Windows color (decimal): -3369593 or 8885708. OLE color: 8885708.
HSL color Cylindrical-coordinate representation of color #CC9587: hue angle of 12.17º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9587 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 135 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.2 |
| HSL | 12.17º | 0.4% | 0.66% | - |
| HSV(B) | 12.17º | 0.34% | 0.8% | - |
| XYZ | 40.02 | 36.08 | 27.78 | - |
| YUV | 163.85 | 111.72 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 135 | 0 | 0.27 | 0.34 | 0.2 | 12.17 | 0.4 | 0.66 |
| Hex | CC | 95 | 87 | 0 | 1B | 22 | 14 | C | 28 | 42 |
| Octal | 314 | 225 | 207 | 0 | 33 | 42 | 24 | 14 | 50 | 102 |
| Binary | 11001100 | 10010101 | 10000111 | 0 | 11011 | 100010 | 10100 | 1100 | 101000 | 1000010 |
Color Harmonies of #CC9587
Complementary color
Monochromatic Colors of #CC9587
Black with #CC9587
Text Example
Text Example
White with #CC9587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9587; }
p { color: rgb(204,149,135); }
H1.HeaderClassName
{
color: #CC9587;
}
.AnyTagClassName
{
color: #CC9587;
}
</style>
background-color css
<style>
a { background-color: #CC9587; }
a { background-color: rgb(204,149,135); }
div.DivClassName
{
background-color: #CC9587;
}
.BgClassName
{
background-color: #CC9587;
}
</style>
border-color css
<style>
span { border-color: #CC9587; }
span { border-color: rgb(204,149,135); }
td.TdClassName
{
border-color: #CC9587;
}
.TagClassName
{
border-color: #CC9587;
}
</style>