Shades of Quicksand #C89F8D
Tints of Quicksand #C89F8D
RGB
CMYK
RGB Variations
Color information
#C89F8D (or 0xC89F8D) is known color: Quicksand. HEX triplet: C8, 9F and 8D. RGB value is (200,159,141). Sum of RGB (Red+Green+Blue) = 200+159+141=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89F8D is #376072. Grayscale: #A9A9A9. Windows color (decimal): -3629171 or 9281480. OLE color: 9281480.
HSL color Cylindrical-coordinate representation of color #C89F8D: hue angle of 18.31º 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 #C89F8D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 141 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.22 |
| HSL | 18.31º | 0.35% | 0.67% | - |
| HSV(B) | 18.31º | 0.3% | 0.78% | - |
| XYZ | 41.03 | 39 | 30.56 | - |
| YUV | 169.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 141 | 0 | 0.20 | 0.29 | 0.22 | 18.31 | 0.35 | 0.67 |
| Hex | C8 | 9F | 8D | 0 | 14 | 1D | 16 | 12 | 23 | 43 |
| Octal | 310 | 237 | 215 | 0 | 24 | 35 | 26 | 22 | 43 | 103 |
| Binary | 11001000 | 10011111 | 10001101 | 0 | 10100 | 11101 | 10110 | 10010 | 100011 | 1000011 |
Color Harmonies of #C89F8D
Complementary color
Monochromatic Colors of #C89F8D
Black with #C89F8D
Text Example
Text Example
White with #C89F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F8D; }
p { color: rgb(200,159,141); }
H1.HeaderClassName
{
color: #C89F8D;
}
.AnyTagClassName
{
color: #C89F8D;
}
</style>
background-color css
<style>
a { background-color: #C89F8D; }
a { background-color: rgb(200,159,141); }
div.DivClassName
{
background-color: #C89F8D;
}
.BgClassName
{
background-color: #C89F8D;
}
</style>
border-color css
<style>
span { border-color: #C89F8D; }
span { border-color: rgb(200,159,141); }
td.TdClassName
{
border-color: #C89F8D;
}
.TagClassName
{
border-color: #C89F8D;
}
</style>