Shades of Cascade #93A09B
Tints of Cascade #93A09B
RGB
CMYK
RGB Variations
Color information
#93A09B (or 0x93A09B) is known color: Cascade. HEX triplet: 93, A0 and 9B. RGB value is (147,160,155). Sum of RGB (Red+Green+Blue) = 147+160+155=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 160 - color contains mainly: green. Hex color #93A09B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A09B is #6C5F64. Grayscale: #9B9B9B. Windows color (decimal): -7102309 or 10199187. OLE color: 10199187.
HSL color Cylindrical-coordinate representation of color #93A09B: hue angle of 156.92º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93A09B is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 155 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.37 |
| HSL | 156.92º | 0.06% | 0.6% | - |
| HSV(B) | 156.92º | 0.08% | 0.63% | - |
| XYZ | 30.52 | 33.71 | 35.91 | - |
| YUV | 155.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 155 | 0.08 | 0 | 0.03 | 0.37 | 156.92 | 0.06 | 0.6 |
| Hex | 93 | A0 | 9B | 8 | 0 | 3 | 25 | 9D | 6 | 3C |
| Octal | 223 | 240 | 233 | 10 | 0 | 3 | 45 | 235 | 6 | 74 |
| Binary | 10010011 | 10100000 | 10011011 | 1000 | 0 | 11 | 100101 | 10011101 | 110 | 111100 |
Color Harmonies of #93A09B
Complementary color
Monochromatic Colors of #93A09B
Black with #93A09B
Text Example
Text Example
White with #93A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A09B; }
p { color: rgb(147,160,155); }
H1.HeaderClassName
{
color: #93A09B;
}
.AnyTagClassName
{
color: #93A09B;
}
</style>
background-color css
<style>
a { background-color: #93A09B; }
a { background-color: rgb(147,160,155); }
div.DivClassName
{
background-color: #93A09B;
}
.BgClassName
{
background-color: #93A09B;
}
</style>
border-color css
<style>
span { border-color: #93A09B; }
span { border-color: rgb(147,160,155); }
td.TdClassName
{
border-color: #93A09B;
}
.TagClassName
{
border-color: #93A09B;
}
</style>