Shades of Cannon Pink #8D546D
Tints of Cannon Pink #8D546D
RGB
CMYK
RGB Variations
Color information
#8D546D (or 0x8D546D) is known color: Cannon Pink. HEX triplet: 8D, 54 and 6D. RGB value is (141,84,109). Sum of RGB (Red+Green+Blue) = 141+84+109=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D546D is #72AB92. Grayscale: #676767. Windows color (decimal): -7515027 or 7165069. OLE color: 7165069.
HSL color Cylindrical-coordinate representation of color #8D546D: hue angle of 333.68º 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 #8D546D is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 109 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.45 |
| HSL | 333.68º | 0.25% | 0.44% | - |
| HSV(B) | 333.68º | 0.4% | 0.55% | - |
| XYZ | 16.92 | 13.11 | 16.11 | - |
| YUV | 103.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 109 | 0 | 0.40 | 0.23 | 0.45 | 333.68 | 0.25 | 0.44 |
| Hex | 8D | 54 | 6D | 0 | 28 | 17 | 2D | 14E | 19 | 2C |
| Octal | 215 | 124 | 155 | 0 | 50 | 27 | 55 | 516 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1101101 | 0 | 101000 | 10111 | 101101 | 101001110 | 11001 | 101100 |
Color Harmonies of #8D546D
Complementary color
Monochromatic Colors of #8D546D
Black with #8D546D
Text Example
Text Example
White with #8D546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D546D; }
p { color: rgb(141,84,109); }
H1.HeaderClassName
{
color: #8D546D;
}
.AnyTagClassName
{
color: #8D546D;
}
</style>
background-color css
<style>
a { background-color: #8D546D; }
a { background-color: rgb(141,84,109); }
div.DivClassName
{
background-color: #8D546D;
}
.BgClassName
{
background-color: #8D546D;
}
</style>
border-color css
<style>
span { border-color: #8D546D; }
span { border-color: rgb(141,84,109); }
td.TdClassName
{
border-color: #8D546D;
}
.TagClassName
{
border-color: #8D546D;
}
</style>