Shades of Cannon Pink #894665
Tints of Cannon Pink #894665
RGB
CMYK
RGB Variations
Color information
#894665 (or 0x894665) is known color: Cannon Pink. HEX triplet: 89, 46 and 65. RGB value is (137,70,101). Sum of RGB (Red+Green+Blue) = 137+70+101=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894665 is #76B99A. Grayscale: #5D5D5D. Windows color (decimal): -7780763 or 6637193. OLE color: 6637193.
HSL color Cylindrical-coordinate representation of color #894665: hue angle of 332.24º 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 #894665 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 70 | 101 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.46 |
| HSL | 332.24º | 0.32% | 0.41% | - |
| HSV(B) | 332.24º | 0.49% | 0.54% | - |
| XYZ | 14.86 | 10.64 | 13.58 | - |
| YUV | 93.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 101 | 0 | 0.49 | 0.26 | 0.46 | 332.24 | 0.32 | 0.41 |
| Hex | 89 | 46 | 65 | 0 | 31 | 1A | 2E | 14C | 20 | 29 |
| Octal | 211 | 106 | 145 | 0 | 61 | 32 | 56 | 514 | 40 | 51 |
| Binary | 10001001 | 1000110 | 1100101 | 0 | 110001 | 11010 | 101110 | 101001100 | 100000 | 101001 |
Color Harmonies of #894665
Complementary color
Monochromatic Colors of #894665
Black with #894665
Text Example
Text Example
White with #894665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894665; }
p { color: rgb(137,70,101); }
H1.HeaderClassName
{
color: #894665;
}
.AnyTagClassName
{
color: #894665;
}
</style>
background-color css
<style>
a { background-color: #894665; }
a { background-color: rgb(137,70,101); }
div.DivClassName
{
background-color: #894665;
}
.BgClassName
{
background-color: #894665;
}
</style>
border-color css
<style>
span { border-color: #894665; }
span { border-color: rgb(137,70,101); }
td.TdClassName
{
border-color: #894665;
}
.TagClassName
{
border-color: #894665;
}
</style>