Shades of Cannon Pink #8D476E
Tints of Cannon Pink #8D476E
RGB
CMYK
RGB Variations
Color information
#8D476E (or 0x8D476E) is known color: Cannon Pink. HEX triplet: 8D, 47 and 6E. RGB value is (141,71,110). Sum of RGB (Red+Green+Blue) = 141+71+110=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D476E is #72B891. Grayscale: #606060. Windows color (decimal): -7518354 or 7227277. OLE color: 7227277.
HSL color Cylindrical-coordinate representation of color #8D476E: hue angle of 326.57º 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 #8D476E is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 110 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.45 |
| HSL | 326.57º | 0.33% | 0.42% | - |
| HSV(B) | 326.57º | 0.5% | 0.55% | - |
| XYZ | 16.05 | 11.29 | 16.09 | - |
| YUV | 96.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 110 | 0 | 0.50 | 0.22 | 0.45 | 326.57 | 0.33 | 0.42 |
| Hex | 8D | 47 | 6E | 0 | 32 | 16 | 2D | 147 | 21 | 2A |
| Octal | 215 | 107 | 156 | 0 | 62 | 26 | 55 | 507 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1101110 | 0 | 110010 | 10110 | 101101 | 101000111 | 100001 | 101010 |
Color Harmonies of #8D476E
Complementary color
Monochromatic Colors of #8D476E
Black with #8D476E
Text Example
Text Example
White with #8D476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D476E; }
p { color: rgb(141,71,110); }
H1.HeaderClassName
{
color: #8D476E;
}
.AnyTagClassName
{
color: #8D476E;
}
</style>
background-color css
<style>
a { background-color: #8D476E; }
a { background-color: rgb(141,71,110); }
div.DivClassName
{
background-color: #8D476E;
}
.BgClassName
{
background-color: #8D476E;
}
</style>
border-color css
<style>
span { border-color: #8D476E; }
span { border-color: rgb(141,71,110); }
td.TdClassName
{
border-color: #8D476E;
}
.TagClassName
{
border-color: #8D476E;
}
</style>