Shades of Cannon Pink #895565
Tints of Cannon Pink #895565
RGB
CMYK
RGB Variations
Color information
#895565 (or 0x895565) is known color: Cannon Pink. HEX triplet: 89, 55 and 65. RGB value is (137,85,101). Sum of RGB (Red+Green+Blue) = 137+85+101=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895565 is #76AA9A. Grayscale: #666666. Windows color (decimal): -7776923 or 6641033. OLE color: 6641033.
HSL color Cylindrical-coordinate representation of color #895565: hue angle of 341.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895565 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 101 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.46 |
| HSL | 341.54º | 0.23% | 0.44% | - |
| HSV(B) | 341.54º | 0.38% | 0.54% | - |
| XYZ | 15.91 | 12.75 | 13.94 | - |
| YUV | 102.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 101 | 0 | 0.38 | 0.26 | 0.46 | 341.54 | 0.23 | 0.44 |
| Hex | 89 | 55 | 65 | 0 | 26 | 1A | 2E | 156 | 17 | 2C |
| Octal | 211 | 125 | 145 | 0 | 46 | 32 | 56 | 526 | 27 | 54 |
| Binary | 10001001 | 1010101 | 1100101 | 0 | 100110 | 11010 | 101110 | 101010110 | 10111 | 101100 |
Color Harmonies of #895565
Complementary color
Monochromatic Colors of #895565
Black with #895565
Text Example
Text Example
White with #895565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895565; }
p { color: rgb(137,85,101); }
H1.HeaderClassName
{
color: #895565;
}
.AnyTagClassName
{
color: #895565;
}
</style>
background-color css
<style>
a { background-color: #895565; }
a { background-color: rgb(137,85,101); }
div.DivClassName
{
background-color: #895565;
}
.BgClassName
{
background-color: #895565;
}
</style>
border-color css
<style>
span { border-color: #895565; }
span { border-color: rgb(137,85,101); }
td.TdClassName
{
border-color: #895565;
}
.TagClassName
{
border-color: #895565;
}
</style>