Shades of Cannon Pink #894862
Tints of Cannon Pink #894862
RGB
CMYK
RGB Variations
Color information
#894862 (or 0x894862) is known color: Cannon Pink. HEX triplet: 89, 48 and 62. RGB value is (137,72,98). Sum of RGB (Red+Green+Blue) = 137+72+98=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894862 is #76B79D. Grayscale: #5E5E5E. Windows color (decimal): -7780254 or 6441097. OLE color: 6441097.
HSL color Cylindrical-coordinate representation of color #894862: hue angle of 336º 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 #894862 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 98 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.46 |
| HSL | 336º | 0.31% | 0.41% | - |
| HSV(B) | 336º | 0.47% | 0.54% | - |
| XYZ | 14.84 | 10.83 | 12.86 | - |
| YUV | 94.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 98 | 0 | 0.47 | 0.28 | 0.46 | 336 | 0.31 | 0.41 |
| Hex | 89 | 48 | 62 | 0 | 2F | 1C | 2E | 150 | 1F | 29 |
| Octal | 211 | 110 | 142 | 0 | 57 | 34 | 56 | 520 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1100010 | 0 | 101111 | 11100 | 101110 | 101010000 | 11111 | 101001 |
Color Harmonies of #894862
Complementary color
Monochromatic Colors of #894862
Black with #894862
Text Example
Text Example
White with #894862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894862; }
p { color: rgb(137,72,98); }
H1.HeaderClassName
{
color: #894862;
}
.AnyTagClassName
{
color: #894862;
}
</style>
background-color css
<style>
a { background-color: #894862; }
a { background-color: rgb(137,72,98); }
div.DivClassName
{
background-color: #894862;
}
.BgClassName
{
background-color: #894862;
}
</style>
border-color css
<style>
span { border-color: #894862; }
span { border-color: rgb(137,72,98); }
td.TdClassName
{
border-color: #894862;
}
.TagClassName
{
border-color: #894862;
}
</style>