Shades of Bouquet #9C9099
Tints of Bouquet #9C9099
RGB
CMYK
RGB Variations
Color information
#9C9099 (or 0x9C9099) is known color: Bouquet. HEX triplet: 9C, 90 and 99. RGB value is (156,144,153). Sum of RGB (Red+Green+Blue) = 156+144+153=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9099 is #636F66. Grayscale: #949494. Windows color (decimal): -6516583 or 10064028. OLE color: 10064028.
HSL color Cylindrical-coordinate representation of color #9C9099: hue angle of 315º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C9099 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 153 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.39 |
| HSL | 315º | 0.06% | 0.59% | - |
| HSV(B) | 315º | 0.08% | 0.61% | - |
| XYZ | 29.43 | 29.31 | 34.24 | - |
| YUV | 148.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 153 | 0 | 0.08 | 0.02 | 0.39 | 315 | 0.06 | 0.59 |
| Hex | 9C | 90 | 99 | 0 | 8 | 2 | 27 | 13B | 6 | 3B |
| Octal | 234 | 220 | 231 | 0 | 10 | 2 | 47 | 473 | 6 | 73 |
| Binary | 10011100 | 10010000 | 10011001 | 0 | 1000 | 10 | 100111 | 100111011 | 110 | 111011 |
Color Harmonies of #9C9099
Complementary color
Monochromatic Colors of #9C9099
Black with #9C9099
Text Example
Text Example
White with #9C9099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9099; }
p { color: rgb(156,144,153); }
H1.HeaderClassName
{
color: #9C9099;
}
.AnyTagClassName
{
color: #9C9099;
}
</style>
background-color css
<style>
a { background-color: #9C9099; }
a { background-color: rgb(156,144,153); }
div.DivClassName
{
background-color: #9C9099;
}
.BgClassName
{
background-color: #9C9099;
}
</style>
border-color css
<style>
span { border-color: #9C9099; }
span { border-color: rgb(156,144,153); }
td.TdClassName
{
border-color: #9C9099;
}
.TagClassName
{
border-color: #9C9099;
}
</style>