Shades of Cannon Pink #8D5471
Tints of Cannon Pink #8D5471
RGB
CMYK
RGB Variations
Color information
#8D5471 (or 0x8D5471) is known color: Cannon Pink. HEX triplet: 8D, 54 and 71. RGB value is (141,84,113). Sum of RGB (Red+Green+Blue) = 141+84+113=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5471 is #72AB8E. Grayscale: #686868. Windows color (decimal): -7515023 or 7427213. OLE color: 7427213.
HSL color Cylindrical-coordinate representation of color #8D5471: hue angle of 329.47º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5471 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 113 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.45 |
| HSL | 329.47º | 0.25% | 0.44% | - |
| HSV(B) | 329.47º | 0.4% | 0.55% | - |
| XYZ | 17.14 | 13.2 | 17.27 | - |
| YUV | 104.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 113 | 0 | 0.40 | 0.20 | 0.45 | 329.47 | 0.25 | 0.44 |
| Hex | 8D | 54 | 71 | 0 | 28 | 14 | 2D | 149 | 19 | 2C |
| Octal | 215 | 124 | 161 | 0 | 50 | 24 | 55 | 511 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1110001 | 0 | 101000 | 10100 | 101101 | 101001001 | 11001 | 101100 |
Color Harmonies of #8D5471
Complementary color
Monochromatic Colors of #8D5471
Black with #8D5471
Text Example
Text Example
White with #8D5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5471; }
p { color: rgb(141,84,113); }
H1.HeaderClassName
{
color: #8D5471;
}
.AnyTagClassName
{
color: #8D5471;
}
</style>
background-color css
<style>
a { background-color: #8D5471; }
a { background-color: rgb(141,84,113); }
div.DivClassName
{
background-color: #8D5471;
}
.BgClassName
{
background-color: #8D5471;
}
</style>
border-color css
<style>
span { border-color: #8D5471; }
span { border-color: rgb(141,84,113); }
td.TdClassName
{
border-color: #8D5471;
}
.TagClassName
{
border-color: #8D5471;
}
</style>