Shades of Cannon Pink #894E6C
Tints of Cannon Pink #894E6C
RGB
CMYK
RGB Variations
Color information
#894E6C (or 0x894E6C) is known color: Cannon Pink. HEX triplet: 89, 4E and 6C. RGB value is (137,78,108). Sum of RGB (Red+Green+Blue) = 137+78+108=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #894E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E6C is #76B193. Grayscale: #636363. Windows color (decimal): -7778708 or 7097993. OLE color: 7097993.
HSL color Cylindrical-coordinate representation of color #894E6C: hue angle of 329.49º 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 #894E6C is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 78 | 108 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.46 |
| HSL | 329.49º | 0.27% | 0.42% | - |
| HSV(B) | 329.49º | 0.43% | 0.54% | - |
| XYZ | 15.75 | 11.85 | 15.64 | - |
| YUV | 99.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 108 | 0 | 0.43 | 0.21 | 0.46 | 329.49 | 0.27 | 0.42 |
| Hex | 89 | 4E | 6C | 0 | 2B | 15 | 2E | 149 | 1B | 2A |
| Octal | 211 | 116 | 154 | 0 | 53 | 25 | 56 | 511 | 33 | 52 |
| Binary | 10001001 | 1001110 | 1101100 | 0 | 101011 | 10101 | 101110 | 101001001 | 11011 | 101010 |
Color Harmonies of #894E6C
Complementary color
Monochromatic Colors of #894E6C
Black with #894E6C
Text Example
Text Example
White with #894E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894E6C; }
p { color: rgb(137,78,108); }
H1.HeaderClassName
{
color: #894E6C;
}
.AnyTagClassName
{
color: #894E6C;
}
</style>
background-color css
<style>
a { background-color: #894E6C; }
a { background-color: rgb(137,78,108); }
div.DivClassName
{
background-color: #894E6C;
}
.BgClassName
{
background-color: #894E6C;
}
</style>
border-color css
<style>
span { border-color: #894E6C; }
span { border-color: rgb(137,78,108); }
td.TdClassName
{
border-color: #894E6C;
}
.TagClassName
{
border-color: #894E6C;
}
</style>