Shades of Cannon Pink #89546C
Tints of Cannon Pink #89546C
RGB
CMYK
RGB Variations
Color information
#89546C (or 0x89546C) is known color: Cannon Pink. HEX triplet: 89, 54 and 6C. RGB value is (137,84,108). Sum of RGB (Red+Green+Blue) = 137+84+108=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89546C is #76AB93. Grayscale: #666666. Windows color (decimal): -7777172 or 7099529. OLE color: 7099529.
HSL color Cylindrical-coordinate representation of color #89546C: hue angle of 332.83º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89546C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 108 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.46 |
| HSL | 332.83º | 0.24% | 0.43% | - |
| HSV(B) | 332.83º | 0.39% | 0.54% | - |
| XYZ | 16.19 | 12.74 | 15.79 | - |
| YUV | 102.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 108 | 0 | 0.39 | 0.21 | 0.46 | 332.83 | 0.24 | 0.43 |
| Hex | 89 | 54 | 6C | 0 | 27 | 15 | 2E | 14D | 18 | 2B |
| Octal | 211 | 124 | 154 | 0 | 47 | 25 | 56 | 515 | 30 | 53 |
| Binary | 10001001 | 1010100 | 1101100 | 0 | 100111 | 10101 | 101110 | 101001101 | 11000 | 101011 |
Color Harmonies of #89546C
Complementary color
Monochromatic Colors of #89546C
Black with #89546C
Text Example
Text Example
White with #89546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89546C; }
p { color: rgb(137,84,108); }
H1.HeaderClassName
{
color: #89546C;
}
.AnyTagClassName
{
color: #89546C;
}
</style>
background-color css
<style>
a { background-color: #89546C; }
a { background-color: rgb(137,84,108); }
div.DivClassName
{
background-color: #89546C;
}
.BgClassName
{
background-color: #89546C;
}
</style>
border-color css
<style>
span { border-color: #89546C; }
span { border-color: rgb(137,84,108); }
td.TdClassName
{
border-color: #89546C;
}
.TagClassName
{
border-color: #89546C;
}
</style>