Shades of Cannon Pink #8D4860
Tints of Cannon Pink #8D4860
RGB
CMYK
RGB Variations
Color information
#8D4860 (or 0x8D4860) is known color: Cannon Pink. HEX triplet: 8D, 48 and 60. RGB value is (141,72,96). Sum of RGB (Red+Green+Blue) = 141+72+96=309 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.63% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4860 is #72B79F. Grayscale: #5F5F5F. Windows color (decimal): -7518112 or 6310029. OLE color: 6310029.
HSL color Cylindrical-coordinate representation of color #8D4860: hue angle of 339.13º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D4860 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 96 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.45 |
| HSL | 339.13º | 0.32% | 0.42% | - |
| HSV(B) | 339.13º | 0.49% | 0.55% | - |
| XYZ | 15.41 | 11.14 | 12.4 | - |
| YUV | 95.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 96 | 0 | 0.49 | 0.32 | 0.45 | 339.13 | 0.32 | 0.42 |
| Hex | 8D | 48 | 60 | 0 | 31 | 20 | 2D | 153 | 20 | 2A |
| Octal | 215 | 110 | 140 | 0 | 61 | 40 | 55 | 523 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1100000 | 0 | 110001 | 100000 | 101101 | 101010011 | 100000 | 101010 |
Color Harmonies of #8D4860
Complementary color
Monochromatic Colors of #8D4860
Black with #8D4860
Text Example
Text Example
White with #8D4860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4860; }
p { color: rgb(141,72,96); }
H1.HeaderClassName
{
color: #8D4860;
}
.AnyTagClassName
{
color: #8D4860;
}
</style>
background-color css
<style>
a { background-color: #8D4860; }
a { background-color: rgb(141,72,96); }
div.DivClassName
{
background-color: #8D4860;
}
.BgClassName
{
background-color: #8D4860;
}
</style>
border-color css
<style>
span { border-color: #8D4860; }
span { border-color: rgb(141,72,96); }
td.TdClassName
{
border-color: #8D4860;
}
.TagClassName
{
border-color: #8D4860;
}
</style>