Shades of Quicksand #C6978A
Tints of Quicksand #C6978A
RGB
CMYK
RGB Variations
Color information
#C6978A (or 0xC6978A) is known color: Quicksand. HEX triplet: C6, 97 and 8A. RGB value is (198,151,138). Sum of RGB (Red+Green+Blue) = 198+151+138=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6978A is #396875. Grayscale: #A3A3A3. Windows color (decimal): -3762294 or 9082822. OLE color: 9082822.
HSL color Cylindrical-coordinate representation of color #C6978A: hue angle of 13º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6978A is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 138 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.22 |
| HSL | 13º | 0.34% | 0.66% | - |
| HSV(B) | 13º | 0.3% | 0.78% | - |
| XYZ | 38.94 | 35.97 | 28.94 | - |
| YUV | 163.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 138 | 0 | 0.24 | 0.30 | 0.22 | 13 | 0.34 | 0.66 |
| Hex | C6 | 97 | 8A | 0 | 18 | 1E | 16 | D | 22 | 42 |
| Octal | 306 | 227 | 212 | 0 | 30 | 36 | 26 | 15 | 42 | 102 |
| Binary | 11000110 | 10010111 | 10001010 | 0 | 11000 | 11110 | 10110 | 1101 | 100010 | 1000010 |
Color Harmonies of #C6978A
Complementary color
Monochromatic Colors of #C6978A
Black with #C6978A
Text Example
Text Example
White with #C6978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6978A; }
p { color: rgb(198,151,138); }
H1.HeaderClassName
{
color: #C6978A;
}
.AnyTagClassName
{
color: #C6978A;
}
</style>
background-color css
<style>
a { background-color: #C6978A; }
a { background-color: rgb(198,151,138); }
div.DivClassName
{
background-color: #C6978A;
}
.BgClassName
{
background-color: #C6978A;
}
</style>
border-color css
<style>
span { border-color: #C6978A; }
span { border-color: rgb(198,151,138); }
td.TdClassName
{
border-color: #C6978A;
}
.TagClassName
{
border-color: #C6978A;
}
</style>