Shades of Cannon Pink #8D4863
Tints of Cannon Pink #8D4863
RGB
CMYK
RGB Variations
Color information
#8D4863 (or 0x8D4863) is known color: Cannon Pink. HEX triplet: 8D, 48 and 63. RGB value is (141,72,99). Sum of RGB (Red+Green+Blue) = 141+72+99=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4863 is #72B79C. Grayscale: #5F5F5F. Windows color (decimal): -7518109 or 6506637. OLE color: 6506637.
HSL color Cylindrical-coordinate representation of color #8D4863: hue angle of 336.52º 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 #8D4863 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 99 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.45 |
| HSL | 336.52º | 0.32% | 0.42% | - |
| HSV(B) | 336.52º | 0.49% | 0.55% | - |
| XYZ | 15.55 | 11.2 | 13.15 | - |
| YUV | 95.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 99 | 0 | 0.49 | 0.30 | 0.45 | 336.52 | 0.32 | 0.42 |
| Hex | 8D | 48 | 63 | 0 | 31 | 1E | 2D | 151 | 20 | 2A |
| Octal | 215 | 110 | 143 | 0 | 61 | 36 | 55 | 521 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1100011 | 0 | 110001 | 11110 | 101101 | 101010001 | 100000 | 101010 |
Color Harmonies of #8D4863
Complementary color
Monochromatic Colors of #8D4863
Black with #8D4863
Text Example
Text Example
White with #8D4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4863; }
p { color: rgb(141,72,99); }
H1.HeaderClassName
{
color: #8D4863;
}
.AnyTagClassName
{
color: #8D4863;
}
</style>
background-color css
<style>
a { background-color: #8D4863; }
a { background-color: rgb(141,72,99); }
div.DivClassName
{
background-color: #8D4863;
}
.BgClassName
{
background-color: #8D4863;
}
</style>
border-color css
<style>
span { border-color: #8D4863; }
span { border-color: rgb(141,72,99); }
td.TdClassName
{
border-color: #8D4863;
}
.TagClassName
{
border-color: #8D4863;
}
</style>