Shades of Quicksand #C7978E
Tints of Quicksand #C7978E
RGB
CMYK
RGB Variations
Color information
#C7978E (or 0xC7978E) is known color: Quicksand. HEX triplet: C7, 97 and 8E. RGB value is (199,151,142). Sum of RGB (Red+Green+Blue) = 199+151+142=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C7978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7978E is #386871. Grayscale: #A4A4A4. Windows color (decimal): -3696754 or 9344967. OLE color: 9344967.
HSL color Cylindrical-coordinate representation of color #C7978E: hue angle of 9.47º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7978E is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 151 | 142 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.22 |
| HSL | 9.47º | 0.34% | 0.67% | - |
| HSV(B) | 9.47º | 0.29% | 0.78% | - |
| XYZ | 39.5 | 36.23 | 30.5 | - |
| YUV | 164.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 151 | 142 | 0 | 0.24 | 0.29 | 0.22 | 9.47 | 0.34 | 0.67 |
| Hex | C7 | 97 | 8E | 0 | 18 | 1D | 16 | 9 | 22 | 43 |
| Octal | 307 | 227 | 216 | 0 | 30 | 35 | 26 | 11 | 42 | 103 |
| Binary | 11000111 | 10010111 | 10001110 | 0 | 11000 | 11101 | 10110 | 1001 | 100010 | 1000011 |
Color Harmonies of #C7978E
Complementary color
Monochromatic Colors of #C7978E
Black with #C7978E
Text Example
Text Example
White with #C7978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7978E; }
p { color: rgb(199,151,142); }
H1.HeaderClassName
{
color: #C7978E;
}
.AnyTagClassName
{
color: #C7978E;
}
</style>
background-color css
<style>
a { background-color: #C7978E; }
a { background-color: rgb(199,151,142); }
div.DivClassName
{
background-color: #C7978E;
}
.BgClassName
{
background-color: #C7978E;
}
</style>
border-color css
<style>
span { border-color: #C7978E; }
span { border-color: rgb(199,151,142); }
td.TdClassName
{
border-color: #C7978E;
}
.TagClassName
{
border-color: #C7978E;
}
</style>