Shades of Bouquet #9C8795
Tints of Bouquet #9C8795
RGB
CMYK
RGB Variations
Color information
#9C8795 (or 0x9C8795) is known color: Bouquet. HEX triplet: 9C, 87 and 95. RGB value is (156,135,149). Sum of RGB (Red+Green+Blue) = 156+135+149=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8795 is #63786A. Grayscale: #8E8E8E. Windows color (decimal): -6518891 or 9799580. OLE color: 9799580.
HSL color Cylindrical-coordinate representation of color #9C8795: hue angle of 320º 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 #9C8795 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 135 | 149 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.39 |
| HSL | 320º | 0.1% | 0.57% | - |
| HSV(B) | 320º | 0.13% | 0.61% | - |
| XYZ | 27.8 | 26.57 | 32.1 | - |
| YUV | 142.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 135 | 149 | 0 | 0.13 | 0.04 | 0.39 | 320 | 0.1 | 0.57 |
| Hex | 9C | 87 | 95 | 0 | D | 4 | 27 | 140 | A | 39 |
| Octal | 234 | 207 | 225 | 0 | 15 | 4 | 47 | 500 | 12 | 71 |
| Binary | 10011100 | 10000111 | 10010101 | 0 | 1101 | 100 | 100111 | 101000000 | 1010 | 111001 |
Color Harmonies of #9C8795
Complementary color
Monochromatic Colors of #9C8795
Black with #9C8795
Text Example
Text Example
White with #9C8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8795; }
p { color: rgb(156,135,149); }
H1.HeaderClassName
{
color: #9C8795;
}
.AnyTagClassName
{
color: #9C8795;
}
</style>
background-color css
<style>
a { background-color: #9C8795; }
a { background-color: rgb(156,135,149); }
div.DivClassName
{
background-color: #9C8795;
}
.BgClassName
{
background-color: #9C8795;
}
</style>
border-color css
<style>
span { border-color: #9C8795; }
span { border-color: rgb(156,135,149); }
td.TdClassName
{
border-color: #9C8795;
}
.TagClassName
{
border-color: #9C8795;
}
</style>