Shades of Cannon Pink #8D4F5D
Tints of Cannon Pink #8D4F5D
RGB
CMYK
RGB Variations
Color information
#8D4F5D (or 0x8D4F5D) is known color: Cannon Pink. HEX triplet: 8D, 4F and 5D. RGB value is (141,79,93). Sum of RGB (Red+Green+Blue) = 141+79+93=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4F5D is #72B0A2. Grayscale: #636363. Windows color (decimal): -7516323 or 6115213. OLE color: 6115213.
HSL color Cylindrical-coordinate representation of color #8D4F5D: hue angle of 346.45º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D4F5D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 79 | 93 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.45 |
| HSL | 346.45º | 0.28% | 0.43% | - |
| HSV(B) | 346.45º | 0.44% | 0.55% | - |
| XYZ | 15.76 | 12.05 | 11.85 | - |
| YUV | 99.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 93 | 0 | 0.44 | 0.34 | 0.45 | 346.45 | 0.28 | 0.43 |
| Hex | 8D | 4F | 5D | 0 | 2C | 22 | 2D | 15A | 1C | 2B |
| Octal | 215 | 117 | 135 | 0 | 54 | 42 | 55 | 532 | 34 | 53 |
| Binary | 10001101 | 1001111 | 1011101 | 0 | 101100 | 100010 | 101101 | 101011010 | 11100 | 101011 |
Color Harmonies of #8D4F5D
Complementary color
Monochromatic Colors of #8D4F5D
Black with #8D4F5D
Text Example
Text Example
White with #8D4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4F5D; }
p { color: rgb(141,79,93); }
H1.HeaderClassName
{
color: #8D4F5D;
}
.AnyTagClassName
{
color: #8D4F5D;
}
</style>
background-color css
<style>
a { background-color: #8D4F5D; }
a { background-color: rgb(141,79,93); }
div.DivClassName
{
background-color: #8D4F5D;
}
.BgClassName
{
background-color: #8D4F5D;
}
</style>
border-color css
<style>
span { border-color: #8D4F5D; }
span { border-color: rgb(141,79,93); }
td.TdClassName
{
border-color: #8D4F5D;
}
.TagClassName
{
border-color: #8D4F5D;
}
</style>