Shades of Bouquet #9C8796
Tints of Bouquet #9C8796
RGB
CMYK
RGB Variations
Color information
#9C8796 (or 0x9C8796) is known color: Bouquet. HEX triplet: 9C, 87 and 96. RGB value is (156,135,150). Sum of RGB (Red+Green+Blue) = 156+135+150=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8796 is #637869. Grayscale: #8E8E8E. Windows color (decimal): -6518890 or 9865116. OLE color: 9865116.
HSL color Cylindrical-coordinate representation of color #9C8796: hue angle of 317.14º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9C8796 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 150 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.39 |
| HSL | 317.14º | 0.1% | 0.57% | - |
| HSV(B) | 317.14º | 0.13% | 0.61% | - |
| XYZ | 27.88 | 26.6 | 32.52 | - |
| YUV | 142.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 150 | 0 | 0.13 | 0.04 | 0.39 | 317.14 | 0.1 | 0.57 |
| Hex | 9C | 87 | 96 | 0 | D | 4 | 27 | 13D | A | 39 |
| Octal | 234 | 207 | 226 | 0 | 15 | 4 | 47 | 475 | 12 | 71 |
| Binary | 10011100 | 10000111 | 10010110 | 0 | 1101 | 100 | 100111 | 100111101 | 1010 | 111001 |
Color Harmonies of #9C8796
Complementary color
Monochromatic Colors of #9C8796
Black with #9C8796
Text Example
Text Example
White with #9C8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8796; }
p { color: rgb(156,135,150); }
H1.HeaderClassName
{
color: #9C8796;
}
.AnyTagClassName
{
color: #9C8796;
}
</style>
background-color css
<style>
a { background-color: #9C8796; }
a { background-color: rgb(156,135,150); }
div.DivClassName
{
background-color: #9C8796;
}
.BgClassName
{
background-color: #9C8796;
}
</style>
border-color css
<style>
span { border-color: #9C8796; }
span { border-color: rgb(156,135,150); }
td.TdClassName
{
border-color: #9C8796;
}
.TagClassName
{
border-color: #9C8796;
}
</style>