Shades of Quicksand #C89C8E
Tints of Quicksand #C89C8E
RGB
CMYK
RGB Variations
Color information
#C89C8E (or 0xC89C8E) is known color: Quicksand. HEX triplet: C8, 9C and 8E. RGB value is (200,156,142). Sum of RGB (Red+Green+Blue) = 200+156+142=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C8E is #376371. Grayscale: #A7A7A7. Windows color (decimal): -3629938 or 9346248. OLE color: 9346248.
HSL color Cylindrical-coordinate representation of color #C89C8E: hue angle of 14.48º 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 #C89C8E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 142 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.22 |
| HSL | 14.48º | 0.35% | 0.67% | - |
| HSV(B) | 14.48º | 0.29% | 0.78% | - |
| XYZ | 40.59 | 38.01 | 30.79 | - |
| YUV | 167.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 142 | 0 | 0.22 | 0.29 | 0.22 | 14.48 | 0.35 | 0.67 |
| Hex | C8 | 9C | 8E | 0 | 16 | 1D | 16 | E | 23 | 43 |
| Octal | 310 | 234 | 216 | 0 | 26 | 35 | 26 | 16 | 43 | 103 |
| Binary | 11001000 | 10011100 | 10001110 | 0 | 10110 | 11101 | 10110 | 1110 | 100011 | 1000011 |
Color Harmonies of #C89C8E
Complementary color
Monochromatic Colors of #C89C8E
Black with #C89C8E
Text Example
Text Example
White with #C89C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C8E; }
p { color: rgb(200,156,142); }
H1.HeaderClassName
{
color: #C89C8E;
}
.AnyTagClassName
{
color: #C89C8E;
}
</style>
background-color css
<style>
a { background-color: #C89C8E; }
a { background-color: rgb(200,156,142); }
div.DivClassName
{
background-color: #C89C8E;
}
.BgClassName
{
background-color: #C89C8E;
}
</style>
border-color css
<style>
span { border-color: #C89C8E; }
span { border-color: rgb(200,156,142); }
td.TdClassName
{
border-color: #C89C8E;
}
.TagClassName
{
border-color: #C89C8E;
}
</style>