Shades of Cannon Pink #89576C
Tints of Cannon Pink #89576C
RGB
CMYK
RGB Variations
Color information
#89576C (or 0x89576C) is known color: Cannon Pink. HEX triplet: 89, 57 and 6C. RGB value is (137,87,108). Sum of RGB (Red+Green+Blue) = 137+87+108=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89576C is #76A893. Grayscale: #686868. Windows color (decimal): -7776404 or 7100297. OLE color: 7100297.
HSL color Cylindrical-coordinate representation of color #89576C: hue angle of 334.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89576C is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 108 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.46 |
| HSL | 334.8º | 0.22% | 0.44% | - |
| HSV(B) | 334.8º | 0.36% | 0.54% | - |
| XYZ | 16.43 | 13.22 | 15.87 | - |
| YUV | 104.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 108 | 0 | 0.36 | 0.21 | 0.46 | 334.8 | 0.22 | 0.44 |
| Hex | 89 | 57 | 6C | 0 | 24 | 15 | 2E | 14F | 16 | 2C |
| Octal | 211 | 127 | 154 | 0 | 44 | 25 | 56 | 517 | 26 | 54 |
| Binary | 10001001 | 1010111 | 1101100 | 0 | 100100 | 10101 | 101110 | 101001111 | 10110 | 101100 |
Color Harmonies of #89576C
Complementary color
Monochromatic Colors of #89576C
Black with #89576C
Text Example
Text Example
White with #89576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89576C; }
p { color: rgb(137,87,108); }
H1.HeaderClassName
{
color: #89576C;
}
.AnyTagClassName
{
color: #89576C;
}
</style>
background-color css
<style>
a { background-color: #89576C; }
a { background-color: rgb(137,87,108); }
div.DivClassName
{
background-color: #89576C;
}
.BgClassName
{
background-color: #89576C;
}
</style>
border-color css
<style>
span { border-color: #89576C; }
span { border-color: rgb(137,87,108); }
td.TdClassName
{
border-color: #89576C;
}
.TagClassName
{
border-color: #89576C;
}
</style>