Shades of Cannon Pink #894E5E
Tints of Cannon Pink #894E5E
RGB
CMYK
RGB Variations
Color information
#894E5E (or 0x894E5E) is known color: Cannon Pink. HEX triplet: 89, 4E and 5E. RGB value is (137,78,94). Sum of RGB (Red+Green+Blue) = 137+78+94=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E5E is #76B1A1. Grayscale: #616161. Windows color (decimal): -7778722 or 6180489. OLE color: 6180489.
HSL color Cylindrical-coordinate representation of color #894E5E: hue angle of 343.73º 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 #894E5E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 78 | 94 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.46 |
| HSL | 343.73º | 0.27% | 0.42% | - |
| HSV(B) | 343.73º | 0.43% | 0.54% | - |
| XYZ | 15.06 | 11.58 | 12.03 | - |
| YUV | 97.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 94 | 0 | 0.43 | 0.31 | 0.46 | 343.73 | 0.27 | 0.42 |
| Hex | 89 | 4E | 5E | 0 | 2B | 1F | 2E | 158 | 1B | 2A |
| Octal | 211 | 116 | 136 | 0 | 53 | 37 | 56 | 530 | 33 | 52 |
| Binary | 10001001 | 1001110 | 1011110 | 0 | 101011 | 11111 | 101110 | 101011000 | 11011 | 101010 |
Color Harmonies of #894E5E
Complementary color
Monochromatic Colors of #894E5E
Black with #894E5E
Text Example
Text Example
White with #894E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894E5E; }
p { color: rgb(137,78,94); }
H1.HeaderClassName
{
color: #894E5E;
}
.AnyTagClassName
{
color: #894E5E;
}
</style>
background-color css
<style>
a { background-color: #894E5E; }
a { background-color: rgb(137,78,94); }
div.DivClassName
{
background-color: #894E5E;
}
.BgClassName
{
background-color: #894E5E;
}
</style>
border-color css
<style>
span { border-color: #894E5E; }
span { border-color: rgb(137,78,94); }
td.TdClassName
{
border-color: #894E5E;
}
.TagClassName
{
border-color: #894E5E;
}
</style>