Shades of Bouquet #9C8694
Tints of Bouquet #9C8694
RGB
CMYK
RGB Variations
Color information
#9C8694 (or 0x9C8694) is known color: Bouquet. HEX triplet: 9C, 86 and 94. RGB value is (156,134,148). Sum of RGB (Red+Green+Blue) = 156+134+148=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8694 is #63796B. Grayscale: #8E8E8E. Windows color (decimal): -6519148 or 9733788. OLE color: 9733788.
HSL color Cylindrical-coordinate representation of color #9C8694: hue angle of 321.82º 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 #9C8694 is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 148 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.39 |
| HSL | 321.82º | 0.1% | 0.57% | - |
| HSV(B) | 321.82º | 0.14% | 0.61% | - |
| XYZ | 27.58 | 26.26 | 31.63 | - |
| YUV | 142.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 148 | 0 | 0.14 | 0.05 | 0.39 | 321.82 | 0.1 | 0.57 |
| Hex | 9C | 86 | 94 | 0 | E | 5 | 27 | 142 | A | 39 |
| Octal | 234 | 206 | 224 | 0 | 16 | 5 | 47 | 502 | 12 | 71 |
| Binary | 10011100 | 10000110 | 10010100 | 0 | 1110 | 101 | 100111 | 101000010 | 1010 | 111001 |
Color Harmonies of #9C8694
Complementary color
Monochromatic Colors of #9C8694
Black with #9C8694
Text Example
Text Example
White with #9C8694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8694; }
p { color: rgb(156,134,148); }
H1.HeaderClassName
{
color: #9C8694;
}
.AnyTagClassName
{
color: #9C8694;
}
</style>
background-color css
<style>
a { background-color: #9C8694; }
a { background-color: rgb(156,134,148); }
div.DivClassName
{
background-color: #9C8694;
}
.BgClassName
{
background-color: #9C8694;
}
</style>
border-color css
<style>
span { border-color: #9C8694; }
span { border-color: rgb(156,134,148); }
td.TdClassName
{
border-color: #9C8694;
}
.TagClassName
{
border-color: #9C8694;
}
</style>