Shades of Cannon Pink #894959
Tints of Cannon Pink #894959
RGB
CMYK
RGB Variations
Color information
#894959 (or 0x894959) is known color: Cannon Pink. HEX triplet: 89, 49 and 59. RGB value is (137,73,89). Sum of RGB (Red+Green+Blue) = 137+73+89=299 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.82% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 137 - color contains mainly: red. Hex color #894959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894959 is #76B6A6. Grayscale: #5D5D5D. Windows color (decimal): -7780007 or 5851529. OLE color: 5851529.
HSL color Cylindrical-coordinate representation of color #894959: hue angle of 345º 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 #894959 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 89 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.46 |
| HSL | 345º | 0.3% | 0.41% | - |
| HSV(B) | 345º | 0.47% | 0.54% | - |
| XYZ | 14.5 | 10.8 | 10.77 | - |
| YUV | 93.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 89 | 0 | 0.47 | 0.35 | 0.46 | 345 | 0.3 | 0.41 |
| Hex | 89 | 49 | 59 | 0 | 2F | 23 | 2E | 159 | 1E | 29 |
| Octal | 211 | 111 | 131 | 0 | 57 | 43 | 56 | 531 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1011001 | 0 | 101111 | 100011 | 101110 | 101011001 | 11110 | 101001 |
Color Harmonies of #894959
Complementary color
Monochromatic Colors of #894959
Black with #894959
Text Example
Text Example
White with #894959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894959; }
p { color: rgb(137,73,89); }
H1.HeaderClassName
{
color: #894959;
}
.AnyTagClassName
{
color: #894959;
}
</style>
background-color css
<style>
a { background-color: #894959; }
a { background-color: rgb(137,73,89); }
div.DivClassName
{
background-color: #894959;
}
.BgClassName
{
background-color: #894959;
}
</style>
border-color css
<style>
span { border-color: #894959; }
span { border-color: rgb(137,73,89); }
td.TdClassName
{
border-color: #894959;
}
.TagClassName
{
border-color: #894959;
}
</style>