Shades of Quicksand #CC9687
Tints of Quicksand #CC9687
RGB
CMYK
RGB Variations
Color information
#CC9687 (or 0xCC9687) is known color: Quicksand. HEX triplet: CC, 96 and 87. RGB value is (204,150,135). Sum of RGB (Red+Green+Blue) = 204+150+135=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9687 is #336978. Grayscale: #A4A4A4. Windows color (decimal): -3369337 or 8885964. OLE color: 8885964.
HSL color Cylindrical-coordinate representation of color #CC9687: hue angle of 13.04º 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 #CC9687 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 135 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.2 |
| HSL | 13.04º | 0.4% | 0.66% | - |
| HSV(B) | 13.04º | 0.34% | 0.8% | - |
| XYZ | 40.18 | 36.4 | 27.83 | - |
| YUV | 164.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 135 | 0 | 0.26 | 0.34 | 0.2 | 13.04 | 0.4 | 0.66 |
| Hex | CC | 96 | 87 | 0 | 1A | 22 | 14 | D | 28 | 42 |
| Octal | 314 | 226 | 207 | 0 | 32 | 42 | 24 | 15 | 50 | 102 |
| Binary | 11001100 | 10010110 | 10000111 | 0 | 11010 | 100010 | 10100 | 1101 | 101000 | 1000010 |
Color Harmonies of #CC9687
Complementary color
Monochromatic Colors of #CC9687
Black with #CC9687
Text Example
Text Example
White with #CC9687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9687; }
p { color: rgb(204,150,135); }
H1.HeaderClassName
{
color: #CC9687;
}
.AnyTagClassName
{
color: #CC9687;
}
</style>
background-color css
<style>
a { background-color: #CC9687; }
a { background-color: rgb(204,150,135); }
div.DivClassName
{
background-color: #CC9687;
}
.BgClassName
{
background-color: #CC9687;
}
</style>
border-color css
<style>
span { border-color: #CC9687; }
span { border-color: rgb(204,150,135); }
td.TdClassName
{
border-color: #CC9687;
}
.TagClassName
{
border-color: #CC9687;
}
</style>