Shades of Cannon Pink #895464
Tints of Cannon Pink #895464
RGB
CMYK
RGB Variations
Color information
#895464 (or 0x895464) is known color: Cannon Pink. HEX triplet: 89, 54 and 64. RGB value is (137,84,100). Sum of RGB (Red+Green+Blue) = 137+84+100=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895464 is #76AB9B. Grayscale: #656565. Windows color (decimal): -7777180 or 6575241. OLE color: 6575241.
HSL color Cylindrical-coordinate representation of color #895464: hue angle of 341.89º 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 #895464 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 100 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.46 |
| HSL | 341.89º | 0.24% | 0.43% | - |
| HSV(B) | 341.89º | 0.39% | 0.54% | - |
| XYZ | 15.79 | 12.58 | 13.65 | - |
| YUV | 101.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 100 | 0 | 0.39 | 0.27 | 0.46 | 341.89 | 0.24 | 0.43 |
| Hex | 89 | 54 | 64 | 0 | 27 | 1B | 2E | 156 | 18 | 2B |
| Octal | 211 | 124 | 144 | 0 | 47 | 33 | 56 | 526 | 30 | 53 |
| Binary | 10001001 | 1010100 | 1100100 | 0 | 100111 | 11011 | 101110 | 101010110 | 11000 | 101011 |
Color Harmonies of #895464
Complementary color
Monochromatic Colors of #895464
Black with #895464
Text Example
Text Example
White with #895464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895464; }
p { color: rgb(137,84,100); }
H1.HeaderClassName
{
color: #895464;
}
.AnyTagClassName
{
color: #895464;
}
</style>
background-color css
<style>
a { background-color: #895464; }
a { background-color: rgb(137,84,100); }
div.DivClassName
{
background-color: #895464;
}
.BgClassName
{
background-color: #895464;
}
</style>
border-color css
<style>
span { border-color: #895464; }
span { border-color: rgb(137,84,100); }
td.TdClassName
{
border-color: #895464;
}
.TagClassName
{
border-color: #895464;
}
</style>