Shades of Quicksand #CC968F
Tints of Quicksand #CC968F
RGB
CMYK
RGB Variations
Color information
#CC968F (or 0xCC968F) is known color: Quicksand. HEX triplet: CC, 96 and 8F. RGB value is (204,150,143). Sum of RGB (Red+Green+Blue) = 204+150+143=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968F is #336970. Grayscale: #A5A5A5. Windows color (decimal): -3369329 or 9410252. OLE color: 9410252.
HSL color Cylindrical-coordinate representation of color #CC968F: hue angle of 6.89º degrees, saturation: 0.37, 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 #CC968F is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 143 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.2 |
| HSL | 6.89º | 0.37% | 0.68% | - |
| HSV(B) | 6.89º | 0.3% | 0.8% | - |
| XYZ | 40.77 | 36.63 | 30.91 | - |
| YUV | 165.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 143 | 0 | 0.26 | 0.30 | 0.2 | 6.89 | 0.37 | 0.68 |
| Hex | CC | 96 | 8F | 0 | 1A | 1E | 14 | 7 | 25 | 44 |
| Octal | 314 | 226 | 217 | 0 | 32 | 36 | 24 | 7 | 45 | 104 |
| Binary | 11001100 | 10010110 | 10001111 | 0 | 11010 | 11110 | 10100 | 111 | 100101 | 1000100 |
Color Harmonies of #CC968F
Complementary color
Monochromatic Colors of #CC968F
Black with #CC968F
Text Example
Text Example
White with #CC968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC968F; }
p { color: rgb(204,150,143); }
H1.HeaderClassName
{
color: #CC968F;
}
.AnyTagClassName
{
color: #CC968F;
}
</style>
background-color css
<style>
a { background-color: #CC968F; }
a { background-color: rgb(204,150,143); }
div.DivClassName
{
background-color: #CC968F;
}
.BgClassName
{
background-color: #CC968F;
}
</style>
border-color css
<style>
span { border-color: #CC968F; }
span { border-color: rgb(204,150,143); }
td.TdClassName
{
border-color: #CC968F;
}
.TagClassName
{
border-color: #CC968F;
}
</style>