Shades of Cascade #8CA098
Tints of Cascade #8CA098
RGB
CMYK
RGB Variations
Color information
#8CA098 (or 0x8CA098) is known color: Cascade. HEX triplet: 8C, A0 and 98. RGB value is (140,160,152). Sum of RGB (Red+Green+Blue) = 140+160+152=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA098 is #735F67. Grayscale: #999999. Windows color (decimal): -7561064 or 10002572. OLE color: 10002572.
HSL color Cylindrical-coordinate representation of color #8CA098: hue angle of 156º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8CA098 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 152 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.37 |
| HSL | 156º | 0.1% | 0.59% | - |
| HSV(B) | 156º | 0.13% | 0.63% | - |
| XYZ | 29.05 | 32.98 | 34.54 | - |
| YUV | 153.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 152 | 0.12 | 0 | 0.05 | 0.37 | 156 | 0.1 | 0.59 |
| Hex | 8C | A0 | 98 | C | 0 | 5 | 25 | 9C | A | 3B |
| Octal | 214 | 240 | 230 | 14 | 0 | 5 | 45 | 234 | 12 | 73 |
| Binary | 10001100 | 10100000 | 10011000 | 1100 | 0 | 101 | 100101 | 10011100 | 1010 | 111011 |
Color Harmonies of #8CA098
Complementary color
Monochromatic Colors of #8CA098
Black with #8CA098
Text Example
Text Example
White with #8CA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA098; }
p { color: rgb(140,160,152); }
H1.HeaderClassName
{
color: #8CA098;
}
.AnyTagClassName
{
color: #8CA098;
}
</style>
background-color css
<style>
a { background-color: #8CA098; }
a { background-color: rgb(140,160,152); }
div.DivClassName
{
background-color: #8CA098;
}
.BgClassName
{
background-color: #8CA098;
}
</style>
border-color css
<style>
span { border-color: #8CA098; }
span { border-color: rgb(140,160,152); }
td.TdClassName
{
border-color: #8CA098;
}
.TagClassName
{
border-color: #8CA098;
}
</style>