Shades of Quicksand #C8978A
Tints of Quicksand #C8978A
RGB
CMYK
RGB Variations
Color information
#C8978A (or 0xC8978A) is known color: Quicksand. HEX triplet: C8, 97 and 8A. RGB value is (200,151,138). Sum of RGB (Red+Green+Blue) = 200+151+138=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8978A is #376875. Grayscale: #A4A4A4. Windows color (decimal): -3631222 or 9082824. OLE color: 9082824.
HSL color Cylindrical-coordinate representation of color #C8978A: hue angle of 12.58º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8978A is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 138 | - |
| CMYK | 0 | 0.24 | 0.31 | 0.22 |
| HSL | 12.58º | 0.36% | 0.66% | - |
| HSV(B) | 12.58º | 0.31% | 0.78% | - |
| XYZ | 39.47 | 36.25 | 28.96 | - |
| YUV | 164.17 | 113.23 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 138 | 0 | 0.24 | 0.31 | 0.22 | 12.58 | 0.36 | 0.66 |
| Hex | C8 | 97 | 8A | 0 | 18 | 1F | 16 | D | 24 | 42 |
| Octal | 310 | 227 | 212 | 0 | 30 | 37 | 26 | 15 | 44 | 102 |
| Binary | 11001000 | 10010111 | 10001010 | 0 | 11000 | 11111 | 10110 | 1101 | 100100 | 1000010 |
Color Harmonies of #C8978A
Complementary color
Monochromatic Colors of #C8978A
Black with #C8978A
Text Example
Text Example
White with #C8978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8978A; }
p { color: rgb(200,151,138); }
H1.HeaderClassName
{
color: #C8978A;
}
.AnyTagClassName
{
color: #C8978A;
}
</style>
background-color css
<style>
a { background-color: #C8978A; }
a { background-color: rgb(200,151,138); }
div.DivClassName
{
background-color: #C8978A;
}
.BgClassName
{
background-color: #C8978A;
}
</style>
border-color css
<style>
span { border-color: #C8978A; }
span { border-color: rgb(200,151,138); }
td.TdClassName
{
border-color: #C8978A;
}
.TagClassName
{
border-color: #C8978A;
}
</style>