Shades of Shady Lady #9C9095
Tints of Shady Lady #9C9095
RGB
CMYK
RGB Variations
Color information
#9C9095 (or 0x9C9095) is known color: Shady Lady. HEX triplet: 9C, 90 and 95. RGB value is (156,144,149). Sum of RGB (Red+Green+Blue) = 156+144+149=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9095 is #636F6A. Grayscale: #949494. Windows color (decimal): -6516587 or 9801884. OLE color: 9801884.
HSL color Cylindrical-coordinate representation of color #9C9095: hue angle of 335º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C9095 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 149 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.39 |
| HSL | 335º | 0.06% | 0.59% | - |
| HSV(B) | 335º | 0.08% | 0.61% | - |
| XYZ | 29.11 | 29.18 | 32.53 | - |
| YUV | 148.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 149 | 0 | 0.08 | 0.04 | 0.39 | 335 | 0.06 | 0.59 |
| Hex | 9C | 90 | 95 | 0 | 8 | 4 | 27 | 14F | 6 | 3B |
| Octal | 234 | 220 | 225 | 0 | 10 | 4 | 47 | 517 | 6 | 73 |
| Binary | 10011100 | 10010000 | 10010101 | 0 | 1000 | 100 | 100111 | 101001111 | 110 | 111011 |
Color Harmonies of #9C9095
Complementary color
Monochromatic Colors of #9C9095
Black with #9C9095
Text Example
Text Example
White with #9C9095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9095; }
p { color: rgb(156,144,149); }
H1.HeaderClassName
{
color: #9C9095;
}
.AnyTagClassName
{
color: #9C9095;
}
</style>
background-color css
<style>
a { background-color: #9C9095; }
a { background-color: rgb(156,144,149); }
div.DivClassName
{
background-color: #9C9095;
}
.BgClassName
{
background-color: #9C9095;
}
</style>
border-color css
<style>
span { border-color: #9C9095; }
span { border-color: rgb(156,144,149); }
td.TdClassName
{
border-color: #9C9095;
}
.TagClassName
{
border-color: #9C9095;
}
</style>