Shades of Quicksand #CC9B8E
Tints of Quicksand #CC9B8E
RGB
CMYK
RGB Variations
Color information
#CC9B8E (or 0xCC9B8E) is known color: Quicksand. HEX triplet: CC, 9B and 8E. RGB value is (204,155,142). Sum of RGB (Red+Green+Blue) = 204+155+142=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B8E is #336471. Grayscale: #A8A8A8. Windows color (decimal): -3368050 or 9345996. OLE color: 9345996.
HSL color Cylindrical-coordinate representation of color #CC9B8E: hue angle of 12.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9B8E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 142 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.2 |
| HSL | 12.58º | 0.38% | 0.68% | - |
| HSV(B) | 12.58º | 0.3% | 0.8% | - |
| XYZ | 41.51 | 38.23 | 30.78 | - |
| YUV | 168.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 142 | 0 | 0.24 | 0.30 | 0.2 | 12.58 | 0.38 | 0.68 |
| Hex | CC | 9B | 8E | 0 | 18 | 1E | 14 | D | 26 | 44 |
| Octal | 314 | 233 | 216 | 0 | 30 | 36 | 24 | 15 | 46 | 104 |
| Binary | 11001100 | 10011011 | 10001110 | 0 | 11000 | 11110 | 10100 | 1101 | 100110 | 1000100 |
Color Harmonies of #CC9B8E
Complementary color
Monochromatic Colors of #CC9B8E
Black with #CC9B8E
Text Example
Text Example
White with #CC9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9B8E; }
p { color: rgb(204,155,142); }
H1.HeaderClassName
{
color: #CC9B8E;
}
.AnyTagClassName
{
color: #CC9B8E;
}
</style>
background-color css
<style>
a { background-color: #CC9B8E; }
a { background-color: rgb(204,155,142); }
div.DivClassName
{
background-color: #CC9B8E;
}
.BgClassName
{
background-color: #CC9B8E;
}
</style>
border-color css
<style>
span { border-color: #CC9B8E; }
span { border-color: rgb(204,155,142); }
td.TdClassName
{
border-color: #CC9B8E;
}
.TagClassName
{
border-color: #CC9B8E;
}
</style>