Shades of Cannon Pink #894D64
Tints of Cannon Pink #894D64
RGB
CMYK
RGB Variations
Color information
#894D64 (or 0x894D64) is known color: Cannon Pink. HEX triplet: 89, 4D and 64. RGB value is (137,77,100). Sum of RGB (Red+Green+Blue) = 137+77+100=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #894D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D64 is #76B29B. Grayscale: #616161. Windows color (decimal): -7778972 or 6573449. OLE color: 6573449.
HSL color Cylindrical-coordinate representation of color #894D64: hue angle of 337º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D64 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 100 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.46 |
| HSL | 337º | 0.28% | 0.42% | - |
| HSV(B) | 337º | 0.44% | 0.54% | - |
| XYZ | 15.27 | 11.55 | 13.48 | - |
| YUV | 97.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 100 | 0 | 0.44 | 0.27 | 0.46 | 337 | 0.28 | 0.42 |
| Hex | 89 | 4D | 64 | 0 | 2C | 1B | 2E | 151 | 1C | 2A |
| Octal | 211 | 115 | 144 | 0 | 54 | 33 | 56 | 521 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1100100 | 0 | 101100 | 11011 | 101110 | 101010001 | 11100 | 101010 |
Color Harmonies of #894D64
Complementary color
Monochromatic Colors of #894D64
Black with #894D64
Text Example
Text Example
White with #894D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D64; }
p { color: rgb(137,77,100); }
H1.HeaderClassName
{
color: #894D64;
}
.AnyTagClassName
{
color: #894D64;
}
</style>
background-color css
<style>
a { background-color: #894D64; }
a { background-color: rgb(137,77,100); }
div.DivClassName
{
background-color: #894D64;
}
.BgClassName
{
background-color: #894D64;
}
</style>
border-color css
<style>
span { border-color: #894D64; }
span { border-color: rgb(137,77,100); }
td.TdClassName
{
border-color: #894D64;
}
.TagClassName
{
border-color: #894D64;
}
</style>