Shades of Cannon Pink #895061
Tints of Cannon Pink #895061
RGB
CMYK
RGB Variations
Color information
#895061 (or 0x895061) is known color: Cannon Pink. HEX triplet: 89, 50 and 61. RGB value is (137,80,97). Sum of RGB (Red+Green+Blue) = 137+80+97=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #895061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895061 is #76AF9E. Grayscale: #626262. Windows color (decimal): -7778207 or 6377609. OLE color: 6377609.
HSL color Cylindrical-coordinate representation of color #895061: hue angle of 342.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895061 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 97 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.46 |
| HSL | 342.11º | 0.26% | 0.43% | - |
| HSV(B) | 342.11º | 0.42% | 0.54% | - |
| XYZ | 15.34 | 11.92 | 12.8 | - |
| YUV | 98.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 97 | 0 | 0.42 | 0.29 | 0.46 | 342.11 | 0.26 | 0.43 |
| Hex | 89 | 50 | 61 | 0 | 2A | 1D | 2E | 156 | 1A | 2B |
| Octal | 211 | 120 | 141 | 0 | 52 | 35 | 56 | 526 | 32 | 53 |
| Binary | 10001001 | 1010000 | 1100001 | 0 | 101010 | 11101 | 101110 | 101010110 | 11010 | 101011 |
Color Harmonies of #895061
Complementary color
Monochromatic Colors of #895061
Black with #895061
Text Example
Text Example
White with #895061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895061; }
p { color: rgb(137,80,97); }
H1.HeaderClassName
{
color: #895061;
}
.AnyTagClassName
{
color: #895061;
}
</style>
background-color css
<style>
a { background-color: #895061; }
a { background-color: rgb(137,80,97); }
div.DivClassName
{
background-color: #895061;
}
.BgClassName
{
background-color: #895061;
}
</style>
border-color css
<style>
span { border-color: #895061; }
span { border-color: rgb(137,80,97); }
td.TdClassName
{
border-color: #895061;
}
.TagClassName
{
border-color: #895061;
}
</style>