Shades of Cascade #92A09C
Tints of Cascade #92A09C
RGB
CMYK
RGB Variations
Color information
#92A09C (or 0x92A09C) is known color: Cascade. HEX triplet: 92, A0 and 9C. RGB value is (146,160,156). Sum of RGB (Red+Green+Blue) = 146+160+156=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 160 - color contains mainly: green. Hex color #92A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A09C is #6D5F63. Grayscale: #9B9B9B. Windows color (decimal): -7167844 or 10264722. OLE color: 10264722.
HSL color Cylindrical-coordinate representation of color #92A09C: hue angle of 162.86º 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 #92A09C is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 146 | 160 | 156 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.37 |
| HSL | 162.86º | 0.07% | 0.6% | - |
| HSV(B) | 162.86º | 0.09% | 0.63% | - |
| XYZ | 30.43 | 33.65 | 36.34 | - |
| YUV | 155.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 160 | 156 | 0.09 | 0 | 0.02 | 0.37 | 162.86 | 0.07 | 0.6 |
| Hex | 92 | A0 | 9C | 9 | 0 | 2 | 25 | A3 | 7 | 3C |
| Octal | 222 | 240 | 234 | 11 | 0 | 2 | 45 | 243 | 7 | 74 |
| Binary | 10010010 | 10100000 | 10011100 | 1001 | 0 | 10 | 100101 | 10100011 | 111 | 111100 |
Color Harmonies of #92A09C
Complementary color
Monochromatic Colors of #92A09C
Black with #92A09C
Text Example
Text Example
White with #92A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A09C; }
p { color: rgb(146,160,156); }
H1.HeaderClassName
{
color: #92A09C;
}
.AnyTagClassName
{
color: #92A09C;
}
</style>
background-color css
<style>
a { background-color: #92A09C; }
a { background-color: rgb(146,160,156); }
div.DivClassName
{
background-color: #92A09C;
}
.BgClassName
{
background-color: #92A09C;
}
</style>
border-color css
<style>
span { border-color: #92A09C; }
span { border-color: rgb(146,160,156); }
td.TdClassName
{
border-color: #92A09C;
}
.TagClassName
{
border-color: #92A09C;
}
</style>