Shades of Cannon Pink #8D4865
Tints of Cannon Pink #8D4865
RGB
CMYK
RGB Variations
Color information
#8D4865 (or 0x8D4865) is known color: Cannon Pink. HEX triplet: 8D, 48 and 65. RGB value is (141,72,101). Sum of RGB (Red+Green+Blue) = 141+72+101=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4865 is #72B79A. Grayscale: #5F5F5F. Windows color (decimal): -7518107 or 6637709. OLE color: 6637709.
HSL color Cylindrical-coordinate representation of color #8D4865: hue angle of 334.78º 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 #8D4865 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 101 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.45 |
| HSL | 334.78º | 0.32% | 0.42% | - |
| HSV(B) | 334.78º | 0.49% | 0.55% | - |
| XYZ | 15.65 | 11.24 | 13.66 | - |
| YUV | 95.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 101 | 0 | 0.49 | 0.28 | 0.45 | 334.78 | 0.32 | 0.42 |
| Hex | 8D | 48 | 65 | 0 | 31 | 1C | 2D | 14F | 20 | 2A |
| Octal | 215 | 110 | 145 | 0 | 61 | 34 | 55 | 517 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1100101 | 0 | 110001 | 11100 | 101101 | 101001111 | 100000 | 101010 |
Color Harmonies of #8D4865
Complementary color
Monochromatic Colors of #8D4865
Black with #8D4865
Text Example
Text Example
White with #8D4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4865; }
p { color: rgb(141,72,101); }
H1.HeaderClassName
{
color: #8D4865;
}
.AnyTagClassName
{
color: #8D4865;
}
</style>
background-color css
<style>
a { background-color: #8D4865; }
a { background-color: rgb(141,72,101); }
div.DivClassName
{
background-color: #8D4865;
}
.BgClassName
{
background-color: #8D4865;
}
</style>
border-color css
<style>
span { border-color: #8D4865; }
span { border-color: rgb(141,72,101); }
td.TdClassName
{
border-color: #8D4865;
}
.TagClassName
{
border-color: #8D4865;
}
</style>