Shades of Cannon Pink #89475E
Tints of Cannon Pink #89475E
RGB
CMYK
RGB Variations
Color information
#89475E (or 0x89475E) is known color: Cannon Pink. HEX triplet: 89, 47 and 5E. RGB value is (137,71,94). Sum of RGB (Red+Green+Blue) = 137+71+94=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #89475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89475E is #76B8A1. Grayscale: #5D5D5D. Windows color (decimal): -7780514 or 6178697. OLE color: 6178697.
HSL color Cylindrical-coordinate representation of color #89475E: hue angle of 339.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89475E is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 94 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.46 |
| HSL | 339.09º | 0.32% | 0.41% | - |
| HSV(B) | 339.09º | 0.48% | 0.54% | - |
| XYZ | 14.59 | 10.63 | 11.87 | - |
| YUV | 93.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 94 | 0 | 0.48 | 0.31 | 0.46 | 339.09 | 0.32 | 0.41 |
| Hex | 89 | 47 | 5E | 0 | 30 | 1F | 2E | 153 | 20 | 29 |
| Octal | 211 | 107 | 136 | 0 | 60 | 37 | 56 | 523 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1011110 | 0 | 110000 | 11111 | 101110 | 101010011 | 100000 | 101001 |
Color Harmonies of #89475E
Complementary color
Monochromatic Colors of #89475E
Black with #89475E
Text Example
Text Example
White with #89475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89475E; }
p { color: rgb(137,71,94); }
H1.HeaderClassName
{
color: #89475E;
}
.AnyTagClassName
{
color: #89475E;
}
</style>
background-color css
<style>
a { background-color: #89475E; }
a { background-color: rgb(137,71,94); }
div.DivClassName
{
background-color: #89475E;
}
.BgClassName
{
background-color: #89475E;
}
</style>
border-color css
<style>
span { border-color: #89475E; }
span { border-color: rgb(137,71,94); }
td.TdClassName
{
border-color: #89475E;
}
.TagClassName
{
border-color: #89475E;
}
</style>