Shades of Cannon Pink #89495A
Tints of Cannon Pink #89495A
RGB
CMYK
RGB Variations
Color information
#89495A (or 0x89495A) is known color: Cannon Pink. HEX triplet: 89, 49 and 5A. RGB value is (137,73,90). Sum of RGB (Red+Green+Blue) = 137+73+90=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89495A is #76B6A5. Grayscale: #5E5E5E. Windows color (decimal): -7780006 or 5917065. OLE color: 5917065.
HSL color Cylindrical-coordinate representation of color #89495A: hue angle of 344.06º 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 #89495A is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 90 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.46 |
| HSL | 344.06º | 0.3% | 0.41% | - |
| HSV(B) | 344.06º | 0.47% | 0.54% | - |
| XYZ | 14.54 | 10.82 | 11 | - |
| YUV | 94.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 90 | 0 | 0.47 | 0.34 | 0.46 | 344.06 | 0.3 | 0.41 |
| Hex | 89 | 49 | 5A | 0 | 2F | 22 | 2E | 158 | 1E | 29 |
| Octal | 211 | 111 | 132 | 0 | 57 | 42 | 56 | 530 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1011010 | 0 | 101111 | 100010 | 101110 | 101011000 | 11110 | 101001 |
Color Harmonies of #89495A
Complementary color
Monochromatic Colors of #89495A
Black with #89495A
Text Example
Text Example
White with #89495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89495A; }
p { color: rgb(137,73,90); }
H1.HeaderClassName
{
color: #89495A;
}
.AnyTagClassName
{
color: #89495A;
}
</style>
background-color css
<style>
a { background-color: #89495A; }
a { background-color: rgb(137,73,90); }
div.DivClassName
{
background-color: #89495A;
}
.BgClassName
{
background-color: #89495A;
}
</style>
border-color css
<style>
span { border-color: #89495A; }
span { border-color: rgb(137,73,90); }
td.TdClassName
{
border-color: #89495A;
}
.TagClassName
{
border-color: #89495A;
}
</style>