Shades of Cascade #93A19C
Tints of Cascade #93A19C
RGB
CMYK
RGB Variations
Color information
#93A19C (or 0x93A19C) is known color: Cascade. HEX triplet: 93, A1 and 9C. RGB value is (147,161,156). Sum of RGB (Red+Green+Blue) = 147+161+156=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 161 - color contains mainly: green. Hex color #93A19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A19C is #6C5E63. Grayscale: #9C9C9C. Windows color (decimal): -7102052 or 10264979. OLE color: 10264979.
HSL color Cylindrical-coordinate representation of color #93A19C: hue angle of 158.57º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #93A19C is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 156 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.37 |
| HSL | 158.57º | 0.07% | 0.6% | - |
| HSV(B) | 158.57º | 0.09% | 0.63% | - |
| XYZ | 30.78 | 34.09 | 36.41 | - |
| YUV | 156.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 156 | 0.09 | 0 | 0.03 | 0.37 | 158.57 | 0.07 | 0.6 |
| Hex | 93 | A1 | 9C | 9 | 0 | 3 | 25 | 9F | 7 | 3C |
| Octal | 223 | 241 | 234 | 11 | 0 | 3 | 45 | 237 | 7 | 74 |
| Binary | 10010011 | 10100001 | 10011100 | 1001 | 0 | 11 | 100101 | 10011111 | 111 | 111100 |
Color Harmonies of #93A19C
Complementary color
Monochromatic Colors of #93A19C
Black with #93A19C
Text Example
Text Example
White with #93A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A19C; }
p { color: rgb(147,161,156); }
H1.HeaderClassName
{
color: #93A19C;
}
.AnyTagClassName
{
color: #93A19C;
}
</style>
background-color css
<style>
a { background-color: #93A19C; }
a { background-color: rgb(147,161,156); }
div.DivClassName
{
background-color: #93A19C;
}
.BgClassName
{
background-color: #93A19C;
}
</style>
border-color css
<style>
span { border-color: #93A19C; }
span { border-color: rgb(147,161,156); }
td.TdClassName
{
border-color: #93A19C;
}
.TagClassName
{
border-color: #93A19C;
}
</style>