Shades of Quicksand #C6978E
Tints of Quicksand #C6978E
RGB
CMYK
RGB Variations
Color information
#C6978E (or 0xC6978E) is known color: Quicksand. HEX triplet: C6, 97 and 8E. RGB value is (198,151,142). Sum of RGB (Red+Green+Blue) = 198+151+142=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6978E is #396871. Grayscale: #A4A4A4. Windows color (decimal): -3762290 or 9344966. OLE color: 9344966.
HSL color Cylindrical-coordinate representation of color #C6978E: hue angle of 9.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6978E is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 142 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.22 |
| HSL | 9.64º | 0.33% | 0.67% | - |
| HSV(B) | 9.64º | 0.28% | 0.78% | - |
| XYZ | 39.24 | 36.09 | 30.49 | - |
| YUV | 164.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 142 | 0 | 0.24 | 0.28 | 0.22 | 9.64 | 0.33 | 0.67 |
| Hex | C6 | 97 | 8E | 0 | 18 | 1C | 16 | A | 21 | 43 |
| Octal | 306 | 227 | 216 | 0 | 30 | 34 | 26 | 12 | 41 | 103 |
| Binary | 11000110 | 10010111 | 10001110 | 0 | 11000 | 11100 | 10110 | 1010 | 100001 | 1000011 |
Color Harmonies of #C6978E
Complementary color
Monochromatic Colors of #C6978E
Black with #C6978E
Text Example
Text Example
White with #C6978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6978E; }
p { color: rgb(198,151,142); }
H1.HeaderClassName
{
color: #C6978E;
}
.AnyTagClassName
{
color: #C6978E;
}
</style>
background-color css
<style>
a { background-color: #C6978E; }
a { background-color: rgb(198,151,142); }
div.DivClassName
{
background-color: #C6978E;
}
.BgClassName
{
background-color: #C6978E;
}
</style>
border-color css
<style>
span { border-color: #C6978E; }
span { border-color: rgb(198,151,142); }
td.TdClassName
{
border-color: #C6978E;
}
.TagClassName
{
border-color: #C6978E;
}
</style>