Shades of Quicksand #C89D8E
Tints of Quicksand #C89D8E
RGB
CMYK
RGB Variations
Color information
#C89D8E (or 0xC89D8E) is known color: Quicksand. HEX triplet: C8, 9D and 8E. RGB value is (200,157,142). Sum of RGB (Red+Green+Blue) = 200+157+142=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C89D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89D8E is #376271. Grayscale: #A8A8A8. Windows color (decimal): -3629682 or 9346504. OLE color: 9346504.
HSL color Cylindrical-coordinate representation of color #C89D8E: hue angle of 15.52º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C89D8E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 157 | 142 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.22 |
| HSL | 15.52º | 0.35% | 0.67% | - |
| HSV(B) | 15.52º | 0.29% | 0.78% | - |
| XYZ | 40.76 | 38.35 | 30.84 | - |
| YUV | 168.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 157 | 142 | 0 | 0.22 | 0.29 | 0.22 | 15.52 | 0.35 | 0.67 |
| Hex | C8 | 9D | 8E | 0 | 16 | 1D | 16 | 10 | 23 | 43 |
| Octal | 310 | 235 | 216 | 0 | 26 | 35 | 26 | 20 | 43 | 103 |
| Binary | 11001000 | 10011101 | 10001110 | 0 | 10110 | 11101 | 10110 | 10000 | 100011 | 1000011 |
Color Harmonies of #C89D8E
Complementary color
Monochromatic Colors of #C89D8E
Black with #C89D8E
Text Example
Text Example
White with #C89D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89D8E; }
p { color: rgb(200,157,142); }
H1.HeaderClassName
{
color: #C89D8E;
}
.AnyTagClassName
{
color: #C89D8E;
}
</style>
background-color css
<style>
a { background-color: #C89D8E; }
a { background-color: rgb(200,157,142); }
div.DivClassName
{
background-color: #C89D8E;
}
.BgClassName
{
background-color: #C89D8E;
}
</style>
border-color css
<style>
span { border-color: #C89D8E; }
span { border-color: rgb(200,157,142); }
td.TdClassName
{
border-color: #C89D8E;
}
.TagClassName
{
border-color: #C89D8E;
}
</style>