Shades of Bouquet #9C8697
Tints of Bouquet #9C8697
RGB
CMYK
RGB Variations
Color information
#9C8697 (or 0x9C8697) is known color: Bouquet. HEX triplet: 9C, 86 and 97. RGB value is (156,134,151). Sum of RGB (Red+Green+Blue) = 156+134+151=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8697 is #637968. Grayscale: #8E8E8E. Windows color (decimal): -6519145 or 9930396. OLE color: 9930396.
HSL color Cylindrical-coordinate representation of color #9C8697: hue angle of 313.64º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C8697 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 151 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.39 |
| HSL | 313.64º | 0.1% | 0.57% | - |
| HSV(B) | 313.64º | 0.14% | 0.61% | - |
| XYZ | 27.82 | 26.35 | 32.9 | - |
| YUV | 142.52 | 132.79 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 151 | 0 | 0.14 | 0.03 | 0.39 | 313.64 | 0.1 | 0.57 |
| Hex | 9C | 86 | 97 | 0 | E | 3 | 27 | 13A | A | 39 |
| Octal | 234 | 206 | 227 | 0 | 16 | 3 | 47 | 472 | 12 | 71 |
| Binary | 10011100 | 10000110 | 10010111 | 0 | 1110 | 11 | 100111 | 100111010 | 1010 | 111001 |
Color Harmonies of #9C8697
Complementary color
Monochromatic Colors of #9C8697
Black with #9C8697
Text Example
Text Example
White with #9C8697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8697; }
p { color: rgb(156,134,151); }
H1.HeaderClassName
{
color: #9C8697;
}
.AnyTagClassName
{
color: #9C8697;
}
</style>
background-color css
<style>
a { background-color: #9C8697; }
a { background-color: rgb(156,134,151); }
div.DivClassName
{
background-color: #9C8697;
}
.BgClassName
{
background-color: #9C8697;
}
</style>
border-color css
<style>
span { border-color: #9C8697; }
span { border-color: rgb(156,134,151); }
td.TdClassName
{
border-color: #9C8697;
}
.TagClassName
{
border-color: #9C8697;
}
</style>