Shades of Bouquet #9C8A95
Tints of Bouquet #9C8A95
RGB
CMYK
RGB Variations
Color information
#9C8A95 (or 0x9C8A95) is known color: Bouquet. HEX triplet: 9C, 8A and 95. RGB value is (156,138,149). Sum of RGB (Red+Green+Blue) = 156+138+149=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8A95 is #63756A. Grayscale: #909090. Windows color (decimal): -6518123 or 9800348. OLE color: 9800348.
HSL color Cylindrical-coordinate representation of color #9C8A95: hue angle of 323.33º 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 #9C8A95 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 138 | 149 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.39 |
| HSL | 323.33º | 0.08% | 0.58% | - |
| HSV(B) | 323.33º | 0.12% | 0.61% | - |
| XYZ | 28.22 | 27.41 | 32.24 | - |
| YUV | 144.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 149 | 0 | 0.12 | 0.04 | 0.39 | 323.33 | 0.08 | 0.58 |
| Hex | 9C | 8A | 95 | 0 | C | 4 | 27 | 143 | 8 | 3A |
| Octal | 234 | 212 | 225 | 0 | 14 | 4 | 47 | 503 | 10 | 72 |
| Binary | 10011100 | 10001010 | 10010101 | 0 | 1100 | 100 | 100111 | 101000011 | 1000 | 111010 |
Color Harmonies of #9C8A95
Complementary color
Monochromatic Colors of #9C8A95
Black with #9C8A95
Text Example
Text Example
White with #9C8A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8A95; }
p { color: rgb(156,138,149); }
H1.HeaderClassName
{
color: #9C8A95;
}
.AnyTagClassName
{
color: #9C8A95;
}
</style>
background-color css
<style>
a { background-color: #9C8A95; }
a { background-color: rgb(156,138,149); }
div.DivClassName
{
background-color: #9C8A95;
}
.BgClassName
{
background-color: #9C8A95;
}
</style>
border-color css
<style>
span { border-color: #9C8A95; }
span { border-color: rgb(156,138,149); }
td.TdClassName
{
border-color: #9C8A95;
}
.TagClassName
{
border-color: #9C8A95;
}
</style>