Shades of Cannon Pink #8D5461
Tints of Cannon Pink #8D5461
RGB
CMYK
RGB Variations
Color information
#8D5461 (or 0x8D5461) is known color: Cannon Pink. HEX triplet: 8D, 54 and 61. RGB value is (141,84,97). Sum of RGB (Red+Green+Blue) = 141+84+97=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5461 is #72AB9E. Grayscale: #666666. Windows color (decimal): -7515039 or 6378637. OLE color: 6378637.
HSL color Cylindrical-coordinate representation of color #8D5461: hue angle of 346.32º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5461 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 97 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.45 |
| HSL | 346.32º | 0.25% | 0.44% | - |
| HSV(B) | 346.32º | 0.4% | 0.55% | - |
| XYZ | 16.31 | 12.87 | 12.93 | - |
| YUV | 102.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 97 | 0 | 0.40 | 0.31 | 0.45 | 346.32 | 0.25 | 0.44 |
| Hex | 8D | 54 | 61 | 0 | 28 | 1F | 2D | 15A | 19 | 2C |
| Octal | 215 | 124 | 141 | 0 | 50 | 37 | 55 | 532 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1100001 | 0 | 101000 | 11111 | 101101 | 101011010 | 11001 | 101100 |
Color Harmonies of #8D5461
Complementary color
Monochromatic Colors of #8D5461
Black with #8D5461
Text Example
Text Example
White with #8D5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5461; }
p { color: rgb(141,84,97); }
H1.HeaderClassName
{
color: #8D5461;
}
.AnyTagClassName
{
color: #8D5461;
}
</style>
background-color css
<style>
a { background-color: #8D5461; }
a { background-color: rgb(141,84,97); }
div.DivClassName
{
background-color: #8D5461;
}
.BgClassName
{
background-color: #8D5461;
}
</style>
border-color css
<style>
span { border-color: #8D5461; }
span { border-color: rgb(141,84,97); }
td.TdClassName
{
border-color: #8D5461;
}
.TagClassName
{
border-color: #8D5461;
}
</style>