Shades of Quicksand #C8978D
Tints of Quicksand #C8978D
RGB
CMYK
RGB Variations
Color information
#C8978D (or 0xC8978D) is known color: Quicksand. HEX triplet: C8, 97 and 8D. RGB value is (200,151,141). Sum of RGB (Red+Green+Blue) = 200+151+141=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C8978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8978D is #376872. Grayscale: #A4A4A4. Windows color (decimal): -3631219 or 9279432. OLE color: 9279432.
HSL color Cylindrical-coordinate representation of color #C8978D: hue angle of 10.17º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8978D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 141 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.22 |
| HSL | 10.17º | 0.35% | 0.67% | - |
| HSV(B) | 10.17º | 0.3% | 0.78% | - |
| XYZ | 39.69 | 36.34 | 30.12 | - |
| YUV | 164.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 141 | 0 | 0.24 | 0.29 | 0.22 | 10.17 | 0.35 | 0.67 |
| Hex | C8 | 97 | 8D | 0 | 18 | 1D | 16 | A | 23 | 43 |
| Octal | 310 | 227 | 215 | 0 | 30 | 35 | 26 | 12 | 43 | 103 |
| Binary | 11001000 | 10010111 | 10001101 | 0 | 11000 | 11101 | 10110 | 1010 | 100011 | 1000011 |
Color Harmonies of #C8978D
Complementary color
Monochromatic Colors of #C8978D
Black with #C8978D
Text Example
Text Example
White with #C8978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8978D; }
p { color: rgb(200,151,141); }
H1.HeaderClassName
{
color: #C8978D;
}
.AnyTagClassName
{
color: #C8978D;
}
</style>
background-color css
<style>
a { background-color: #C8978D; }
a { background-color: rgb(200,151,141); }
div.DivClassName
{
background-color: #C8978D;
}
.BgClassName
{
background-color: #C8978D;
}
</style>
border-color css
<style>
span { border-color: #C8978D; }
span { border-color: rgb(200,151,141); }
td.TdClassName
{
border-color: #C8978D;
}
.TagClassName
{
border-color: #C8978D;
}
</style>