Shades of Cannon Pink #894859
Tints of Cannon Pink #894859
RGB
CMYK
RGB Variations
Color information
#894859 (or 0x894859) is known color: Cannon Pink. HEX triplet: 89, 48 and 59. RGB value is (137,72,89). Sum of RGB (Red+Green+Blue) = 137+72+89=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894859 is #76B7A6. Grayscale: #5D5D5D. Windows color (decimal): -7780263 or 5851273. OLE color: 5851273.
HSL color Cylindrical-coordinate representation of color #894859: hue angle of 344.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894859 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 89 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.46 |
| HSL | 344.31º | 0.31% | 0.41% | - |
| HSV(B) | 344.31º | 0.47% | 0.54% | - |
| XYZ | 14.44 | 10.67 | 10.75 | - |
| YUV | 93.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 89 | 0 | 0.47 | 0.35 | 0.46 | 344.31 | 0.31 | 0.41 |
| Hex | 89 | 48 | 59 | 0 | 2F | 23 | 2E | 158 | 1F | 29 |
| Octal | 211 | 110 | 131 | 0 | 57 | 43 | 56 | 530 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1011001 | 0 | 101111 | 100011 | 101110 | 101011000 | 11111 | 101001 |
Color Harmonies of #894859
Complementary color
Monochromatic Colors of #894859
Black with #894859
Text Example
Text Example
White with #894859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894859; }
p { color: rgb(137,72,89); }
H1.HeaderClassName
{
color: #894859;
}
.AnyTagClassName
{
color: #894859;
}
</style>
background-color css
<style>
a { background-color: #894859; }
a { background-color: rgb(137,72,89); }
div.DivClassName
{
background-color: #894859;
}
.BgClassName
{
background-color: #894859;
}
</style>
border-color css
<style>
span { border-color: #894859; }
span { border-color: rgb(137,72,89); }
td.TdClassName
{
border-color: #894859;
}
.TagClassName
{
border-color: #894859;
}
</style>