Shades of Cascade #94A49F
Tints of Cascade #94A49F
RGB
CMYK
RGB Variations
Color information
#94A49F (or 0x94A49F) is known color: Cascade. HEX triplet: 94, A4 and 9F. RGB value is (148,164,159). Sum of RGB (Red+Green+Blue) = 148+164+159=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #94A49F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A49F is #6B5B60. Grayscale: #9E9E9E. Windows color (decimal): -7035745 or 10462356. OLE color: 10462356.
HSL color Cylindrical-coordinate representation of color #94A49F: hue angle of 161.25º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A49F is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 159 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.36 |
| HSL | 161.25º | 0.08% | 0.61% | - |
| HSV(B) | 161.25º | 0.1% | 0.64% | - |
| XYZ | 31.75 | 35.35 | 37.95 | - |
| YUV | 158.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 159 | 0.10 | 0 | 0.03 | 0.36 | 161.25 | 0.08 | 0.61 |
| Hex | 94 | A4 | 9F | A | 0 | 3 | 24 | A1 | 8 | 3D |
| Octal | 224 | 244 | 237 | 12 | 0 | 3 | 44 | 241 | 10 | 75 |
| Binary | 10010100 | 10100100 | 10011111 | 1010 | 0 | 11 | 100100 | 10100001 | 1000 | 111101 |
Color Harmonies of #94A49F
Complementary color
Monochromatic Colors of #94A49F
Black with #94A49F
Text Example
Text Example
White with #94A49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A49F; }
p { color: rgb(148,164,159); }
H1.HeaderClassName
{
color: #94A49F;
}
.AnyTagClassName
{
color: #94A49F;
}
</style>
background-color css
<style>
a { background-color: #94A49F; }
a { background-color: rgb(148,164,159); }
div.DivClassName
{
background-color: #94A49F;
}
.BgClassName
{
background-color: #94A49F;
}
</style>
border-color css
<style>
span { border-color: #94A49F; }
span { border-color: rgb(148,164,159); }
td.TdClassName
{
border-color: #94A49F;
}
.TagClassName
{
border-color: #94A49F;
}
</style>