Shades of Cannon Pink #8C5471
Tints of Cannon Pink #8C5471
RGB
CMYK
RGB Variations
Color information
#8C5471 (or 0x8C5471) is known color: Cannon Pink. HEX triplet: 8C, 54 and 71. RGB value is (140,84,113). Sum of RGB (Red+Green+Blue) = 140+84+113=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5471 is #73AB8E. Grayscale: #676767. Windows color (decimal): -7580559 or 7427212. OLE color: 7427212.
HSL color Cylindrical-coordinate representation of color #8C5471: hue angle of 328.93º 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 #8C5471 is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 113 | - |
| CMYK | 0 | 0.4 | 0.19 | 0.45 |
| HSL | 328.93º | 0.25% | 0.44% | - |
| HSV(B) | 328.93º | 0.4% | 0.55% | - |
| XYZ | 16.97 | 13.11 | 17.26 | - |
| YUV | 104.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 113 | 0 | 0.4 | 0.19 | 0.45 | 328.93 | 0.25 | 0.44 |
| Hex | 8C | 54 | 71 | 0 | 28 | 13 | 2D | 149 | 19 | 2C |
| Octal | 214 | 124 | 161 | 0 | 50 | 23 | 55 | 511 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1110001 | 0 | 101000 | 10011 | 101101 | 101001001 | 11001 | 101100 |
Color Harmonies of #8C5471
Complementary color
Monochromatic Colors of #8C5471
Black with #8C5471
Text Example
Text Example
White with #8C5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5471; }
p { color: rgb(140,84,113); }
H1.HeaderClassName
{
color: #8C5471;
}
.AnyTagClassName
{
color: #8C5471;
}
</style>
background-color css
<style>
a { background-color: #8C5471; }
a { background-color: rgb(140,84,113); }
div.DivClassName
{
background-color: #8C5471;
}
.BgClassName
{
background-color: #8C5471;
}
</style>
border-color css
<style>
span { border-color: #8C5471; }
span { border-color: rgb(140,84,113); }
td.TdClassName
{
border-color: #8C5471;
}
.TagClassName
{
border-color: #8C5471;
}
</style>