Shades of Cannon Pink #8D5570
Tints of Cannon Pink #8D5570
RGB
CMYK
RGB Variations
Color information
#8D5570 (or 0x8D5570) is known color: Cannon Pink. HEX triplet: 8D, 55 and 70. RGB value is (141,85,112). Sum of RGB (Red+Green+Blue) = 141+85+112=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5570 is #72AA8F. Grayscale: #686868. Windows color (decimal): -7514768 or 7361933. OLE color: 7361933.
HSL color Cylindrical-coordinate representation of color #8D5570: hue angle of 331.07º 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 #8D5570 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 112 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.45 |
| HSL | 331.07º | 0.25% | 0.44% | - |
| HSV(B) | 331.07º | 0.4% | 0.55% | - |
| XYZ | 17.16 | 13.33 | 17 | - |
| YUV | 104.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 112 | 0 | 0.40 | 0.21 | 0.45 | 331.07 | 0.25 | 0.44 |
| Hex | 8D | 55 | 70 | 0 | 28 | 15 | 2D | 14B | 19 | 2C |
| Octal | 215 | 125 | 160 | 0 | 50 | 25 | 55 | 513 | 31 | 54 |
| Binary | 10001101 | 1010101 | 1110000 | 0 | 101000 | 10101 | 101101 | 101001011 | 11001 | 101100 |
Color Harmonies of #8D5570
Complementary color
Monochromatic Colors of #8D5570
Black with #8D5570
Text Example
Text Example
White with #8D5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5570; }
p { color: rgb(141,85,112); }
H1.HeaderClassName
{
color: #8D5570;
}
.AnyTagClassName
{
color: #8D5570;
}
</style>
background-color css
<style>
a { background-color: #8D5570; }
a { background-color: rgb(141,85,112); }
div.DivClassName
{
background-color: #8D5570;
}
.BgClassName
{
background-color: #8D5570;
}
</style>
border-color css
<style>
span { border-color: #8D5570; }
span { border-color: rgb(141,85,112); }
td.TdClassName
{
border-color: #8D5570;
}
.TagClassName
{
border-color: #8D5570;
}
</style>