Shades of Bouquet #9C8A97
Tints of Bouquet #9C8A97
RGB
CMYK
RGB Variations
Color information
#9C8A97 (or 0x9C8A97) is known color: Bouquet. HEX triplet: 9C, 8A and 97. RGB value is (156,138,151). Sum of RGB (Red+Green+Blue) = 156+138+151=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8A97 is #637568. Grayscale: #909090. Windows color (decimal): -6518121 or 9931420. OLE color: 9931420.
HSL color Cylindrical-coordinate representation of color #9C8A97: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9C8A97 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 138 | 151 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.39 |
| HSL | 316.67º | 0.08% | 0.58% | - |
| HSV(B) | 316.67º | 0.12% | 0.61% | - |
| XYZ | 28.38 | 27.48 | 33.09 | - |
| YUV | 144.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 151 | 0 | 0.12 | 0.03 | 0.39 | 316.67 | 0.08 | 0.58 |
| Hex | 9C | 8A | 97 | 0 | C | 3 | 27 | 13D | 8 | 3A |
| Octal | 234 | 212 | 227 | 0 | 14 | 3 | 47 | 475 | 10 | 72 |
| Binary | 10011100 | 10001010 | 10010111 | 0 | 1100 | 11 | 100111 | 100111101 | 1000 | 111010 |
Color Harmonies of #9C8A97
Complementary color
Monochromatic Colors of #9C8A97
Black with #9C8A97
Text Example
Text Example
White with #9C8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8A97; }
p { color: rgb(156,138,151); }
H1.HeaderClassName
{
color: #9C8A97;
}
.AnyTagClassName
{
color: #9C8A97;
}
</style>
background-color css
<style>
a { background-color: #9C8A97; }
a { background-color: rgb(156,138,151); }
div.DivClassName
{
background-color: #9C8A97;
}
.BgClassName
{
background-color: #9C8A97;
}
</style>
border-color css
<style>
span { border-color: #9C8A97; }
span { border-color: rgb(156,138,151); }
td.TdClassName
{
border-color: #9C8A97;
}
.TagClassName
{
border-color: #9C8A97;
}
</style>