Shades of Cannon Pink #8C546D
Tints of Cannon Pink #8C546D
RGB
CMYK
RGB Variations
Color information
#8C546D (or 0x8C546D) is known color: Cannon Pink. HEX triplet: 8C, 54 and 6D. RGB value is (140,84,109). Sum of RGB (Red+Green+Blue) = 140+84+109=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C546D is #73AB92. Grayscale: #676767. Windows color (decimal): -7580563 or 7165068. OLE color: 7165068.
HSL color Cylindrical-coordinate representation of color #8C546D: hue angle of 333.21º 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 #8C546D is Cyan = 0, Magento = 0.4, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 109 | - |
| CMYK | 0 | 0.4 | 0.22 | 0.45 |
| HSL | 333.21º | 0.25% | 0.44% | - |
| HSV(B) | 333.21º | 0.4% | 0.55% | - |
| XYZ | 16.75 | 13.02 | 16.1 | - |
| YUV | 103.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 109 | 0 | 0.4 | 0.22 | 0.45 | 333.21 | 0.25 | 0.44 |
| Hex | 8C | 54 | 6D | 0 | 28 | 16 | 2D | 14D | 19 | 2C |
| Octal | 214 | 124 | 155 | 0 | 50 | 26 | 55 | 515 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1101101 | 0 | 101000 | 10110 | 101101 | 101001101 | 11001 | 101100 |
Color Harmonies of #8C546D
Complementary color
Monochromatic Colors of #8C546D
Black with #8C546D
Text Example
Text Example
White with #8C546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C546D; }
p { color: rgb(140,84,109); }
H1.HeaderClassName
{
color: #8C546D;
}
.AnyTagClassName
{
color: #8C546D;
}
</style>
background-color css
<style>
a { background-color: #8C546D; }
a { background-color: rgb(140,84,109); }
div.DivClassName
{
background-color: #8C546D;
}
.BgClassName
{
background-color: #8C546D;
}
</style>
border-color css
<style>
span { border-color: #8C546D; }
span { border-color: rgb(140,84,109); }
td.TdClassName
{
border-color: #8C546D;
}
.TagClassName
{
border-color: #8C546D;
}
</style>