Shades of Cascade #96A09D
Tints of Cascade #96A09D
RGB
CMYK
RGB Variations
Color information
#96A09D (or 0x96A09D) is known color: Cascade. HEX triplet: 96, A0 and 9D. RGB value is (150,160,157). Sum of RGB (Red+Green+Blue) = 150+160+157=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 160 - color contains mainly: green. Hex color #96A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A09D is #695F62. Grayscale: #9C9C9C. Windows color (decimal): -6905699 or 10330262. OLE color: 10330262.
HSL color Cylindrical-coordinate representation of color #96A09D: hue angle of 162º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96A09D is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 157 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.37 |
| HSL | 162º | 0.05% | 0.61% | - |
| HSV(B) | 162º | 0.06% | 0.63% | - |
| XYZ | 31.23 | 34.06 | 36.83 | - |
| YUV | 156.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 157 | 0.06 | 0 | 0.02 | 0.37 | 162 | 0.05 | 0.61 |
| Hex | 96 | A0 | 9D | 6 | 0 | 2 | 25 | A2 | 5 | 3D |
| Octal | 226 | 240 | 235 | 6 | 0 | 2 | 45 | 242 | 5 | 75 |
| Binary | 10010110 | 10100000 | 10011101 | 110 | 0 | 10 | 100101 | 10100010 | 101 | 111101 |
Color Harmonies of #96A09D
Complementary color
Monochromatic Colors of #96A09D
Black with #96A09D
Text Example
Text Example
White with #96A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A09D; }
p { color: rgb(150,160,157); }
H1.HeaderClassName
{
color: #96A09D;
}
.AnyTagClassName
{
color: #96A09D;
}
</style>
background-color css
<style>
a { background-color: #96A09D; }
a { background-color: rgb(150,160,157); }
div.DivClassName
{
background-color: #96A09D;
}
.BgClassName
{
background-color: #96A09D;
}
</style>
border-color css
<style>
span { border-color: #96A09D; }
span { border-color: rgb(150,160,157); }
td.TdClassName
{
border-color: #96A09D;
}
.TagClassName
{
border-color: #96A09D;
}
</style>