Shades of Shady Lady #9C9899
Tints of Shady Lady #9C9899
RGB
CMYK
RGB Variations
Color information
#9C9899 (or 0x9C9899) is known color: Shady Lady. HEX triplet: 9C, 98 and 99. RGB value is (156,152,153). Sum of RGB (Red+Green+Blue) = 156+152+153=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9899 is #636766. Grayscale: #999999. Windows color (decimal): -6514535 or 10066076. OLE color: 10066076.
HSL color Cylindrical-coordinate representation of color #9C9899: hue angle of 345º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9C9899 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 152 | 153 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.39 |
| HSL | 345º | 0.02% | 0.6% | - |
| HSV(B) | 345º | 0.03% | 0.61% | - |
| XYZ | 30.69 | 31.82 | 34.66 | - |
| YUV | 153.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 152 | 153 | 0 | 0.03 | 0.02 | 0.39 | 345 | 0.02 | 0.6 |
| Hex | 9C | 98 | 99 | 0 | 3 | 2 | 27 | 159 | 2 | 3C |
| Octal | 234 | 230 | 231 | 0 | 3 | 2 | 47 | 531 | 2 | 74 |
| Binary | 10011100 | 10011000 | 10011001 | 0 | 11 | 10 | 100111 | 101011001 | 10 | 111100 |
Color Harmonies of #9C9899
Complementary color
Monochromatic Colors of #9C9899
Black with #9C9899
Text Example
Text Example
White with #9C9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9899; }
p { color: rgb(156,152,153); }
H1.HeaderClassName
{
color: #9C9899;
}
.AnyTagClassName
{
color: #9C9899;
}
</style>
background-color css
<style>
a { background-color: #9C9899; }
a { background-color: rgb(156,152,153); }
div.DivClassName
{
background-color: #9C9899;
}
.BgClassName
{
background-color: #9C9899;
}
</style>
border-color css
<style>
span { border-color: #9C9899; }
span { border-color: rgb(156,152,153); }
td.TdClassName
{
border-color: #9C9899;
}
.TagClassName
{
border-color: #9C9899;
}
</style>