Shades of Cannon Pink #894958
Tints of Cannon Pink #894958
RGB
CMYK
RGB Variations
Color information
#894958 (or 0x894958) is known color: Cannon Pink. HEX triplet: 89, 49 and 58. RGB value is (137,73,88). Sum of RGB (Red+Green+Blue) = 137+73+88=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894958 is #76B6A7. Grayscale: #5D5D5D. Windows color (decimal): -7780008 or 5785993. OLE color: 5785993.
HSL color Cylindrical-coordinate representation of color #894958: hue angle of 345.94º degrees, saturation: 0.3, 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 #894958 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 88 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.46 |
| HSL | 345.94º | 0.3% | 0.41% | - |
| HSV(B) | 345.94º | 0.47% | 0.54% | - |
| XYZ | 14.46 | 10.79 | 10.55 | - |
| YUV | 93.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 88 | 0 | 0.47 | 0.36 | 0.46 | 345.94 | 0.3 | 0.41 |
| Hex | 89 | 49 | 58 | 0 | 2F | 24 | 2E | 15A | 1E | 29 |
| Octal | 211 | 111 | 130 | 0 | 57 | 44 | 56 | 532 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1011000 | 0 | 101111 | 100100 | 101110 | 101011010 | 11110 | 101001 |
Color Harmonies of #894958
Complementary color
Monochromatic Colors of #894958
Black with #894958
Text Example
Text Example
White with #894958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894958; }
p { color: rgb(137,73,88); }
H1.HeaderClassName
{
color: #894958;
}
.AnyTagClassName
{
color: #894958;
}
</style>
background-color css
<style>
a { background-color: #894958; }
a { background-color: rgb(137,73,88); }
div.DivClassName
{
background-color: #894958;
}
.BgClassName
{
background-color: #894958;
}
</style>
border-color css
<style>
span { border-color: #894958; }
span { border-color: rgb(137,73,88); }
td.TdClassName
{
border-color: #894958;
}
.TagClassName
{
border-color: #894958;
}
</style>