Shades of Cannon Pink #8D476C
Tints of Cannon Pink #8D476C
RGB
CMYK
RGB Variations
Color information
#8D476C (or 0x8D476C) is known color: Cannon Pink. HEX triplet: 8D, 47 and 6C. RGB value is (141,71,108). Sum of RGB (Red+Green+Blue) = 141+71+108=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D476C is #72B893. Grayscale: #606060. Windows color (decimal): -7518356 or 7096205. OLE color: 7096205.
HSL color Cylindrical-coordinate representation of color #8D476C: hue angle of 328.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D476C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 108 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.45 |
| HSL | 328.29º | 0.33% | 0.42% | - |
| HSV(B) | 328.29º | 0.5% | 0.55% | - |
| XYZ | 15.94 | 11.25 | 15.52 | - |
| YUV | 96.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 108 | 0 | 0.50 | 0.23 | 0.45 | 328.29 | 0.33 | 0.42 |
| Hex | 8D | 47 | 6C | 0 | 32 | 17 | 2D | 148 | 21 | 2A |
| Octal | 215 | 107 | 154 | 0 | 62 | 27 | 55 | 510 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1101100 | 0 | 110010 | 10111 | 101101 | 101001000 | 100001 | 101010 |
Color Harmonies of #8D476C
Complementary color
Monochromatic Colors of #8D476C
Black with #8D476C
Text Example
Text Example
White with #8D476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D476C; }
p { color: rgb(141,71,108); }
H1.HeaderClassName
{
color: #8D476C;
}
.AnyTagClassName
{
color: #8D476C;
}
</style>
background-color css
<style>
a { background-color: #8D476C; }
a { background-color: rgb(141,71,108); }
div.DivClassName
{
background-color: #8D476C;
}
.BgClassName
{
background-color: #8D476C;
}
</style>
border-color css
<style>
span { border-color: #8D476C; }
span { border-color: rgb(141,71,108); }
td.TdClassName
{
border-color: #8D476C;
}
.TagClassName
{
border-color: #8D476C;
}
</style>