Shades of Quicksand #C89D8D
Tints of Quicksand #C89D8D
RGB
CMYK
RGB Variations
Color information
#C89D8D (or 0xC89D8D) is known color: Quicksand. HEX triplet: C8, 9D and 8D. RGB value is (200,157,141). Sum of RGB (Red+Green+Blue) = 200+157+141=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D8D is #376272. Grayscale: #A8A8A8. Windows color (decimal): -3629683 or 9280968. OLE color: 9280968.
HSL color Cylindrical-coordinate representation of color #C89D8D: hue angle of 16.27º 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 #C89D8D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 141 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.22 |
| HSL | 16.27º | 0.35% | 0.67% | - |
| HSV(B) | 16.27º | 0.3% | 0.78% | - |
| XYZ | 40.68 | 38.32 | 30.45 | - |
| YUV | 168.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 141 | 0 | 0.22 | 0.29 | 0.22 | 16.27 | 0.35 | 0.67 |
| Hex | C8 | 9D | 8D | 0 | 16 | 1D | 16 | 10 | 23 | 43 |
| Octal | 310 | 235 | 215 | 0 | 26 | 35 | 26 | 20 | 43 | 103 |
| Binary | 11001000 | 10011101 | 10001101 | 0 | 10110 | 11101 | 10110 | 10000 | 100011 | 1000011 |
Color Harmonies of #C89D8D
Complementary color
Monochromatic Colors of #C89D8D
Black with #C89D8D
Text Example
Text Example
White with #C89D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D8D; }
p { color: rgb(200,157,141); }
H1.HeaderClassName
{
color: #C89D8D;
}
.AnyTagClassName
{
color: #C89D8D;
}
</style>
background-color css
<style>
a { background-color: #C89D8D; }
a { background-color: rgb(200,157,141); }
div.DivClassName
{
background-color: #C89D8D;
}
.BgClassName
{
background-color: #C89D8D;
}
</style>
border-color css
<style>
span { border-color: #C89D8D; }
span { border-color: rgb(200,157,141); }
td.TdClassName
{
border-color: #C89D8D;
}
.TagClassName
{
border-color: #C89D8D;
}
</style>