Shades of Cannon Pink #8C5571
Tints of Cannon Pink #8C5571
RGB
CMYK
RGB Variations
Color information
#8C5571 (or 0x8C5571) is known color: Cannon Pink. HEX triplet: 8C, 55 and 71. RGB value is (140,85,113). Sum of RGB (Red+Green+Blue) = 140+85+113=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5571 is #73AA8E. Grayscale: #686868. Windows color (decimal): -7580303 or 7427468. OLE color: 7427468.
HSL color Cylindrical-coordinate representation of color #8C5571: hue angle of 329.45º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5571 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 113 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.45 |
| HSL | 329.45º | 0.24% | 0.44% | - |
| HSV(B) | 329.45º | 0.39% | 0.55% | - |
| XYZ | 17.04 | 13.26 | 17.28 | - |
| YUV | 104.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 113 | 0 | 0.39 | 0.19 | 0.45 | 329.45 | 0.24 | 0.44 |
| Hex | 8C | 55 | 71 | 0 | 27 | 13 | 2D | 149 | 18 | 2C |
| Octal | 214 | 125 | 161 | 0 | 47 | 23 | 55 | 511 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1110001 | 0 | 100111 | 10011 | 101101 | 101001001 | 11000 | 101100 |
Color Harmonies of #8C5571
Complementary color
Monochromatic Colors of #8C5571
Black with #8C5571
Text Example
Text Example
White with #8C5571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5571; }
p { color: rgb(140,85,113); }
H1.HeaderClassName
{
color: #8C5571;
}
.AnyTagClassName
{
color: #8C5571;
}
</style>
background-color css
<style>
a { background-color: #8C5571; }
a { background-color: rgb(140,85,113); }
div.DivClassName
{
background-color: #8C5571;
}
.BgClassName
{
background-color: #8C5571;
}
</style>
border-color css
<style>
span { border-color: #8C5571; }
span { border-color: rgb(140,85,113); }
td.TdClassName
{
border-color: #8C5571;
}
.TagClassName
{
border-color: #8C5571;
}
</style>