Shades of Quicksand #CC9D87
Tints of Quicksand #CC9D87
RGB
CMYK
RGB Variations
Color information
#CC9D87 (or 0xCC9D87) is known color: Quicksand. HEX triplet: CC, 9D and 87. RGB value is (204,157,135). Sum of RGB (Red+Green+Blue) = 204+157+135=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D87 is #336278. Grayscale: #A8A8A8. Windows color (decimal): -3367545 or 8887756. OLE color: 8887756.
HSL color Cylindrical-coordinate representation of color #CC9D87: hue angle of 19.13º 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 #CC9D87 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 135 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.2 |
| HSL | 19.13º | 0.4% | 0.66% | - |
| HSV(B) | 19.13º | 0.34% | 0.8% | - |
| XYZ | 41.33 | 38.7 | 28.21 | - |
| YUV | 168.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 135 | 0 | 0.23 | 0.34 | 0.2 | 19.13 | 0.4 | 0.66 |
| Hex | CC | 9D | 87 | 0 | 17 | 22 | 14 | 13 | 28 | 42 |
| Octal | 314 | 235 | 207 | 0 | 27 | 42 | 24 | 23 | 50 | 102 |
| Binary | 11001100 | 10011101 | 10000111 | 0 | 10111 | 100010 | 10100 | 10011 | 101000 | 1000010 |
Color Harmonies of #CC9D87
Complementary color
Monochromatic Colors of #CC9D87
Black with #CC9D87
Text Example
Text Example
White with #CC9D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D87; }
p { color: rgb(204,157,135); }
H1.HeaderClassName
{
color: #CC9D87;
}
.AnyTagClassName
{
color: #CC9D87;
}
</style>
background-color css
<style>
a { background-color: #CC9D87; }
a { background-color: rgb(204,157,135); }
div.DivClassName
{
background-color: #CC9D87;
}
.BgClassName
{
background-color: #CC9D87;
}
</style>
border-color css
<style>
span { border-color: #CC9D87; }
span { border-color: rgb(204,157,135); }
td.TdClassName
{
border-color: #CC9D87;
}
.TagClassName
{
border-color: #CC9D87;
}
</style>