Shades of Cascade #94A69F
Tints of Cascade #94A69F
RGB
CMYK
RGB Variations
Color information
#94A69F (or 0x94A69F) is known color: Cascade. HEX triplet: 94, A6 and 9F. RGB value is (148,166,159). Sum of RGB (Red+Green+Blue) = 148+166+159=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 166 - color contains mainly: green. Hex color #94A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A69F is #6B5960. Grayscale: #9F9F9F. Windows color (decimal): -7035233 or 10462868. OLE color: 10462868.
HSL color Cylindrical-coordinate representation of color #94A69F: hue angle of 156.67º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #94A69F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 159 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.35 |
| HSL | 156.67º | 0.09% | 0.62% | - |
| HSV(B) | 156.67º | 0.11% | 0.65% | - |
| XYZ | 32.11 | 36.07 | 38.07 | - |
| YUV | 159.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 159 | 0.11 | 0 | 0.04 | 0.35 | 156.67 | 0.09 | 0.62 |
| Hex | 94 | A6 | 9F | B | 0 | 4 | 23 | 9D | 9 | 3E |
| Octal | 224 | 246 | 237 | 13 | 0 | 4 | 43 | 235 | 11 | 76 |
| Binary | 10010100 | 10100110 | 10011111 | 1011 | 0 | 100 | 100011 | 10011101 | 1001 | 111110 |
Color Harmonies of #94A69F
Complementary color
Monochromatic Colors of #94A69F
Black with #94A69F
Text Example
Text Example
White with #94A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A69F; }
p { color: rgb(148,166,159); }
H1.HeaderClassName
{
color: #94A69F;
}
.AnyTagClassName
{
color: #94A69F;
}
</style>
background-color css
<style>
a { background-color: #94A69F; }
a { background-color: rgb(148,166,159); }
div.DivClassName
{
background-color: #94A69F;
}
.BgClassName
{
background-color: #94A69F;
}
</style>
border-color css
<style>
span { border-color: #94A69F; }
span { border-color: rgb(148,166,159); }
td.TdClassName
{
border-color: #94A69F;
}
.TagClassName
{
border-color: #94A69F;
}
</style>