Shades of Cascade #959F9C
Tints of Cascade #959F9C
RGB
CMYK
RGB Variations
Color information
#959F9C (or 0x959F9C) is known color: Cascade. HEX triplet: 95, 9F and 9C. RGB value is (149,159,156). Sum of RGB (Red+Green+Blue) = 149+159+156=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 159 - color contains mainly: green. Hex color #959F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959F9C is #6A6063. Grayscale: #9B9B9B. Windows color (decimal): -6971492 or 10264469. OLE color: 10264469.
HSL color Cylindrical-coordinate representation of color #959F9C: hue angle of 162º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #959F9C is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 159 | 156 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.38 |
| HSL | 162º | 0.05% | 0.6% | - |
| HSV(B) | 162º | 0.06% | 0.62% | - |
| XYZ | 30.79 | 33.59 | 36.31 | - |
| YUV | 155.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 159 | 156 | 0.06 | 0 | 0.02 | 0.38 | 162 | 0.05 | 0.6 |
| Hex | 95 | 9F | 9C | 6 | 0 | 2 | 26 | A2 | 5 | 3C |
| Octal | 225 | 237 | 234 | 6 | 0 | 2 | 46 | 242 | 5 | 74 |
| Binary | 10010101 | 10011111 | 10011100 | 110 | 0 | 10 | 100110 | 10100010 | 101 | 111100 |
Color Harmonies of #959F9C
Complementary color
Monochromatic Colors of #959F9C
Black with #959F9C
Text Example
Text Example
White with #959F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959F9C; }
p { color: rgb(149,159,156); }
H1.HeaderClassName
{
color: #959F9C;
}
.AnyTagClassName
{
color: #959F9C;
}
</style>
background-color css
<style>
a { background-color: #959F9C; }
a { background-color: rgb(149,159,156); }
div.DivClassName
{
background-color: #959F9C;
}
.BgClassName
{
background-color: #959F9C;
}
</style>
border-color css
<style>
span { border-color: #959F9C; }
span { border-color: rgb(149,159,156); }
td.TdClassName
{
border-color: #959F9C;
}
.TagClassName
{
border-color: #959F9C;
}
</style>