Shades of Cannon Pink #8D4C5B
Tints of Cannon Pink #8D4C5B
RGB
CMYK
RGB Variations
Color information
#8D4C5B (or 0x8D4C5B) is known color: Cannon Pink. HEX triplet: 8D, 4C and 5B. RGB value is (141,76,91). Sum of RGB (Red+Green+Blue) = 141+76+91=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C5B is #72B3A4. Grayscale: #616161. Windows color (decimal): -7517093 or 5983373. OLE color: 5983373.
HSL color Cylindrical-coordinate representation of color #8D4C5B: hue angle of 346.15º 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 #8D4C5B is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 91 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.45 |
| HSL | 346.15º | 0.3% | 0.43% | - |
| HSV(B) | 346.15º | 0.46% | 0.55% | - |
| XYZ | 15.46 | 11.59 | 11.32 | - |
| YUV | 97.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 91 | 0 | 0.46 | 0.35 | 0.45 | 346.15 | 0.3 | 0.43 |
| Hex | 8D | 4C | 5B | 0 | 2E | 23 | 2D | 15A | 1E | 2B |
| Octal | 215 | 114 | 133 | 0 | 56 | 43 | 55 | 532 | 36 | 53 |
| Binary | 10001101 | 1001100 | 1011011 | 0 | 101110 | 100011 | 101101 | 101011010 | 11110 | 101011 |
Color Harmonies of #8D4C5B
Complementary color
Monochromatic Colors of #8D4C5B
Black with #8D4C5B
Text Example
Text Example
White with #8D4C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C5B; }
p { color: rgb(141,76,91); }
H1.HeaderClassName
{
color: #8D4C5B;
}
.AnyTagClassName
{
color: #8D4C5B;
}
</style>
background-color css
<style>
a { background-color: #8D4C5B; }
a { background-color: rgb(141,76,91); }
div.DivClassName
{
background-color: #8D4C5B;
}
.BgClassName
{
background-color: #8D4C5B;
}
</style>
border-color css
<style>
span { border-color: #8D4C5B; }
span { border-color: rgb(141,76,91); }
td.TdClassName
{
border-color: #8D4C5B;
}
.TagClassName
{
border-color: #8D4C5B;
}
</style>