Shades of Cascade #8CACA0
Tints of Cascade #8CACA0
RGB
CMYK
RGB Variations
Color information
#8CACA0 (or 0x8CACA0) is known color: Cascade. HEX triplet: 8C, AC and A0. RGB value is (140,172,160). Sum of RGB (Red+Green+Blue) = 140+172+160=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #8CACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CACA0 is #73535F. Grayscale: #A1A1A1. Windows color (decimal): -7557984 or 10529932. OLE color: 10529932.
HSL color Cylindrical-coordinate representation of color #8CACA0: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CACA0 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 160 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.33 |
| HSL | 157.5º | 0.16% | 0.61% | - |
| HSV(B) | 157.5º | 0.19% | 0.67% | - |
| XYZ | 31.91 | 37.62 | 38.84 | - |
| YUV | 161.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 160 | 0.19 | 0 | 0.07 | 0.33 | 157.5 | 0.16 | 0.61 |
| Hex | 8C | AC | A0 | 13 | 0 | 7 | 21 | 9E | 10 | 3D |
| Octal | 214 | 254 | 240 | 23 | 0 | 7 | 41 | 236 | 20 | 75 |
| Binary | 10001100 | 10101100 | 10100000 | 10011 | 0 | 111 | 100001 | 10011110 | 10000 | 111101 |
Color Harmonies of #8CACA0
Complementary color
Monochromatic Colors of #8CACA0
Black with #8CACA0
Text Example
Text Example
White with #8CACA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACA0; }
p { color: rgb(140,172,160); }
H1.HeaderClassName
{
color: #8CACA0;
}
.AnyTagClassName
{
color: #8CACA0;
}
</style>
background-color css
<style>
a { background-color: #8CACA0; }
a { background-color: rgb(140,172,160); }
div.DivClassName
{
background-color: #8CACA0;
}
.BgClassName
{
background-color: #8CACA0;
}
</style>
border-color css
<style>
span { border-color: #8CACA0; }
span { border-color: rgb(140,172,160); }
td.TdClassName
{
border-color: #8CACA0;
}
.TagClassName
{
border-color: #8CACA0;
}
</style>