Shades of Quicksand #CC978C
Tints of Quicksand #CC978C
RGB
CMYK
RGB Variations
Color information
#CC978C (or 0xCC978C) is known color: Quicksand. HEX triplet: CC, 97 and 8C. RGB value is (204,151,140). Sum of RGB (Red+Green+Blue) = 204+151+140=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978C is #336873. Grayscale: #A5A5A5. Windows color (decimal): -3369076 or 9213900. OLE color: 9213900.
HSL color Cylindrical-coordinate representation of color #CC978C: hue angle of 10.31º 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 #CC978C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 140 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.2 |
| HSL | 10.31º | 0.39% | 0.67% | - |
| HSV(B) | 10.31º | 0.31% | 0.8% | - |
| XYZ | 40.7 | 36.86 | 29.78 | - |
| YUV | 165.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 140 | 0 | 0.26 | 0.31 | 0.2 | 10.31 | 0.39 | 0.67 |
| Hex | CC | 97 | 8C | 0 | 1A | 1F | 14 | A | 27 | 43 |
| Octal | 314 | 227 | 214 | 0 | 32 | 37 | 24 | 12 | 47 | 103 |
| Binary | 11001100 | 10010111 | 10001100 | 0 | 11010 | 11111 | 10100 | 1010 | 100111 | 1000011 |
Color Harmonies of #CC978C
Complementary color
Monochromatic Colors of #CC978C
Black with #CC978C
Text Example
Text Example
White with #CC978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC978C; }
p { color: rgb(204,151,140); }
H1.HeaderClassName
{
color: #CC978C;
}
.AnyTagClassName
{
color: #CC978C;
}
</style>
background-color css
<style>
a { background-color: #CC978C; }
a { background-color: rgb(204,151,140); }
div.DivClassName
{
background-color: #CC978C;
}
.BgClassName
{
background-color: #CC978C;
}
</style>
border-color css
<style>
span { border-color: #CC978C; }
span { border-color: rgb(204,151,140); }
td.TdClassName
{
border-color: #CC978C;
}
.TagClassName
{
border-color: #CC978C;
}
</style>