Shades of Cannon Pink #89485F
Tints of Cannon Pink #89485F
RGB
CMYK
RGB Variations
Color information
#89485F (or 0x89485F) is known color: Cannon Pink. HEX triplet: 89, 48 and 5F. RGB value is (137,72,95). Sum of RGB (Red+Green+Blue) = 137+72+95=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #89485F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89485F is #76B7A0. Grayscale: #5E5E5E. Windows color (decimal): -7780257 or 6244489. OLE color: 6244489.
HSL color Cylindrical-coordinate representation of color #89485F: hue angle of 338.77º degrees, saturation: 0.31, 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 #89485F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 72 | 95 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.46 |
| HSL | 338.77º | 0.31% | 0.41% | - |
| HSV(B) | 338.77º | 0.47% | 0.54% | - |
| XYZ | 14.7 | 10.78 | 12.13 | - |
| YUV | 94.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 72 | 95 | 0 | 0.47 | 0.31 | 0.46 | 338.77 | 0.31 | 0.41 |
| Hex | 89 | 48 | 5F | 0 | 2F | 1F | 2E | 153 | 1F | 29 |
| Octal | 211 | 110 | 137 | 0 | 57 | 37 | 56 | 523 | 37 | 51 |
| Binary | 10001001 | 1001000 | 1011111 | 0 | 101111 | 11111 | 101110 | 101010011 | 11111 | 101001 |
Color Harmonies of #89485F
Complementary color
Monochromatic Colors of #89485F
Black with #89485F
Text Example
Text Example
White with #89485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89485F; }
p { color: rgb(137,72,95); }
H1.HeaderClassName
{
color: #89485F;
}
.AnyTagClassName
{
color: #89485F;
}
</style>
background-color css
<style>
a { background-color: #89485F; }
a { background-color: rgb(137,72,95); }
div.DivClassName
{
background-color: #89485F;
}
.BgClassName
{
background-color: #89485F;
}
</style>
border-color css
<style>
span { border-color: #89485F; }
span { border-color: rgb(137,72,95); }
td.TdClassName
{
border-color: #89485F;
}
.TagClassName
{
border-color: #89485F;
}
</style>