Shades of Bouquet #9C8499
Tints of Bouquet #9C8499
RGB
CMYK
RGB Variations
Color information
#9C8499 (or 0x9C8499) is known color: Bouquet. HEX triplet: 9C, 84 and 99. RGB value is (156,132,153). Sum of RGB (Red+Green+Blue) = 156+132+153=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8499 is #637B66. Grayscale: #8D8D8D. Windows color (decimal): -6519655 or 10060956. OLE color: 10060956.
HSL color Cylindrical-coordinate representation of color #9C8499: hue angle of 307.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C8499 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 153 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.39 |
| HSL | 307.5º | 0.11% | 0.56% | - |
| HSV(B) | 307.5º | 0.15% | 0.61% | - |
| XYZ | 27.71 | 25.87 | 33.67 | - |
| YUV | 141.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 153 | 0 | 0.15 | 0.02 | 0.39 | 307.5 | 0.11 | 0.56 |
| Hex | 9C | 84 | 99 | 0 | F | 2 | 27 | 134 | B | 38 |
| Octal | 234 | 204 | 231 | 0 | 17 | 2 | 47 | 464 | 13 | 70 |
| Binary | 10011100 | 10000100 | 10011001 | 0 | 1111 | 10 | 100111 | 100110100 | 1011 | 111000 |
Color Harmonies of #9C8499
Complementary color
Monochromatic Colors of #9C8499
Black with #9C8499
Text Example
Text Example
White with #9C8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8499; }
p { color: rgb(156,132,153); }
H1.HeaderClassName
{
color: #9C8499;
}
.AnyTagClassName
{
color: #9C8499;
}
</style>
background-color css
<style>
a { background-color: #9C8499; }
a { background-color: rgb(156,132,153); }
div.DivClassName
{
background-color: #9C8499;
}
.BgClassName
{
background-color: #9C8499;
}
</style>
border-color css
<style>
span { border-color: #9C8499; }
span { border-color: rgb(156,132,153); }
td.TdClassName
{
border-color: #9C8499;
}
.TagClassName
{
border-color: #9C8499;
}
</style>