Shades of Cannon Pink #8D456F
Tints of Cannon Pink #8D456F
RGB
CMYK
RGB Variations
Color information
#8D456F (or 0x8D456F) is known color: Cannon Pink. HEX triplet: 8D, 45 and 6F. RGB value is (141,69,111). Sum of RGB (Red+Green+Blue) = 141+69+111=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D456F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D456F is #72BA90. Grayscale: #5F5F5F. Windows color (decimal): -7518865 or 7292301. OLE color: 7292301.
HSL color Cylindrical-coordinate representation of color #8D456F: hue angle of 325º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D456F is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 111 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.45 |
| HSL | 325º | 0.34% | 0.41% | - |
| HSV(B) | 325º | 0.51% | 0.55% | - |
| XYZ | 15.98 | 11.07 | 16.33 | - |
| YUV | 95.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 111 | 0 | 0.51 | 0.21 | 0.45 | 325 | 0.34 | 0.41 |
| Hex | 8D | 45 | 6F | 0 | 33 | 15 | 2D | 145 | 22 | 29 |
| Octal | 215 | 105 | 157 | 0 | 63 | 25 | 55 | 505 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1101111 | 0 | 110011 | 10101 | 101101 | 101000101 | 100010 | 101001 |
Color Harmonies of #8D456F
Complementary color
Monochromatic Colors of #8D456F
Black with #8D456F
Text Example
Text Example
White with #8D456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D456F; }
p { color: rgb(141,69,111); }
H1.HeaderClassName
{
color: #8D456F;
}
.AnyTagClassName
{
color: #8D456F;
}
</style>
background-color css
<style>
a { background-color: #8D456F; }
a { background-color: rgb(141,69,111); }
div.DivClassName
{
background-color: #8D456F;
}
.BgClassName
{
background-color: #8D456F;
}
</style>
border-color css
<style>
span { border-color: #8D456F; }
span { border-color: rgb(141,69,111); }
td.TdClassName
{
border-color: #8D456F;
}
.TagClassName
{
border-color: #8D456F;
}
</style>