Shades of Bouquet #9C8699
Tints of Bouquet #9C8699
RGB
CMYK
RGB Variations
Color information
#9C8699 (or 0x9C8699) is known color: Bouquet. HEX triplet: 9C, 86 and 99. RGB value is (156,134,153). Sum of RGB (Red+Green+Blue) = 156+134+153=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 153 (60.16% from 255 or 34.54% from 443); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8699 is #637966. Grayscale: #8E8E8E. Windows color (decimal): -6519143 or 10061468. OLE color: 10061468.
HSL color Cylindrical-coordinate representation of color #9C8699: hue angle of 308.18º 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 #9C8699 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 153 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.39 |
| HSL | 308.18º | 0.1% | 0.57% | - |
| HSV(B) | 308.18º | 0.14% | 0.61% | - |
| XYZ | 27.99 | 26.42 | 33.76 | - |
| YUV | 142.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 153 | 0 | 0.14 | 0.02 | 0.39 | 308.18 | 0.1 | 0.57 |
| Hex | 9C | 86 | 99 | 0 | E | 2 | 27 | 134 | A | 39 |
| Octal | 234 | 206 | 231 | 0 | 16 | 2 | 47 | 464 | 12 | 71 |
| Binary | 10011100 | 10000110 | 10011001 | 0 | 1110 | 10 | 100111 | 100110100 | 1010 | 111001 |
Color Harmonies of #9C8699
Complementary color
Monochromatic Colors of #9C8699
Black with #9C8699
Text Example
Text Example
White with #9C8699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8699; }
p { color: rgb(156,134,153); }
H1.HeaderClassName
{
color: #9C8699;
}
.AnyTagClassName
{
color: #9C8699;
}
</style>
background-color css
<style>
a { background-color: #9C8699; }
a { background-color: rgb(156,134,153); }
div.DivClassName
{
background-color: #9C8699;
}
.BgClassName
{
background-color: #9C8699;
}
</style>
border-color css
<style>
span { border-color: #9C8699; }
span { border-color: rgb(156,134,153); }
td.TdClassName
{
border-color: #9C8699;
}
.TagClassName
{
border-color: #9C8699;
}
</style>