Shades of Cannon Pink #895161
Tints of Cannon Pink #895161
RGB
CMYK
RGB Variations
Color information
#895161 (or 0x895161) is known color: Cannon Pink. HEX triplet: 89, 51 and 61. RGB value is (137,81,97). Sum of RGB (Red+Green+Blue) = 137+81+97=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #895161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895161 is #76AE9E. Grayscale: #636363. Windows color (decimal): -7777951 or 6377865. OLE color: 6377865.
HSL color Cylindrical-coordinate representation of color #895161: hue angle of 342.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895161 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 97 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.46 |
| HSL | 342.86º | 0.26% | 0.43% | - |
| HSV(B) | 342.86º | 0.41% | 0.54% | - |
| XYZ | 15.42 | 12.07 | 12.83 | - |
| YUV | 99.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 97 | 0 | 0.41 | 0.29 | 0.46 | 342.86 | 0.26 | 0.43 |
| Hex | 89 | 51 | 61 | 0 | 29 | 1D | 2E | 157 | 1A | 2B |
| Octal | 211 | 121 | 141 | 0 | 51 | 35 | 56 | 527 | 32 | 53 |
| Binary | 10001001 | 1010001 | 1100001 | 0 | 101001 | 11101 | 101110 | 101010111 | 11010 | 101011 |
Color Harmonies of #895161
Complementary color
Monochromatic Colors of #895161
Black with #895161
Text Example
Text Example
White with #895161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895161; }
p { color: rgb(137,81,97); }
H1.HeaderClassName
{
color: #895161;
}
.AnyTagClassName
{
color: #895161;
}
</style>
background-color css
<style>
a { background-color: #895161; }
a { background-color: rgb(137,81,97); }
div.DivClassName
{
background-color: #895161;
}
.BgClassName
{
background-color: #895161;
}
</style>
border-color css
<style>
span { border-color: #895161; }
span { border-color: rgb(137,81,97); }
td.TdClassName
{
border-color: #895161;
}
.TagClassName
{
border-color: #895161;
}
</style>