Shades of Cannon Pink #8D4C66
Tints of Cannon Pink #8D4C66
RGB
CMYK
RGB Variations
Color information
#8D4C66 (or 0x8D4C66) is known color: Cannon Pink. HEX triplet: 8D, 4C and 66. RGB value is (141,76,102). Sum of RGB (Red+Green+Blue) = 141+76+102=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C66 is #72B399. Grayscale: #626262. Windows color (decimal): -7517082 or 6704269. OLE color: 6704269.
HSL color Cylindrical-coordinate representation of color #8D4C66: hue angle of 336º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4C66 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 102 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.45 |
| HSL | 336º | 0.3% | 0.43% | - |
| HSV(B) | 336º | 0.46% | 0.55% | - |
| XYZ | 15.97 | 11.79 | 14 | - |
| YUV | 98.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 102 | 0 | 0.46 | 0.28 | 0.45 | 336 | 0.3 | 0.43 |
| Hex | 8D | 4C | 66 | 0 | 2E | 1C | 2D | 150 | 1E | 2B |
| Octal | 215 | 114 | 146 | 0 | 56 | 34 | 55 | 520 | 36 | 53 |
| Binary | 10001101 | 1001100 | 1100110 | 0 | 101110 | 11100 | 101101 | 101010000 | 11110 | 101011 |
Color Harmonies of #8D4C66
Complementary color
Monochromatic Colors of #8D4C66
Black with #8D4C66
Text Example
Text Example
White with #8D4C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C66; }
p { color: rgb(141,76,102); }
H1.HeaderClassName
{
color: #8D4C66;
}
.AnyTagClassName
{
color: #8D4C66;
}
</style>
background-color css
<style>
a { background-color: #8D4C66; }
a { background-color: rgb(141,76,102); }
div.DivClassName
{
background-color: #8D4C66;
}
.BgClassName
{
background-color: #8D4C66;
}
</style>
border-color css
<style>
span { border-color: #8D4C66; }
span { border-color: rgb(141,76,102); }
td.TdClassName
{
border-color: #8D4C66;
}
.TagClassName
{
border-color: #8D4C66;
}
</style>