Shades of Quicksand #C89C8D
Tints of Quicksand #C89C8D
RGB
CMYK
RGB Variations
Color information
#C89C8D (or 0xC89C8D) is known color: Quicksand. HEX triplet: C8, 9C and 8D. RGB value is (200,156,141). Sum of RGB (Red+Green+Blue) = 200+156+141=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C8D is #376372. Grayscale: #A7A7A7. Windows color (decimal): -3629939 or 9280712. OLE color: 9280712.
HSL color Cylindrical-coordinate representation of color #C89C8D: hue angle of 15.25º 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 #C89C8D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 141 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.22 |
| HSL | 15.25º | 0.35% | 0.67% | - |
| HSV(B) | 15.25º | 0.3% | 0.78% | - |
| XYZ | 40.52 | 37.98 | 30.39 | - |
| YUV | 167.45 | 113.08 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 141 | 0 | 0.22 | 0.29 | 0.22 | 15.25 | 0.35 | 0.67 |
| Hex | C8 | 9C | 8D | 0 | 16 | 1D | 16 | F | 23 | 43 |
| Octal | 310 | 234 | 215 | 0 | 26 | 35 | 26 | 17 | 43 | 103 |
| Binary | 11001000 | 10011100 | 10001101 | 0 | 10110 | 11101 | 10110 | 1111 | 100011 | 1000011 |
Color Harmonies of #C89C8D
Complementary color
Monochromatic Colors of #C89C8D
Black with #C89C8D
Text Example
Text Example
White with #C89C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C8D; }
p { color: rgb(200,156,141); }
H1.HeaderClassName
{
color: #C89C8D;
}
.AnyTagClassName
{
color: #C89C8D;
}
</style>
background-color css
<style>
a { background-color: #C89C8D; }
a { background-color: rgb(200,156,141); }
div.DivClassName
{
background-color: #C89C8D;
}
.BgClassName
{
background-color: #C89C8D;
}
</style>
border-color css
<style>
span { border-color: #C89C8D; }
span { border-color: rgb(200,156,141); }
td.TdClassName
{
border-color: #C89C8D;
}
.TagClassName
{
border-color: #C89C8D;
}
</style>