Shades of Quicksand #CC978D
Tints of Quicksand #CC978D
RGB
CMYK
RGB Variations
Color information
#CC978D (or 0xCC978D) is known color: Quicksand. HEX triplet: CC, 97 and 8D. RGB value is (204,151,141). Sum of RGB (Red+Green+Blue) = 204+151+141=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978D is #336872. Grayscale: #A5A5A5. Windows color (decimal): -3369075 or 9279436. OLE color: 9279436.
HSL color Cylindrical-coordinate representation of color #CC978D: hue angle of 9.52º 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 #CC978D is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 141 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.2 |
| HSL | 9.52º | 0.38% | 0.68% | - |
| HSV(B) | 9.52º | 0.31% | 0.8% | - |
| XYZ | 40.78 | 36.89 | 30.17 | - |
| YUV | 165.71 | 114.06 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 141 | 0 | 0.26 | 0.31 | 0.2 | 9.52 | 0.38 | 0.68 |
| Hex | CC | 97 | 8D | 0 | 1A | 1F | 14 | A | 26 | 44 |
| Octal | 314 | 227 | 215 | 0 | 32 | 37 | 24 | 12 | 46 | 104 |
| Binary | 11001100 | 10010111 | 10001101 | 0 | 11010 | 11111 | 10100 | 1010 | 100110 | 1000100 |
Color Harmonies of #CC978D
Complementary color
Monochromatic Colors of #CC978D
Black with #CC978D
Text Example
Text Example
White with #CC978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC978D; }
p { color: rgb(204,151,141); }
H1.HeaderClassName
{
color: #CC978D;
}
.AnyTagClassName
{
color: #CC978D;
}
</style>
background-color css
<style>
a { background-color: #CC978D; }
a { background-color: rgb(204,151,141); }
div.DivClassName
{
background-color: #CC978D;
}
.BgClassName
{
background-color: #CC978D;
}
</style>
border-color css
<style>
span { border-color: #CC978D; }
span { border-color: rgb(204,151,141); }
td.TdClassName
{
border-color: #CC978D;
}
.TagClassName
{
border-color: #CC978D;
}
</style>