Shades of Shady Lady #9C9296
Tints of Shady Lady #9C9296
RGB
CMYK
RGB Variations
Color information
#9C9296 (or 0x9C9296) is known color: Shady Lady. HEX triplet: 9C, 92 and 96. RGB value is (156,146,150). Sum of RGB (Red+Green+Blue) = 156+146+150=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9296 is #636D69. Grayscale: #959595. Windows color (decimal): -6516074 or 9867932. OLE color: 9867932.
HSL color Cylindrical-coordinate representation of color #9C9296: hue angle of 336º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9C9296 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 146 | 150 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.39 |
| HSL | 336º | 0.05% | 0.59% | - |
| HSV(B) | 336º | 0.06% | 0.61% | - |
| XYZ | 29.49 | 29.83 | 33.06 | - |
| YUV | 149.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 150 | 0 | 0.06 | 0.04 | 0.39 | 336 | 0.05 | 0.59 |
| Hex | 9C | 92 | 96 | 0 | 6 | 4 | 27 | 150 | 5 | 3B |
| Octal | 234 | 222 | 226 | 0 | 6 | 4 | 47 | 520 | 5 | 73 |
| Binary | 10011100 | 10010010 | 10010110 | 0 | 110 | 100 | 100111 | 101010000 | 101 | 111011 |
Color Harmonies of #9C9296
Complementary color
Monochromatic Colors of #9C9296
Black with #9C9296
Text Example
Text Example
White with #9C9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9296; }
p { color: rgb(156,146,150); }
H1.HeaderClassName
{
color: #9C9296;
}
.AnyTagClassName
{
color: #9C9296;
}
</style>
background-color css
<style>
a { background-color: #9C9296; }
a { background-color: rgb(156,146,150); }
div.DivClassName
{
background-color: #9C9296;
}
.BgClassName
{
background-color: #9C9296;
}
</style>
border-color css
<style>
span { border-color: #9C9296; }
span { border-color: rgb(156,146,150); }
td.TdClassName
{
border-color: #9C9296;
}
.TagClassName
{
border-color: #9C9296;
}
</style>