Shades of Cannon Pink #8D456A
Tints of Cannon Pink #8D456A
RGB
CMYK
RGB Variations
Color information
#8D456A (or 0x8D456A) is known color: Cannon Pink. HEX triplet: 8D, 45 and 6A. RGB value is (141,69,106). Sum of RGB (Red+Green+Blue) = 141+69+106=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D456A is #72BA95. Grayscale: #5E5E5E. Windows color (decimal): -7518870 or 6964621. OLE color: 6964621.
HSL color Cylindrical-coordinate representation of color #8D456A: hue angle of 329.17º 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 #8D456A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 106 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.45 |
| HSL | 329.17º | 0.34% | 0.41% | - |
| HSV(B) | 329.17º | 0.51% | 0.55% | - |
| XYZ | 15.71 | 10.96 | 14.92 | - |
| YUV | 94.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 106 | 0 | 0.51 | 0.25 | 0.45 | 329.17 | 0.34 | 0.41 |
| Hex | 8D | 45 | 6A | 0 | 33 | 19 | 2D | 149 | 22 | 29 |
| Octal | 215 | 105 | 152 | 0 | 63 | 31 | 55 | 511 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1101010 | 0 | 110011 | 11001 | 101101 | 101001001 | 100010 | 101001 |
Color Harmonies of #8D456A
Complementary color
Monochromatic Colors of #8D456A
Black with #8D456A
Text Example
Text Example
White with #8D456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D456A; }
p { color: rgb(141,69,106); }
H1.HeaderClassName
{
color: #8D456A;
}
.AnyTagClassName
{
color: #8D456A;
}
</style>
background-color css
<style>
a { background-color: #8D456A; }
a { background-color: rgb(141,69,106); }
div.DivClassName
{
background-color: #8D456A;
}
.BgClassName
{
background-color: #8D456A;
}
</style>
border-color css
<style>
span { border-color: #8D456A; }
span { border-color: rgb(141,69,106); }
td.TdClassName
{
border-color: #8D456A;
}
.TagClassName
{
border-color: #8D456A;
}
</style>