Shades of Cascade #8CA099
Tints of Cascade #8CA099
RGB
CMYK
RGB Variations
Color information
#8CA099 (or 0x8CA099) is known color: Cascade. HEX triplet: 8C, A0 and 99. RGB value is (140,160,153). Sum of RGB (Red+Green+Blue) = 140+160+153=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA099 is #735F66. Grayscale: #999999. Windows color (decimal): -7561063 or 10068108. OLE color: 10068108.
HSL color Cylindrical-coordinate representation of color #8CA099: hue angle of 159º 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 #8CA099 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 153 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.37 |
| HSL | 159º | 0.1% | 0.59% | - |
| HSV(B) | 159º | 0.13% | 0.63% | - |
| XYZ | 29.14 | 33.02 | 34.97 | - |
| YUV | 153.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 153 | 0.12 | 0 | 0.04 | 0.37 | 159 | 0.1 | 0.59 |
| Hex | 8C | A0 | 99 | C | 0 | 4 | 25 | 9F | A | 3B |
| Octal | 214 | 240 | 231 | 14 | 0 | 4 | 45 | 237 | 12 | 73 |
| Binary | 10001100 | 10100000 | 10011001 | 1100 | 0 | 100 | 100101 | 10011111 | 1010 | 111011 |
Color Harmonies of #8CA099
Complementary color
Monochromatic Colors of #8CA099
Black with #8CA099
Text Example
Text Example
White with #8CA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA099; }
p { color: rgb(140,160,153); }
H1.HeaderClassName
{
color: #8CA099;
}
.AnyTagClassName
{
color: #8CA099;
}
</style>
background-color css
<style>
a { background-color: #8CA099; }
a { background-color: rgb(140,160,153); }
div.DivClassName
{
background-color: #8CA099;
}
.BgClassName
{
background-color: #8CA099;
}
</style>
border-color css
<style>
span { border-color: #8CA099; }
span { border-color: rgb(140,160,153); }
td.TdClassName
{
border-color: #8CA099;
}
.TagClassName
{
border-color: #8CA099;
}
</style>