Shades of Quicksand #CC9D8D
Tints of Quicksand #CC9D8D
RGB
CMYK
RGB Variations
Color information
#CC9D8D (or 0xCC9D8D) is known color: Quicksand. HEX triplet: CC, 9D and 8D. RGB value is (204,157,141). Sum of RGB (Red+Green+Blue) = 204+157+141=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D8D is #336272. Grayscale: #A9A9A9. Windows color (decimal): -3367539 or 9280972. OLE color: 9280972.
HSL color Cylindrical-coordinate representation of color #CC9D8D: hue angle of 15.24º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC9D8D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 141 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.2 |
| HSL | 15.24º | 0.38% | 0.68% | - |
| HSV(B) | 15.24º | 0.31% | 0.8% | - |
| XYZ | 41.77 | 38.87 | 30.5 | - |
| YUV | 169.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 141 | 0 | 0.23 | 0.31 | 0.2 | 15.24 | 0.38 | 0.68 |
| Hex | CC | 9D | 8D | 0 | 17 | 1F | 14 | F | 26 | 44 |
| Octal | 314 | 235 | 215 | 0 | 27 | 37 | 24 | 17 | 46 | 104 |
| Binary | 11001100 | 10011101 | 10001101 | 0 | 10111 | 11111 | 10100 | 1111 | 100110 | 1000100 |
Color Harmonies of #CC9D8D
Complementary color
Monochromatic Colors of #CC9D8D
Black with #CC9D8D
Text Example
Text Example
White with #CC9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9D8D; }
p { color: rgb(204,157,141); }
H1.HeaderClassName
{
color: #CC9D8D;
}
.AnyTagClassName
{
color: #CC9D8D;
}
</style>
background-color css
<style>
a { background-color: #CC9D8D; }
a { background-color: rgb(204,157,141); }
div.DivClassName
{
background-color: #CC9D8D;
}
.BgClassName
{
background-color: #CC9D8D;
}
</style>
border-color css
<style>
span { border-color: #CC9D8D; }
span { border-color: rgb(204,157,141); }
td.TdClassName
{
border-color: #CC9D8D;
}
.TagClassName
{
border-color: #CC9D8D;
}
</style>