Shades of Cascade #8C9B96
Tints of Cascade #8C9B96
RGB
CMYK
RGB Variations
Color information
#8C9B96 (or 0x8C9B96) is known color: Cascade. HEX triplet: 8C, 9B and 96. RGB value is (140,155,150). Sum of RGB (Red+Green+Blue) = 140+155+150=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9B96 is #736469. Grayscale: #959595. Windows color (decimal): -7562346 or 9870220. OLE color: 9870220.
HSL color Cylindrical-coordinate representation of color #8C9B96: hue angle of 160º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C9B96 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 140 | 155 | 150 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.39 |
| HSL | 160º | 0.07% | 0.58% | - |
| HSV(B) | 160º | 0.1% | 0.61% | - |
| XYZ | 28.04 | 31.22 | 33.4 | - |
| YUV | 149.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 155 | 150 | 0.10 | 0 | 0.03 | 0.39 | 160 | 0.07 | 0.58 |
| Hex | 8C | 9B | 96 | A | 0 | 3 | 27 | A0 | 7 | 3A |
| Octal | 214 | 233 | 226 | 12 | 0 | 3 | 47 | 240 | 7 | 72 |
| Binary | 10001100 | 10011011 | 10010110 | 1010 | 0 | 11 | 100111 | 10100000 | 111 | 111010 |
Color Harmonies of #8C9B96
Complementary color
Monochromatic Colors of #8C9B96
Black with #8C9B96
Text Example
Text Example
White with #8C9B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9B96; }
p { color: rgb(140,155,150); }
H1.HeaderClassName
{
color: #8C9B96;
}
.AnyTagClassName
{
color: #8C9B96;
}
</style>
background-color css
<style>
a { background-color: #8C9B96; }
a { background-color: rgb(140,155,150); }
div.DivClassName
{
background-color: #8C9B96;
}
.BgClassName
{
background-color: #8C9B96;
}
</style>
border-color css
<style>
span { border-color: #8C9B96; }
span { border-color: rgb(140,155,150); }
td.TdClassName
{
border-color: #8C9B96;
}
.TagClassName
{
border-color: #8C9B96;
}
</style>