Shades of Cannon Pink #894160
Tints of Cannon Pink #894160
RGB
CMYK
RGB Variations
Color information
#894160 (or 0x894160) is known color: Cannon Pink. HEX triplet: 89, 41 and 60. RGB value is (137,65,96). Sum of RGB (Red+Green+Blue) = 137+65+96=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894160 is #76BE9F. Grayscale: #5A5A5A. Windows color (decimal): -7782048 or 6308233. OLE color: 6308233.
HSL color Cylindrical-coordinate representation of color #894160: hue angle of 334.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #894160 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 65 | 96 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.46 |
| HSL | 334.17º | 0.36% | 0.4% | - |
| HSV(B) | 334.17º | 0.53% | 0.54% | - |
| XYZ | 14.32 | 9.94 | 12.23 | - |
| YUV | 90.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 65 | 96 | 0 | 0.53 | 0.30 | 0.46 | 334.17 | 0.36 | 0.4 |
| Hex | 89 | 41 | 60 | 0 | 35 | 1E | 2E | 14E | 24 | 28 |
| Octal | 211 | 101 | 140 | 0 | 65 | 36 | 56 | 516 | 44 | 50 |
| Binary | 10001001 | 1000001 | 1100000 | 0 | 110101 | 11110 | 101110 | 101001110 | 100100 | 101000 |
Color Harmonies of #894160
Complementary color
Monochromatic Colors of #894160
Black with #894160
Text Example
Text Example
White with #894160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894160; }
p { color: rgb(137,65,96); }
H1.HeaderClassName
{
color: #894160;
}
.AnyTagClassName
{
color: #894160;
}
</style>
background-color css
<style>
a { background-color: #894160; }
a { background-color: rgb(137,65,96); }
div.DivClassName
{
background-color: #894160;
}
.BgClassName
{
background-color: #894160;
}
</style>
border-color css
<style>
span { border-color: #894160; }
span { border-color: rgb(137,65,96); }
td.TdClassName
{
border-color: #894160;
}
.TagClassName
{
border-color: #894160;
}
</style>