Shades of Cannon Pink #894867
Tints of Cannon Pink #894867
RGB
CMYK
RGB Variations
Color information
#894867 (or 0x894867) is known color: Cannon Pink. HEX triplet: 89, 48 and 67. RGB value is (137,72,103). Sum of RGB (Red+Green+Blue) = 137+72+103=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #894867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894867 is #76B798. Grayscale: #5E5E5E. Windows color (decimal): -7780249 or 6768777. OLE color: 6768777.
HSL color Cylindrical-coordinate representation of color #894867: hue angle of 331.38º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894867 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 103 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.46 |
| HSL | 331.38º | 0.31% | 0.41% | - |
| HSV(B) | 331.38º | 0.47% | 0.54% | - |
| XYZ | 15.08 | 10.93 | 14.15 | - |
| YUV | 94.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 103 | 0 | 0.47 | 0.25 | 0.46 | 331.38 | 0.31 | 0.41 |
| Hex | 89 | 48 | 67 | 0 | 2F | 19 | 2E | 14B | 1F | 29 |
| Octal | 211 | 110 | 147 | 0 | 57 | 31 | 56 | 513 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1100111 | 0 | 101111 | 11001 | 101110 | 101001011 | 11111 | 101001 |
Color Harmonies of #894867
Complementary color
Monochromatic Colors of #894867
Black with #894867
Text Example
Text Example
White with #894867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894867; }
p { color: rgb(137,72,103); }
H1.HeaderClassName
{
color: #894867;
}
.AnyTagClassName
{
color: #894867;
}
</style>
background-color css
<style>
a { background-color: #894867; }
a { background-color: rgb(137,72,103); }
div.DivClassName
{
background-color: #894867;
}
.BgClassName
{
background-color: #894867;
}
</style>
border-color css
<style>
span { border-color: #894867; }
span { border-color: rgb(137,72,103); }
td.TdClassName
{
border-color: #894867;
}
.TagClassName
{
border-color: #894867;
}
</style>