Shades of Quicksand #C6978B
Tints of Quicksand #C6978B
RGB
CMYK
RGB Variations
Color information
#C6978B (or 0xC6978B) is known color: Quicksand. HEX triplet: C6, 97 and 8B. RGB value is (198,151,139). Sum of RGB (Red+Green+Blue) = 198+151+139=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6978B is #396874. Grayscale: #A3A3A3. Windows color (decimal): -3762293 or 9148358. OLE color: 9148358.
HSL color Cylindrical-coordinate representation of color #C6978B: hue angle of 12.2º 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 #C6978B is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 139 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.22 |
| HSL | 12.2º | 0.34% | 0.66% | - |
| HSV(B) | 12.2º | 0.3% | 0.78% | - |
| XYZ | 39.02 | 36 | 29.32 | - |
| YUV | 163.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 139 | 0 | 0.24 | 0.30 | 0.22 | 12.2 | 0.34 | 0.66 |
| Hex | C6 | 97 | 8B | 0 | 18 | 1E | 16 | C | 22 | 42 |
| Octal | 306 | 227 | 213 | 0 | 30 | 36 | 26 | 14 | 42 | 102 |
| Binary | 11000110 | 10010111 | 10001011 | 0 | 11000 | 11110 | 10110 | 1100 | 100010 | 1000010 |
Color Harmonies of #C6978B
Complementary color
Monochromatic Colors of #C6978B
Black with #C6978B
Text Example
Text Example
White with #C6978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6978B; }
p { color: rgb(198,151,139); }
H1.HeaderClassName
{
color: #C6978B;
}
.AnyTagClassName
{
color: #C6978B;
}
</style>
background-color css
<style>
a { background-color: #C6978B; }
a { background-color: rgb(198,151,139); }
div.DivClassName
{
background-color: #C6978B;
}
.BgClassName
{
background-color: #C6978B;
}
</style>
border-color css
<style>
span { border-color: #C6978B; }
span { border-color: rgb(198,151,139); }
td.TdClassName
{
border-color: #C6978B;
}
.TagClassName
{
border-color: #C6978B;
}
</style>