Shades of Cascade #94A19C
Tints of Cascade #94A19C
RGB
CMYK
RGB Variations
Color information
#94A19C (or 0x94A19C) is known color: Cascade. HEX triplet: 94, A1 and 9C. RGB value is (148,161,156). Sum of RGB (Red+Green+Blue) = 148+161+156=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 161 - color contains mainly: green. Hex color #94A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A19C is #6B5E63. Grayscale: #9C9C9C. Windows color (decimal): -7036516 or 10264980. OLE color: 10264980.
HSL color Cylindrical-coordinate representation of color #94A19C: hue angle of 156.92º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #94A19C is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 156 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.37 |
| HSL | 156.92º | 0.06% | 0.61% | - |
| HSV(B) | 156.92º | 0.08% | 0.63% | - |
| XYZ | 30.96 | 34.19 | 36.42 | - |
| YUV | 156.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 156 | 0.08 | 0 | 0.03 | 0.37 | 156.92 | 0.06 | 0.61 |
| Hex | 94 | A1 | 9C | 8 | 0 | 3 | 25 | 9D | 6 | 3D |
| Octal | 224 | 241 | 234 | 10 | 0 | 3 | 45 | 235 | 6 | 75 |
| Binary | 10010100 | 10100001 | 10011100 | 1000 | 0 | 11 | 100101 | 10011101 | 110 | 111101 |
Color Harmonies of #94A19C
Complementary color
Monochromatic Colors of #94A19C
Black with #94A19C
Text Example
Text Example
White with #94A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A19C; }
p { color: rgb(148,161,156); }
H1.HeaderClassName
{
color: #94A19C;
}
.AnyTagClassName
{
color: #94A19C;
}
</style>
background-color css
<style>
a { background-color: #94A19C; }
a { background-color: rgb(148,161,156); }
div.DivClassName
{
background-color: #94A19C;
}
.BgClassName
{
background-color: #94A19C;
}
</style>
border-color css
<style>
span { border-color: #94A19C; }
span { border-color: rgb(148,161,156); }
td.TdClassName
{
border-color: #94A19C;
}
.TagClassName
{
border-color: #94A19C;
}
</style>