Shades of Cannon Pink #894E65
Tints of Cannon Pink #894E65
RGB
CMYK
RGB Variations
Color information
#894E65 (or 0x894E65) is known color: Cannon Pink. HEX triplet: 89, 4E and 65. RGB value is (137,78,101). Sum of RGB (Red+Green+Blue) = 137+78+101=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #894E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E65 is #76B19A. Grayscale: #626262. Windows color (decimal): -7778715 or 6639241. OLE color: 6639241.
HSL color Cylindrical-coordinate representation of color #894E65: hue angle of 336.61º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #894E65 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 78 | 101 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.46 |
| HSL | 336.61º | 0.27% | 0.42% | - |
| HSV(B) | 336.61º | 0.43% | 0.54% | - |
| XYZ | 15.39 | 11.71 | 13.76 | - |
| YUV | 98.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 101 | 0 | 0.43 | 0.26 | 0.46 | 336.61 | 0.27 | 0.42 |
| Hex | 89 | 4E | 65 | 0 | 2B | 1A | 2E | 151 | 1B | 2A |
| Octal | 211 | 116 | 145 | 0 | 53 | 32 | 56 | 521 | 33 | 52 |
| Binary | 10001001 | 1001110 | 1100101 | 0 | 101011 | 11010 | 101110 | 101010001 | 11011 | 101010 |
Color Harmonies of #894E65
Complementary color
Monochromatic Colors of #894E65
Black with #894E65
Text Example
Text Example
White with #894E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894E65; }
p { color: rgb(137,78,101); }
H1.HeaderClassName
{
color: #894E65;
}
.AnyTagClassName
{
color: #894E65;
}
</style>
background-color css
<style>
a { background-color: #894E65; }
a { background-color: rgb(137,78,101); }
div.DivClassName
{
background-color: #894E65;
}
.BgClassName
{
background-color: #894E65;
}
</style>
border-color css
<style>
span { border-color: #894E65; }
span { border-color: rgb(137,78,101); }
td.TdClassName
{
border-color: #894E65;
}
.TagClassName
{
border-color: #894E65;
}
</style>