Shades of Cannon Pink #8D4566
Tints of Cannon Pink #8D4566
RGB
CMYK
RGB Variations
Color information
#8D4566 (or 0x8D4566) is known color: Cannon Pink. HEX triplet: 8D, 45 and 66. RGB value is (141,69,102). Sum of RGB (Red+Green+Blue) = 141+69+102=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4566 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4566 is #72BA99. Grayscale: #5E5E5E. Windows color (decimal): -7518874 or 6702477. OLE color: 6702477.
HSL color Cylindrical-coordinate representation of color #8D4566: hue angle of 332.5º 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 #8D4566 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 102 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.45 |
| HSL | 332.5º | 0.34% | 0.41% | - |
| HSV(B) | 332.5º | 0.51% | 0.55% | - |
| XYZ | 15.51 | 10.88 | 13.85 | - |
| YUV | 94.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 102 | 0 | 0.51 | 0.28 | 0.45 | 332.5 | 0.34 | 0.41 |
| Hex | 8D | 45 | 66 | 0 | 33 | 1C | 2D | 14C | 22 | 29 |
| Octal | 215 | 105 | 146 | 0 | 63 | 34 | 55 | 514 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1100110 | 0 | 110011 | 11100 | 101101 | 101001100 | 100010 | 101001 |
Color Harmonies of #8D4566
Complementary color
Monochromatic Colors of #8D4566
Black with #8D4566
Text Example
Text Example
White with #8D4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4566; }
p { color: rgb(141,69,102); }
H1.HeaderClassName
{
color: #8D4566;
}
.AnyTagClassName
{
color: #8D4566;
}
</style>
background-color css
<style>
a { background-color: #8D4566; }
a { background-color: rgb(141,69,102); }
div.DivClassName
{
background-color: #8D4566;
}
.BgClassName
{
background-color: #8D4566;
}
</style>
border-color css
<style>
span { border-color: #8D4566; }
span { border-color: rgb(141,69,102); }
td.TdClassName
{
border-color: #8D4566;
}
.TagClassName
{
border-color: #8D4566;
}
</style>