Shades of Cannon Pink #8D4762
Tints of Cannon Pink #8D4762
RGB
CMYK
RGB Variations
Color information
#8D4762 (or 0x8D4762) is known color: Cannon Pink. HEX triplet: 8D, 47 and 62. RGB value is (141,71,98). Sum of RGB (Red+Green+Blue) = 141+71+98=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4762 is #72B89D. Grayscale: #5E5E5E. Windows color (decimal): -7518366 or 6440845. OLE color: 6440845.
HSL color Cylindrical-coordinate representation of color #8D4762: hue angle of 336.86º 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 #8D4762 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 98 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.45 |
| HSL | 336.86º | 0.33% | 0.42% | - |
| HSV(B) | 336.86º | 0.5% | 0.55% | - |
| XYZ | 15.44 | 11.05 | 12.87 | - |
| YUV | 95.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 98 | 0 | 0.50 | 0.30 | 0.45 | 336.86 | 0.33 | 0.42 |
| Hex | 8D | 47 | 62 | 0 | 32 | 1E | 2D | 151 | 21 | 2A |
| Octal | 215 | 107 | 142 | 0 | 62 | 36 | 55 | 521 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1100010 | 0 | 110010 | 11110 | 101101 | 101010001 | 100001 | 101010 |
Color Harmonies of #8D4762
Complementary color
Monochromatic Colors of #8D4762
Black with #8D4762
Text Example
Text Example
White with #8D4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4762; }
p { color: rgb(141,71,98); }
H1.HeaderClassName
{
color: #8D4762;
}
.AnyTagClassName
{
color: #8D4762;
}
</style>
background-color css
<style>
a { background-color: #8D4762; }
a { background-color: rgb(141,71,98); }
div.DivClassName
{
background-color: #8D4762;
}
.BgClassName
{
background-color: #8D4762;
}
</style>
border-color css
<style>
span { border-color: #8D4762; }
span { border-color: rgb(141,71,98); }
td.TdClassName
{
border-color: #8D4762;
}
.TagClassName
{
border-color: #8D4762;
}
</style>