Shades of Cannon Pink #894962
Tints of Cannon Pink #894962
RGB
CMYK
RGB Variations
Color information
#894962 (or 0x894962) is known color: Cannon Pink. HEX triplet: 89, 49 and 62. RGB value is (137,73,98). Sum of RGB (Red+Green+Blue) = 137+73+98=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894962 is #76B69D. Grayscale: #5E5E5E. Windows color (decimal): -7779998 or 6441353. OLE color: 6441353.
HSL color Cylindrical-coordinate representation of color #894962: hue angle of 336.56º 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 #894962 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 98 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.46 |
| HSL | 336.56º | 0.3% | 0.41% | - |
| HSV(B) | 336.56º | 0.47% | 0.54% | - |
| XYZ | 14.9 | 10.97 | 12.89 | - |
| YUV | 94.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 98 | 0 | 0.47 | 0.28 | 0.46 | 336.56 | 0.3 | 0.41 |
| Hex | 89 | 49 | 62 | 0 | 2F | 1C | 2E | 151 | 1E | 29 |
| Octal | 211 | 111 | 142 | 0 | 57 | 34 | 56 | 521 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1100010 | 0 | 101111 | 11100 | 101110 | 101010001 | 11110 | 101001 |
Color Harmonies of #894962
Complementary color
Monochromatic Colors of #894962
Black with #894962
Text Example
Text Example
White with #894962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894962; }
p { color: rgb(137,73,98); }
H1.HeaderClassName
{
color: #894962;
}
.AnyTagClassName
{
color: #894962;
}
</style>
background-color css
<style>
a { background-color: #894962; }
a { background-color: rgb(137,73,98); }
div.DivClassName
{
background-color: #894962;
}
.BgClassName
{
background-color: #894962;
}
</style>
border-color css
<style>
span { border-color: #894962; }
span { border-color: rgb(137,73,98); }
td.TdClassName
{
border-color: #894962;
}
.TagClassName
{
border-color: #894962;
}
</style>