Shades of Cannon Pink #894D6D
Tints of Cannon Pink #894D6D
RGB
CMYK
RGB Variations
Color information
#894D6D (or 0x894D6D) is known color: Cannon Pink. HEX triplet: 89, 4D and 6D. RGB value is (137,77,109). Sum of RGB (Red+Green+Blue) = 137+77+109=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #894D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D6D is #76B292. Grayscale: #626262. Windows color (decimal): -7778963 or 7163273. OLE color: 7163273.
HSL color Cylindrical-coordinate representation of color #894D6D: hue angle of 328º 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 #894D6D is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 77 | 109 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.46 |
| HSL | 328º | 0.28% | 0.42% | - |
| HSV(B) | 328º | 0.44% | 0.54% | - |
| XYZ | 15.73 | 11.73 | 15.9 | - |
| YUV | 98.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 109 | 0 | 0.44 | 0.20 | 0.46 | 328 | 0.28 | 0.42 |
| Hex | 89 | 4D | 6D | 0 | 2C | 14 | 2E | 148 | 1C | 2A |
| Octal | 211 | 115 | 155 | 0 | 54 | 24 | 56 | 510 | 34 | 52 |
| Binary | 10001001 | 1001101 | 1101101 | 0 | 101100 | 10100 | 101110 | 101001000 | 11100 | 101010 |
Color Harmonies of #894D6D
Complementary color
Monochromatic Colors of #894D6D
Black with #894D6D
Text Example
Text Example
White with #894D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D6D; }
p { color: rgb(137,77,109); }
H1.HeaderClassName
{
color: #894D6D;
}
.AnyTagClassName
{
color: #894D6D;
}
</style>
background-color css
<style>
a { background-color: #894D6D; }
a { background-color: rgb(137,77,109); }
div.DivClassName
{
background-color: #894D6D;
}
.BgClassName
{
background-color: #894D6D;
}
</style>
border-color css
<style>
span { border-color: #894D6D; }
span { border-color: rgb(137,77,109); }
td.TdClassName
{
border-color: #894D6D;
}
.TagClassName
{
border-color: #894D6D;
}
</style>