Shades of Cannon Pink #894664
Tints of Cannon Pink #894664
RGB
CMYK
RGB Variations
Color information
#894664 (or 0x894664) is known color: Cannon Pink. HEX triplet: 89, 46 and 64. RGB value is (137,70,100). Sum of RGB (Red+Green+Blue) = 137+70+100=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894664 is #76B99B. Grayscale: #5D5D5D. Windows color (decimal): -7780764 or 6571657. OLE color: 6571657.
HSL color Cylindrical-coordinate representation of color #894664: hue angle of 333.13º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #894664 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 100 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.46 |
| HSL | 333.13º | 0.32% | 0.41% | - |
| HSV(B) | 333.13º | 0.49% | 0.54% | - |
| XYZ | 14.81 | 10.62 | 13.33 | - |
| YUV | 93.45 | 131.7 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 100 | 0 | 0.49 | 0.27 | 0.46 | 333.13 | 0.32 | 0.41 |
| Hex | 89 | 46 | 64 | 0 | 31 | 1B | 2E | 14D | 20 | 29 |
| Octal | 211 | 106 | 144 | 0 | 61 | 33 | 56 | 515 | 40 | 51 |
| Binary | 10001001 | 1000110 | 1100100 | 0 | 110001 | 11011 | 101110 | 101001101 | 100000 | 101001 |
Color Harmonies of #894664
Complementary color
Monochromatic Colors of #894664
Black with #894664
Text Example
Text Example
White with #894664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894664; }
p { color: rgb(137,70,100); }
H1.HeaderClassName
{
color: #894664;
}
.AnyTagClassName
{
color: #894664;
}
</style>
background-color css
<style>
a { background-color: #894664; }
a { background-color: rgb(137,70,100); }
div.DivClassName
{
background-color: #894664;
}
.BgClassName
{
background-color: #894664;
}
</style>
border-color css
<style>
span { border-color: #894664; }
span { border-color: rgb(137,70,100); }
td.TdClassName
{
border-color: #894664;
}
.TagClassName
{
border-color: #894664;
}
</style>