Shades of Cascade #83A098
Tints of Cascade #83A098
RGB
CMYK
RGB Variations
Color information
#83A098 (or 0x83A098) is known color: Cascade. HEX triplet: 83, A0 and 98. RGB value is (131,160,152). Sum of RGB (Red+Green+Blue) = 131+160+152=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #83A098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83A098 is #7C5F67. Grayscale: #969696. Windows color (decimal): -8150888 or 10002563. OLE color: 10002563.
HSL color Cylindrical-coordinate representation of color #83A098: hue angle of 163.45º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83A098 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 152 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.37 |
| HSL | 163.45º | 0.13% | 0.57% | - |
| HSV(B) | 163.45º | 0.18% | 0.63% | - |
| XYZ | 27.6 | 32.23 | 34.47 | - |
| YUV | 150.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 152 | 0.18 | 0 | 0.05 | 0.37 | 163.45 | 0.13 | 0.57 |
| Hex | 83 | A0 | 98 | 12 | 0 | 5 | 25 | A3 | D | 39 |
| Octal | 203 | 240 | 230 | 22 | 0 | 5 | 45 | 243 | 15 | 71 |
| Binary | 10000011 | 10100000 | 10011000 | 10010 | 0 | 101 | 100101 | 10100011 | 1101 | 111001 |
Color Harmonies of #83A098
Complementary color
Monochromatic Colors of #83A098
Black with #83A098
Text Example
Text Example
White with #83A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A098; }
p { color: rgb(131,160,152); }
H1.HeaderClassName
{
color: #83A098;
}
.AnyTagClassName
{
color: #83A098;
}
</style>
background-color css
<style>
a { background-color: #83A098; }
a { background-color: rgb(131,160,152); }
div.DivClassName
{
background-color: #83A098;
}
.BgClassName
{
background-color: #83A098;
}
</style>
border-color css
<style>
span { border-color: #83A098; }
span { border-color: rgb(131,160,152); }
td.TdClassName
{
border-color: #83A098;
}
.TagClassName
{
border-color: #83A098;
}
</style>