Shades of Bouquet #9C8B95
Tints of Bouquet #9C8B95
RGB
CMYK
RGB Variations
Color information
#9C8B95 (or 0x9C8B95) is known color: Bouquet. HEX triplet: 9C, 8B and 95. RGB value is (156,139,149). Sum of RGB (Red+Green+Blue) = 156+139+149=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8B95 is #63746A. Grayscale: #919191. Windows color (decimal): -6517867 or 9800604. OLE color: 9800604.
HSL color Cylindrical-coordinate representation of color #9C8B95: hue angle of 324.71º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C8B95 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 149 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.39 |
| HSL | 324.71º | 0.08% | 0.58% | - |
| HSV(B) | 324.71º | 0.11% | 0.61% | - |
| XYZ | 28.37 | 27.7 | 32.29 | - |
| YUV | 145.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 149 | 0 | 0.11 | 0.04 | 0.39 | 324.71 | 0.08 | 0.58 |
| Hex | 9C | 8B | 95 | 0 | B | 4 | 27 | 145 | 8 | 3A |
| Octal | 234 | 213 | 225 | 0 | 13 | 4 | 47 | 505 | 10 | 72 |
| Binary | 10011100 | 10001011 | 10010101 | 0 | 1011 | 100 | 100111 | 101000101 | 1000 | 111010 |
Color Harmonies of #9C8B95
Complementary color
Monochromatic Colors of #9C8B95
Black with #9C8B95
Text Example
Text Example
White with #9C8B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B95; }
p { color: rgb(156,139,149); }
H1.HeaderClassName
{
color: #9C8B95;
}
.AnyTagClassName
{
color: #9C8B95;
}
</style>
background-color css
<style>
a { background-color: #9C8B95; }
a { background-color: rgb(156,139,149); }
div.DivClassName
{
background-color: #9C8B95;
}
.BgClassName
{
background-color: #9C8B95;
}
</style>
border-color css
<style>
span { border-color: #9C8B95; }
span { border-color: rgb(156,139,149); }
td.TdClassName
{
border-color: #9C8B95;
}
.TagClassName
{
border-color: #9C8B95;
}
</style>