Shades of Cannon Pink #8D4770
Tints of Cannon Pink #8D4770
RGB
CMYK
RGB Variations
Color information
#8D4770 (or 0x8D4770) is known color: Cannon Pink. HEX triplet: 8D, 47 and 70. RGB value is (141,71,112). Sum of RGB (Red+Green+Blue) = 141+71+112=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4770 is #72B88F. Grayscale: #606060. Windows color (decimal): -7518352 or 7358349. OLE color: 7358349.
HSL color Cylindrical-coordinate representation of color #8D4770: hue angle of 324.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4770 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 112 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.45 |
| HSL | 324.86º | 0.33% | 0.42% | - |
| HSV(B) | 324.86º | 0.5% | 0.55% | - |
| XYZ | 16.16 | 11.34 | 16.67 | - |
| YUV | 96.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 112 | 0 | 0.50 | 0.21 | 0.45 | 324.86 | 0.33 | 0.42 |
| Hex | 8D | 47 | 70 | 0 | 32 | 15 | 2D | 145 | 21 | 2A |
| Octal | 215 | 107 | 160 | 0 | 62 | 25 | 55 | 505 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1110000 | 0 | 110010 | 10101 | 101101 | 101000101 | 100001 | 101010 |
Color Harmonies of #8D4770
Complementary color
Monochromatic Colors of #8D4770
Black with #8D4770
Text Example
Text Example
White with #8D4770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4770; }
p { color: rgb(141,71,112); }
H1.HeaderClassName
{
color: #8D4770;
}
.AnyTagClassName
{
color: #8D4770;
}
</style>
background-color css
<style>
a { background-color: #8D4770; }
a { background-color: rgb(141,71,112); }
div.DivClassName
{
background-color: #8D4770;
}
.BgClassName
{
background-color: #8D4770;
}
</style>
border-color css
<style>
span { border-color: #8D4770; }
span { border-color: rgb(141,71,112); }
td.TdClassName
{
border-color: #8D4770;
}
.TagClassName
{
border-color: #8D4770;
}
</style>