Shades of Cascade #8CA4A0
Tints of Cascade #8CA4A0
RGB
CMYK
RGB Variations
Color information
#8CA4A0 (or 0x8CA4A0) is known color: Cascade. HEX triplet: 8C, A4 and A0. RGB value is (140,164,160). Sum of RGB (Red+Green+Blue) = 140+164+160=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA4A0 is #735B5F. Grayscale: #9C9C9C. Windows color (decimal): -7560032 or 10527884. OLE color: 10527884.
HSL color Cylindrical-coordinate representation of color #8CA4A0: hue angle of 170º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA4A0 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 164 | 160 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.36 |
| HSL | 170º | 0.12% | 0.6% | - |
| HSV(B) | 170º | 0.15% | 0.64% | - |
| XYZ | 30.44 | 34.66 | 38.34 | - |
| YUV | 156.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 160 | 0.15 | 0 | 0.02 | 0.36 | 170 | 0.12 | 0.6 |
| Hex | 8C | A4 | A0 | F | 0 | 2 | 24 | AA | C | 3C |
| Octal | 214 | 244 | 240 | 17 | 0 | 2 | 44 | 252 | 14 | 74 |
| Binary | 10001100 | 10100100 | 10100000 | 1111 | 0 | 10 | 100100 | 10101010 | 1100 | 111100 |
Color Harmonies of #8CA4A0
Complementary color
Monochromatic Colors of #8CA4A0
Black with #8CA4A0
Text Example
Text Example
White with #8CA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA4A0; }
p { color: rgb(140,164,160); }
H1.HeaderClassName
{
color: #8CA4A0;
}
.AnyTagClassName
{
color: #8CA4A0;
}
</style>
background-color css
<style>
a { background-color: #8CA4A0; }
a { background-color: rgb(140,164,160); }
div.DivClassName
{
background-color: #8CA4A0;
}
.BgClassName
{
background-color: #8CA4A0;
}
</style>
border-color css
<style>
span { border-color: #8CA4A0; }
span { border-color: rgb(140,164,160); }
td.TdClassName
{
border-color: #8CA4A0;
}
.TagClassName
{
border-color: #8CA4A0;
}
</style>