Shades of Cannon Pink #8D4D61
Tints of Cannon Pink #8D4D61
RGB
CMYK
RGB Variations
Color information
#8D4D61 (or 0x8D4D61) is known color: Cannon Pink. HEX triplet: 8D, 4D and 61. RGB value is (141,77,97). Sum of RGB (Red+Green+Blue) = 141+77+97=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4D61 is #72B29E. Grayscale: #626262. Windows color (decimal): -7516831 or 6376845. OLE color: 6376845.
HSL color Cylindrical-coordinate representation of color #8D4D61: hue angle of 341.25º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8D4D61 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 77 | 97 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.45 |
| HSL | 341.25º | 0.29% | 0.43% | - |
| HSV(B) | 341.25º | 0.45% | 0.55% | - |
| XYZ | 15.8 | 11.83 | 12.76 | - |
| YUV | 98.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 97 | 0 | 0.45 | 0.31 | 0.45 | 341.25 | 0.29 | 0.43 |
| Hex | 8D | 4D | 61 | 0 | 2D | 1F | 2D | 155 | 1D | 2B |
| Octal | 215 | 115 | 141 | 0 | 55 | 37 | 55 | 525 | 35 | 53 |
| Binary | 10001101 | 1001101 | 1100001 | 0 | 101101 | 11111 | 101101 | 101010101 | 11101 | 101011 |
Color Harmonies of #8D4D61
Complementary color
Monochromatic Colors of #8D4D61
Black with #8D4D61
Text Example
Text Example
White with #8D4D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4D61; }
p { color: rgb(141,77,97); }
H1.HeaderClassName
{
color: #8D4D61;
}
.AnyTagClassName
{
color: #8D4D61;
}
</style>
background-color css
<style>
a { background-color: #8D4D61; }
a { background-color: rgb(141,77,97); }
div.DivClassName
{
background-color: #8D4D61;
}
.BgClassName
{
background-color: #8D4D61;
}
</style>
border-color css
<style>
span { border-color: #8D4D61; }
span { border-color: rgb(141,77,97); }
td.TdClassName
{
border-color: #8D4D61;
}
.TagClassName
{
border-color: #8D4D61;
}
</style>