Shades of Cannon Pink #895465
Tints of Cannon Pink #895465
RGB
CMYK
RGB Variations
Color information
#895465 (or 0x895465) is known color: Cannon Pink. HEX triplet: 89, 54 and 65. RGB value is (137,84,101). Sum of RGB (Red+Green+Blue) = 137+84+101=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895465 is #76AB9A. Grayscale: #656565. Windows color (decimal): -7777179 or 6640777. OLE color: 6640777.
HSL color Cylindrical-coordinate representation of color #895465: hue angle of 340.75º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895465 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 101 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.46 |
| HSL | 340.75º | 0.24% | 0.43% | - |
| HSV(B) | 340.75º | 0.39% | 0.54% | - |
| XYZ | 15.84 | 12.6 | 13.91 | - |
| YUV | 101.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 101 | 0 | 0.39 | 0.26 | 0.46 | 340.75 | 0.24 | 0.43 |
| Hex | 89 | 54 | 65 | 0 | 27 | 1A | 2E | 155 | 18 | 2B |
| Octal | 211 | 124 | 145 | 0 | 47 | 32 | 56 | 525 | 30 | 53 |
| Binary | 10001001 | 1010100 | 1100101 | 0 | 100111 | 11010 | 101110 | 101010101 | 11000 | 101011 |
Color Harmonies of #895465
Complementary color
Monochromatic Colors of #895465
Black with #895465
Text Example
Text Example
White with #895465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895465; }
p { color: rgb(137,84,101); }
H1.HeaderClassName
{
color: #895465;
}
.AnyTagClassName
{
color: #895465;
}
</style>
background-color css
<style>
a { background-color: #895465; }
a { background-color: rgb(137,84,101); }
div.DivClassName
{
background-color: #895465;
}
.BgClassName
{
background-color: #895465;
}
</style>
border-color css
<style>
span { border-color: #895465; }
span { border-color: rgb(137,84,101); }
td.TdClassName
{
border-color: #895465;
}
.TagClassName
{
border-color: #895465;
}
</style>