Shades of Quicksand #CC9787
Tints of Quicksand #CC9787
RGB
CMYK
RGB Variations
Color information
#CC9787 (or 0xCC9787) is known color: Quicksand. HEX triplet: CC, 97 and 87. RGB value is (204,151,135). Sum of RGB (Red+Green+Blue) = 204+151+135=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9787 is #336878. Grayscale: #A5A5A5. Windows color (decimal): -3369081 or 8886220. OLE color: 8886220.
HSL color Cylindrical-coordinate representation of color #CC9787: hue angle of 13.91º 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 #CC9787 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 135 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.2 |
| HSL | 13.91º | 0.4% | 0.66% | - |
| HSV(B) | 13.91º | 0.34% | 0.8% | - |
| XYZ | 40.34 | 36.72 | 27.88 | - |
| YUV | 165.02 | 111.06 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 135 | 0 | 0.26 | 0.34 | 0.2 | 13.91 | 0.4 | 0.66 |
| Hex | CC | 97 | 87 | 0 | 1A | 22 | 14 | E | 28 | 42 |
| Octal | 314 | 227 | 207 | 0 | 32 | 42 | 24 | 16 | 50 | 102 |
| Binary | 11001100 | 10010111 | 10000111 | 0 | 11010 | 100010 | 10100 | 1110 | 101000 | 1000010 |
Color Harmonies of #CC9787
Complementary color
Monochromatic Colors of #CC9787
Black with #CC9787
Text Example
Text Example
White with #CC9787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9787; }
p { color: rgb(204,151,135); }
H1.HeaderClassName
{
color: #CC9787;
}
.AnyTagClassName
{
color: #CC9787;
}
</style>
background-color css
<style>
a { background-color: #CC9787; }
a { background-color: rgb(204,151,135); }
div.DivClassName
{
background-color: #CC9787;
}
.BgClassName
{
background-color: #CC9787;
}
</style>
border-color css
<style>
span { border-color: #CC9787; }
span { border-color: rgb(204,151,135); }
td.TdClassName
{
border-color: #CC9787;
}
.TagClassName
{
border-color: #CC9787;
}
</style>