Shades of Cannon Pink #8D466D
Tints of Cannon Pink #8D466D
RGB
CMYK
RGB Variations
Color information
#8D466D (or 0x8D466D) is known color: Cannon Pink. HEX triplet: 8D, 46 and 6D. RGB value is (141,70,109). Sum of RGB (Red+Green+Blue) = 141+70+109=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D466D is #72B992. Grayscale: #5F5F5F. Windows color (decimal): -7518611 or 7161485. OLE color: 7161485.
HSL color Cylindrical-coordinate representation of color #8D466D: hue angle of 327.04º 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 #8D466D is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 109 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.45 |
| HSL | 327.04º | 0.34% | 0.41% | - |
| HSV(B) | 327.04º | 0.5% | 0.55% | - |
| XYZ | 15.93 | 11.15 | 15.78 | - |
| YUV | 95.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 109 | 0 | 0.50 | 0.23 | 0.45 | 327.04 | 0.34 | 0.41 |
| Hex | 8D | 46 | 6D | 0 | 32 | 17 | 2D | 147 | 22 | 29 |
| Octal | 215 | 106 | 155 | 0 | 62 | 27 | 55 | 507 | 42 | 51 |
| Binary | 10001101 | 1000110 | 1101101 | 0 | 110010 | 10111 | 101101 | 101000111 | 100010 | 101001 |
Color Harmonies of #8D466D
Complementary color
Monochromatic Colors of #8D466D
Black with #8D466D
Text Example
Text Example
White with #8D466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D466D; }
p { color: rgb(141,70,109); }
H1.HeaderClassName
{
color: #8D466D;
}
.AnyTagClassName
{
color: #8D466D;
}
</style>
background-color css
<style>
a { background-color: #8D466D; }
a { background-color: rgb(141,70,109); }
div.DivClassName
{
background-color: #8D466D;
}
.BgClassName
{
background-color: #8D466D;
}
</style>
border-color css
<style>
span { border-color: #8D466D; }
span { border-color: rgb(141,70,109); }
td.TdClassName
{
border-color: #8D466D;
}
.TagClassName
{
border-color: #8D466D;
}
</style>