Shades of Quicksand #C6978C
Tints of Quicksand #C6978C
RGB
CMYK
RGB Variations
Color information
#C6978C (or 0xC6978C) is known color: Quicksand. HEX triplet: C6, 97 and 8C. RGB value is (198,151,140). Sum of RGB (Red+Green+Blue) = 198+151+140=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6978C is #396873. Grayscale: #A3A3A3. Windows color (decimal): -3762292 or 9213894. OLE color: 9213894.
HSL color Cylindrical-coordinate representation of color #C6978C: hue angle of 11.38º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6978C is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 140 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.22 |
| HSL | 11.38º | 0.34% | 0.66% | - |
| HSV(B) | 11.38º | 0.29% | 0.78% | - |
| XYZ | 39.09 | 36.03 | 29.71 | - |
| YUV | 163.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 140 | 0 | 0.24 | 0.29 | 0.22 | 11.38 | 0.34 | 0.66 |
| Hex | C6 | 97 | 8C | 0 | 18 | 1D | 16 | B | 22 | 42 |
| Octal | 306 | 227 | 214 | 0 | 30 | 35 | 26 | 13 | 42 | 102 |
| Binary | 11000110 | 10010111 | 10001100 | 0 | 11000 | 11101 | 10110 | 1011 | 100010 | 1000010 |
Color Harmonies of #C6978C
Complementary color
Monochromatic Colors of #C6978C
Black with #C6978C
Text Example
Text Example
White with #C6978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6978C; }
p { color: rgb(198,151,140); }
H1.HeaderClassName
{
color: #C6978C;
}
.AnyTagClassName
{
color: #C6978C;
}
</style>
background-color css
<style>
a { background-color: #C6978C; }
a { background-color: rgb(198,151,140); }
div.DivClassName
{
background-color: #C6978C;
}
.BgClassName
{
background-color: #C6978C;
}
</style>
border-color css
<style>
span { border-color: #C6978C; }
span { border-color: rgb(198,151,140); }
td.TdClassName
{
border-color: #C6978C;
}
.TagClassName
{
border-color: #C6978C;
}
</style>