Shades of Quicksand #CC968C
Tints of Quicksand #CC968C
RGB
CMYK
RGB Variations
Color information
#CC968C (or 0xCC968C) is known color: Quicksand. HEX triplet: CC, 96 and 8C. RGB value is (204,150,140). Sum of RGB (Red+Green+Blue) = 204+150+140=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968C is #336973. Grayscale: #A5A5A5. Windows color (decimal): -3369332 or 9213644. OLE color: 9213644.
HSL color Cylindrical-coordinate representation of color #CC968C: hue angle of 9.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC968C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 140 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.2 |
| HSL | 9.38º | 0.39% | 0.67% | - |
| HSV(B) | 9.38º | 0.31% | 0.8% | - |
| XYZ | 40.54 | 36.54 | 29.73 | - |
| YUV | 165.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 140 | 0 | 0.26 | 0.31 | 0.2 | 9.38 | 0.39 | 0.67 |
| Hex | CC | 96 | 8C | 0 | 1A | 1F | 14 | 9 | 27 | 43 |
| Octal | 314 | 226 | 214 | 0 | 32 | 37 | 24 | 11 | 47 | 103 |
| Binary | 11001100 | 10010110 | 10001100 | 0 | 11010 | 11111 | 10100 | 1001 | 100111 | 1000011 |
Color Harmonies of #CC968C
Complementary color
Monochromatic Colors of #CC968C
Black with #CC968C
Text Example
Text Example
White with #CC968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC968C; }
p { color: rgb(204,150,140); }
H1.HeaderClassName
{
color: #CC968C;
}
.AnyTagClassName
{
color: #CC968C;
}
</style>
background-color css
<style>
a { background-color: #CC968C; }
a { background-color: rgb(204,150,140); }
div.DivClassName
{
background-color: #CC968C;
}
.BgClassName
{
background-color: #CC968C;
}
</style>
border-color css
<style>
span { border-color: #CC968C; }
span { border-color: rgb(204,150,140); }
td.TdClassName
{
border-color: #CC968C;
}
.TagClassName
{
border-color: #CC968C;
}
</style>