Shades of Cannon Pink #8C5071
Tints of Cannon Pink #8C5071
RGB
CMYK
RGB Variations
Color information
#8C5071 (or 0x8C5071) is known color: Cannon Pink. HEX triplet: 8C, 50 and 71. RGB value is (140,80,113). Sum of RGB (Red+Green+Blue) = 140+80+113=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5071 is #73AF8E. Grayscale: #656565. Windows color (decimal): -7581583 or 7426188. OLE color: 7426188.
HSL color Cylindrical-coordinate representation of color #8C5071: hue angle of 327º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C5071 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 113 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.45 |
| HSL | 327º | 0.27% | 0.43% | - |
| HSV(B) | 327º | 0.43% | 0.55% | - |
| XYZ | 16.66 | 12.51 | 17.16 | - |
| YUV | 101.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 113 | 0 | 0.43 | 0.19 | 0.45 | 327 | 0.27 | 0.43 |
| Hex | 8C | 50 | 71 | 0 | 2B | 13 | 2D | 147 | 1B | 2B |
| Octal | 214 | 120 | 161 | 0 | 53 | 23 | 55 | 507 | 33 | 53 |
| Binary | 10001100 | 1010000 | 1110001 | 0 | 101011 | 10011 | 101101 | 101000111 | 11011 | 101011 |
Color Harmonies of #8C5071
Complementary color
Monochromatic Colors of #8C5071
Black with #8C5071
Text Example
Text Example
White with #8C5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5071; }
p { color: rgb(140,80,113); }
H1.HeaderClassName
{
color: #8C5071;
}
.AnyTagClassName
{
color: #8C5071;
}
</style>
background-color css
<style>
a { background-color: #8C5071; }
a { background-color: rgb(140,80,113); }
div.DivClassName
{
background-color: #8C5071;
}
.BgClassName
{
background-color: #8C5071;
}
</style>
border-color css
<style>
span { border-color: #8C5071; }
span { border-color: rgb(140,80,113); }
td.TdClassName
{
border-color: #8C5071;
}
.TagClassName
{
border-color: #8C5071;
}
</style>