Shades of Cannon Pink #8D436E
Tints of Cannon Pink #8D436E
RGB
CMYK
RGB Variations
Color information
#8D436E (or 0x8D436E) is known color: Cannon Pink. HEX triplet: 8D, 43 and 6E. RGB value is (141,67,110). Sum of RGB (Red+Green+Blue) = 141+67+110=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D436E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D436E is #72BC91. Grayscale: #5D5D5D. Windows color (decimal): -7519378 or 7226253. OLE color: 7226253.
HSL color Cylindrical-coordinate representation of color #8D436E: hue angle of 325.14º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D436E is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 110 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.45 |
| HSL | 325.14º | 0.36% | 0.41% | - |
| HSV(B) | 325.14º | 0.52% | 0.55% | - |
| XYZ | 15.81 | 10.8 | 16 | - |
| YUV | 94.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 110 | 0 | 0.52 | 0.22 | 0.45 | 325.14 | 0.36 | 0.41 |
| Hex | 8D | 43 | 6E | 0 | 34 | 16 | 2D | 145 | 24 | 29 |
| Octal | 215 | 103 | 156 | 0 | 64 | 26 | 55 | 505 | 44 | 51 |
| Binary | 10001101 | 1000011 | 1101110 | 0 | 110100 | 10110 | 101101 | 101000101 | 100100 | 101001 |
Color Harmonies of #8D436E
Complementary color
Monochromatic Colors of #8D436E
Black with #8D436E
Text Example
Text Example
White with #8D436E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D436E; }
p { color: rgb(141,67,110); }
H1.HeaderClassName
{
color: #8D436E;
}
.AnyTagClassName
{
color: #8D436E;
}
</style>
background-color css
<style>
a { background-color: #8D436E; }
a { background-color: rgb(141,67,110); }
div.DivClassName
{
background-color: #8D436E;
}
.BgClassName
{
background-color: #8D436E;
}
</style>
border-color css
<style>
span { border-color: #8D436E; }
span { border-color: rgb(141,67,110); }
td.TdClassName
{
border-color: #8D436E;
}
.TagClassName
{
border-color: #8D436E;
}
</style>