Shades of Cascade #8C9996
Tints of Cascade #8C9996
RGB
CMYK
RGB Variations
Color information
#8C9996 (or 0x8C9996) is known color: Cascade. HEX triplet: 8C, 99 and 96. RGB value is (140,153,150). Sum of RGB (Red+Green+Blue) = 140+153+150=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9996 is #736669. Grayscale: #949494. Windows color (decimal): -7562858 or 9869708. OLE color: 9869708.
HSL color Cylindrical-coordinate representation of color #8C9996: hue angle of 166.15º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9996 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 150 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.4 |
| HSL | 166.15º | 0.06% | 0.57% | - |
| HSV(B) | 166.15º | 0.08% | 0.6% | - |
| XYZ | 27.71 | 30.56 | 33.29 | - |
| YUV | 148.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 150 | 0.08 | 0 | 0.02 | 0.4 | 166.15 | 0.06 | 0.57 |
| Hex | 8C | 99 | 96 | 8 | 0 | 2 | 28 | A6 | 6 | 39 |
| Octal | 214 | 231 | 226 | 10 | 0 | 2 | 50 | 246 | 6 | 71 |
| Binary | 10001100 | 10011001 | 10010110 | 1000 | 0 | 10 | 101000 | 10100110 | 110 | 111001 |
Color Harmonies of #8C9996
Complementary color
Monochromatic Colors of #8C9996
Black with #8C9996
Text Example
Text Example
White with #8C9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9996; }
p { color: rgb(140,153,150); }
H1.HeaderClassName
{
color: #8C9996;
}
.AnyTagClassName
{
color: #8C9996;
}
</style>
background-color css
<style>
a { background-color: #8C9996; }
a { background-color: rgb(140,153,150); }
div.DivClassName
{
background-color: #8C9996;
}
.BgClassName
{
background-color: #8C9996;
}
</style>
border-color css
<style>
span { border-color: #8C9996; }
span { border-color: rgb(140,153,150); }
td.TdClassName
{
border-color: #8C9996;
}
.TagClassName
{
border-color: #8C9996;
}
</style>