Shades of Cannon Pink #8C546E
Tints of Cannon Pink #8C546E
RGB
CMYK
RGB Variations
Color information
#8C546E (or 0x8C546E) is known color: Cannon Pink. HEX triplet: 8C, 54 and 6E. RGB value is (140,84,110). Sum of RGB (Red+Green+Blue) = 140+84+110=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C546E is #73AB91. Grayscale: #676767. Windows color (decimal): -7580562 or 7230604. OLE color: 7230604.
HSL color Cylindrical-coordinate representation of color #8C546E: hue angle of 332.14º 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 #8C546E is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 110 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.45 |
| HSL | 332.14º | 0.25% | 0.44% | - |
| HSV(B) | 332.14º | 0.4% | 0.55% | - |
| XYZ | 16.8 | 13.04 | 16.38 | - |
| YUV | 103.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 110 | 0 | 0.4 | 0.21 | 0.45 | 332.14 | 0.25 | 0.44 |
| Hex | 8C | 54 | 6E | 0 | 28 | 15 | 2D | 14C | 19 | 2C |
| Octal | 214 | 124 | 156 | 0 | 50 | 25 | 55 | 514 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1101110 | 0 | 101000 | 10101 | 101101 | 101001100 | 11001 | 101100 |
Color Harmonies of #8C546E
Complementary color
Monochromatic Colors of #8C546E
Black with #8C546E
Text Example
Text Example
White with #8C546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C546E; }
p { color: rgb(140,84,110); }
H1.HeaderClassName
{
color: #8C546E;
}
.AnyTagClassName
{
color: #8C546E;
}
</style>
background-color css
<style>
a { background-color: #8C546E; }
a { background-color: rgb(140,84,110); }
div.DivClassName
{
background-color: #8C546E;
}
.BgClassName
{
background-color: #8C546E;
}
</style>
border-color css
<style>
span { border-color: #8C546E; }
span { border-color: rgb(140,84,110); }
td.TdClassName
{
border-color: #8C546E;
}
.TagClassName
{
border-color: #8C546E;
}
</style>