Shades of Cannon Pink #894865
Tints of Cannon Pink #894865
RGB
CMYK
RGB Variations
Color information
#894865 (or 0x894865) is known color: Cannon Pink. HEX triplet: 89, 48 and 65. RGB value is (137,72,101). Sum of RGB (Red+Green+Blue) = 137+72+101=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #894865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894865 is #76B79A. Grayscale: #5E5E5E. Windows color (decimal): -7780251 or 6637705. OLE color: 6637705.
HSL color Cylindrical-coordinate representation of color #894865: hue angle of 333.23º 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 #894865 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 101 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.46 |
| HSL | 333.23º | 0.31% | 0.41% | - |
| HSV(B) | 333.23º | 0.47% | 0.54% | - |
| XYZ | 14.98 | 10.89 | 13.62 | - |
| YUV | 94.74 | 131.53 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 101 | 0 | 0.47 | 0.26 | 0.46 | 333.23 | 0.31 | 0.41 |
| Hex | 89 | 48 | 65 | 0 | 2F | 1A | 2E | 14D | 1F | 29 |
| Octal | 211 | 110 | 145 | 0 | 57 | 32 | 56 | 515 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1100101 | 0 | 101111 | 11010 | 101110 | 101001101 | 11111 | 101001 |
Color Harmonies of #894865
Complementary color
Monochromatic Colors of #894865
Black with #894865
Text Example
Text Example
White with #894865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894865; }
p { color: rgb(137,72,101); }
H1.HeaderClassName
{
color: #894865;
}
.AnyTagClassName
{
color: #894865;
}
</style>
background-color css
<style>
a { background-color: #894865; }
a { background-color: rgb(137,72,101); }
div.DivClassName
{
background-color: #894865;
}
.BgClassName
{
background-color: #894865;
}
</style>
border-color css
<style>
span { border-color: #894865; }
span { border-color: rgb(137,72,101); }
td.TdClassName
{
border-color: #894865;
}
.TagClassName
{
border-color: #894865;
}
</style>