Shades of Quicksand #CC968E
Tints of Quicksand #CC968E
RGB
CMYK
RGB Variations
Color information
#CC968E (or 0xCC968E) is known color: Quicksand. HEX triplet: CC, 96 and 8E. RGB value is (204,150,142). Sum of RGB (Red+Green+Blue) = 204+150+142=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968E is #336971. Grayscale: #A5A5A5. Windows color (decimal): -3369330 or 9344716. OLE color: 9344716.
HSL color Cylindrical-coordinate representation of color #CC968E: hue angle of 7.74º 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 #CC968E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 142 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.2 |
| HSL | 7.74º | 0.38% | 0.68% | - |
| HSV(B) | 7.74º | 0.3% | 0.8% | - |
| XYZ | 40.69 | 36.6 | 30.51 | - |
| YUV | 165.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 142 | 0 | 0.26 | 0.30 | 0.2 | 7.74 | 0.38 | 0.68 |
| Hex | CC | 96 | 8E | 0 | 1A | 1E | 14 | 8 | 26 | 44 |
| Octal | 314 | 226 | 216 | 0 | 32 | 36 | 24 | 10 | 46 | 104 |
| Binary | 11001100 | 10010110 | 10001110 | 0 | 11010 | 11110 | 10100 | 1000 | 100110 | 1000100 |
Color Harmonies of #CC968E
Complementary color
Monochromatic Colors of #CC968E
Black with #CC968E
Text Example
Text Example
White with #CC968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC968E; }
p { color: rgb(204,150,142); }
H1.HeaderClassName
{
color: #CC968E;
}
.AnyTagClassName
{
color: #CC968E;
}
</style>
background-color css
<style>
a { background-color: #CC968E; }
a { background-color: rgb(204,150,142); }
div.DivClassName
{
background-color: #CC968E;
}
.BgClassName
{
background-color: #CC968E;
}
</style>
border-color css
<style>
span { border-color: #CC968E; }
span { border-color: rgb(204,150,142); }
td.TdClassName
{
border-color: #CC968E;
}
.TagClassName
{
border-color: #CC968E;
}
</style>