Shades of Quicksand #CC978A
Tints of Quicksand #CC978A
RGB
CMYK
RGB Variations
Color information
#CC978A (or 0xCC978A) is known color: Quicksand. HEX triplet: CC, 97 and 8A. RGB value is (204,151,138). Sum of RGB (Red+Green+Blue) = 204+151+138=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 151 (59.38% from 255 or 30.63% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC978A is #336875. Grayscale: #A5A5A5. Windows color (decimal): -3369078 or 9082828. OLE color: 9082828.
HSL color Cylindrical-coordinate representation of color #CC978A: hue angle of 11.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC978A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 138 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.2 |
| HSL | 11.82º | 0.39% | 0.67% | - |
| HSV(B) | 11.82º | 0.32% | 0.8% | - |
| XYZ | 40.56 | 36.81 | 29.01 | - |
| YUV | 165.37 | 112.56 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 138 | 0 | 0.26 | 0.32 | 0.2 | 11.82 | 0.39 | 0.67 |
| Hex | CC | 97 | 8A | 0 | 1A | 20 | 14 | C | 27 | 43 |
| Octal | 314 | 227 | 212 | 0 | 32 | 40 | 24 | 14 | 47 | 103 |
| Binary | 11001100 | 10010111 | 10001010 | 0 | 11010 | 100000 | 10100 | 1100 | 100111 | 1000011 |
Color Harmonies of #CC978A
Complementary color
Monochromatic Colors of #CC978A
Black with #CC978A
Text Example
Text Example
White with #CC978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC978A; }
p { color: rgb(204,151,138); }
H1.HeaderClassName
{
color: #CC978A;
}
.AnyTagClassName
{
color: #CC978A;
}
</style>
background-color css
<style>
a { background-color: #CC978A; }
a { background-color: rgb(204,151,138); }
div.DivClassName
{
background-color: #CC978A;
}
.BgClassName
{
background-color: #CC978A;
}
</style>
border-color css
<style>
span { border-color: #CC978A; }
span { border-color: rgb(204,151,138); }
td.TdClassName
{
border-color: #CC978A;
}
.TagClassName
{
border-color: #CC978A;
}
</style>