Shades of Shady Lady #9C9395
Tints of Shady Lady #9C9395
RGB
CMYK
RGB Variations
Color information
#9C9395 (or 0x9C9395) is known color: Shady Lady. HEX triplet: 9C, 93 and 95. RGB value is (156,147,149). Sum of RGB (Red+Green+Blue) = 156+147+149=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9395 is #636C6A. Grayscale: #959595. Windows color (decimal): -6515819 or 9802652. OLE color: 9802652.
HSL color Cylindrical-coordinate representation of color #9C9395: hue angle of 346.67º degrees, saturation: 0.04, 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 #9C9395 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 147 | 149 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.39 |
| HSL | 346.67º | 0.04% | 0.59% | - |
| HSV(B) | 346.67º | 0.06% | 0.61% | - |
| XYZ | 29.57 | 30.11 | 32.69 | - |
| YUV | 149.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 147 | 149 | 0 | 0.06 | 0.04 | 0.39 | 346.67 | 0.04 | 0.59 |
| Hex | 9C | 93 | 95 | 0 | 6 | 4 | 27 | 15B | 4 | 3B |
| Octal | 234 | 223 | 225 | 0 | 6 | 4 | 47 | 533 | 4 | 73 |
| Binary | 10011100 | 10010011 | 10010101 | 0 | 110 | 100 | 100111 | 101011011 | 100 | 111011 |
Color Harmonies of #9C9395
Complementary color
Monochromatic Colors of #9C9395
Black with #9C9395
Text Example
Text Example
White with #9C9395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9395; }
p { color: rgb(156,147,149); }
H1.HeaderClassName
{
color: #9C9395;
}
.AnyTagClassName
{
color: #9C9395;
}
</style>
background-color css
<style>
a { background-color: #9C9395; }
a { background-color: rgb(156,147,149); }
div.DivClassName
{
background-color: #9C9395;
}
.BgClassName
{
background-color: #9C9395;
}
</style>
border-color css
<style>
span { border-color: #9C9395; }
span { border-color: rgb(156,147,149); }
td.TdClassName
{
border-color: #9C9395;
}
.TagClassName
{
border-color: #9C9395;
}
</style>