Shades of Quicksand #C8958D
Tints of Quicksand #C8958D
RGB
CMYK
RGB Variations
Color information
#C8958D (or 0xC8958D) is known color: Quicksand. HEX triplet: C8, 95 and 8D. RGB value is (200,149,141). Sum of RGB (Red+Green+Blue) = 200+149+141=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8958D is #376A72. Grayscale: #A3A3A3. Windows color (decimal): -3631731 or 9278920. OLE color: 9278920.
HSL color Cylindrical-coordinate representation of color #C8958D: hue angle of 8.14º 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 #C8958D is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 149 | 141 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.22 |
| HSL | 8.14º | 0.35% | 0.67% | - |
| HSV(B) | 8.14º | 0.3% | 0.78% | - |
| XYZ | 39.37 | 35.7 | 30.01 | - |
| YUV | 163.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 141 | 0 | 0.26 | 0.29 | 0.22 | 8.14 | 0.35 | 0.67 |
| Hex | C8 | 95 | 8D | 0 | 1A | 1D | 16 | 8 | 23 | 43 |
| Octal | 310 | 225 | 215 | 0 | 32 | 35 | 26 | 10 | 43 | 103 |
| Binary | 11001000 | 10010101 | 10001101 | 0 | 11010 | 11101 | 10110 | 1000 | 100011 | 1000011 |
Color Harmonies of #C8958D
Complementary color
Monochromatic Colors of #C8958D
Black with #C8958D
Text Example
Text Example
White with #C8958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8958D; }
p { color: rgb(200,149,141); }
H1.HeaderClassName
{
color: #C8958D;
}
.AnyTagClassName
{
color: #C8958D;
}
</style>
background-color css
<style>
a { background-color: #C8958D; }
a { background-color: rgb(200,149,141); }
div.DivClassName
{
background-color: #C8958D;
}
.BgClassName
{
background-color: #C8958D;
}
</style>
border-color css
<style>
span { border-color: #C8958D; }
span { border-color: rgb(200,149,141); }
td.TdClassName
{
border-color: #C8958D;
}
.TagClassName
{
border-color: #C8958D;
}
</style>