Shades of Cannon Pink #8D4664
Tints of Cannon Pink #8D4664
RGB
CMYK
RGB Variations
Color information
#8D4664 (or 0x8D4664) is known color: Cannon Pink. HEX triplet: 8D, 46 and 64. RGB value is (141,70,100). Sum of RGB (Red+Green+Blue) = 141+70+100=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4664 is #72B99B. Grayscale: #5E5E5E. Windows color (decimal): -7518620 or 6571661. OLE color: 6571661.
HSL color Cylindrical-coordinate representation of color #8D4664: hue angle of 334.65º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4664 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 100 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.45 |
| HSL | 334.65º | 0.34% | 0.41% | - |
| HSV(B) | 334.65º | 0.5% | 0.55% | - |
| XYZ | 15.47 | 10.96 | 13.36 | - |
| YUV | 94.65 | 131.02 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 100 | 0 | 0.50 | 0.29 | 0.45 | 334.65 | 0.34 | 0.41 |
| Hex | 8D | 46 | 64 | 0 | 32 | 1D | 2D | 14F | 22 | 29 |
| Octal | 215 | 106 | 144 | 0 | 62 | 35 | 55 | 517 | 42 | 51 |
| Binary | 10001101 | 1000110 | 1100100 | 0 | 110010 | 11101 | 101101 | 101001111 | 100010 | 101001 |
Color Harmonies of #8D4664
Complementary color
Monochromatic Colors of #8D4664
Black with #8D4664
Text Example
Text Example
White with #8D4664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4664; }
p { color: rgb(141,70,100); }
H1.HeaderClassName
{
color: #8D4664;
}
.AnyTagClassName
{
color: #8D4664;
}
</style>
background-color css
<style>
a { background-color: #8D4664; }
a { background-color: rgb(141,70,100); }
div.DivClassName
{
background-color: #8D4664;
}
.BgClassName
{
background-color: #8D4664;
}
</style>
border-color css
<style>
span { border-color: #8D4664; }
span { border-color: rgb(141,70,100); }
td.TdClassName
{
border-color: #8D4664;
}
.TagClassName
{
border-color: #8D4664;
}
</style>