Shades of Quicksand #C89C86
Tints of Quicksand #C89C86
RGB
CMYK
RGB Variations
Color information
#C89C86 (or 0xC89C86) is known color: Quicksand. HEX triplet: C8, 9C and 86. RGB value is (200,156,134). Sum of RGB (Red+Green+Blue) = 200+156+134=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C89C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89C86 is #376379. Grayscale: #A6A6A6. Windows color (decimal): -3629946 or 8821960. OLE color: 8821960.
HSL color Cylindrical-coordinate representation of color #C89C86: hue angle of 20º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C89C86 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 156 | 134 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.22 |
| HSL | 20º | 0.38% | 0.65% | - |
| HSV(B) | 20º | 0.33% | 0.78% | - |
| XYZ | 40.01 | 37.78 | 27.74 | - |
| YUV | 166.65 | 109.58 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 156 | 134 | 0 | 0.22 | 0.33 | 0.22 | 20 | 0.38 | 0.65 |
| Hex | C8 | 9C | 86 | 0 | 16 | 21 | 16 | 14 | 26 | 41 |
| Octal | 310 | 234 | 206 | 0 | 26 | 41 | 26 | 24 | 46 | 101 |
| Binary | 11001000 | 10011100 | 10000110 | 0 | 10110 | 100001 | 10110 | 10100 | 100110 | 1000001 |
Color Harmonies of #C89C86
Complementary color
Monochromatic Colors of #C89C86
Black with #C89C86
Text Example
Text Example
White with #C89C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89C86; }
p { color: rgb(200,156,134); }
H1.HeaderClassName
{
color: #C89C86;
}
.AnyTagClassName
{
color: #C89C86;
}
</style>
background-color css
<style>
a { background-color: #C89C86; }
a { background-color: rgb(200,156,134); }
div.DivClassName
{
background-color: #C89C86;
}
.BgClassName
{
background-color: #C89C86;
}
</style>
border-color css
<style>
span { border-color: #C89C86; }
span { border-color: rgb(200,156,134); }
td.TdClassName
{
border-color: #C89C86;
}
.TagClassName
{
border-color: #C89C86;
}
</style>