Shades of Cannon Pink #89495F
Tints of Cannon Pink #89495F
RGB
CMYK
RGB Variations
Color information
#89495F (or 0x89495F) is known color: Cannon Pink. HEX triplet: 89, 49 and 5F. RGB value is (137,73,95). Sum of RGB (Red+Green+Blue) = 137+73+95=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #89495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89495F is #76B6A0. Grayscale: #5E5E5E. Windows color (decimal): -7780001 or 6244745. OLE color: 6244745.
HSL color Cylindrical-coordinate representation of color #89495F: hue angle of 339.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89495F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 95 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.46 |
| HSL | 339.38º | 0.3% | 0.41% | - |
| HSV(B) | 339.38º | 0.47% | 0.54% | - |
| XYZ | 14.76 | 10.91 | 12.15 | - |
| YUV | 94.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 95 | 0 | 0.47 | 0.31 | 0.46 | 339.38 | 0.3 | 0.41 |
| Hex | 89 | 49 | 5F | 0 | 2F | 1F | 2E | 153 | 1E | 29 |
| Octal | 211 | 111 | 137 | 0 | 57 | 37 | 56 | 523 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1011111 | 0 | 101111 | 11111 | 101110 | 101010011 | 11110 | 101001 |
Color Harmonies of #89495F
Complementary color
Monochromatic Colors of #89495F
Black with #89495F
Text Example
Text Example
White with #89495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89495F; }
p { color: rgb(137,73,95); }
H1.HeaderClassName
{
color: #89495F;
}
.AnyTagClassName
{
color: #89495F;
}
</style>
background-color css
<style>
a { background-color: #89495F; }
a { background-color: rgb(137,73,95); }
div.DivClassName
{
background-color: #89495F;
}
.BgClassName
{
background-color: #89495F;
}
</style>
border-color css
<style>
span { border-color: #89495F; }
span { border-color: rgb(137,73,95); }
td.TdClassName
{
border-color: #89495F;
}
.TagClassName
{
border-color: #89495F;
}
</style>