Shades of Cannon Pink #8C5470
Tints of Cannon Pink #8C5470
RGB
CMYK
RGB Variations
Color information
#8C5470 (or 0x8C5470) is known color: Cannon Pink. HEX triplet: 8C, 54 and 70. RGB value is (140,84,112). Sum of RGB (Red+Green+Blue) = 140+84+112=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5470 is #73AB8F. Grayscale: #676767. Windows color (decimal): -7580560 or 7361676. OLE color: 7361676.
HSL color Cylindrical-coordinate representation of color #8C5470: hue angle of 330º 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 #8C5470 is Cyan = 0, Magento = 0.4, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 112 | - |
| CMYK | 0 | 0.4 | 0.20 | 0.45 |
| HSL | 330º | 0.25% | 0.44% | - |
| HSV(B) | 330º | 0.4% | 0.55% | - |
| XYZ | 16.91 | 13.09 | 16.96 | - |
| YUV | 103.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 112 | 0 | 0.4 | 0.20 | 0.45 | 330 | 0.25 | 0.44 |
| Hex | 8C | 54 | 70 | 0 | 28 | 14 | 2D | 14A | 19 | 2C |
| Octal | 214 | 124 | 160 | 0 | 50 | 24 | 55 | 512 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1110000 | 0 | 101000 | 10100 | 101101 | 101001010 | 11001 | 101100 |
Color Harmonies of #8C5470
Complementary color
Monochromatic Colors of #8C5470
Black with #8C5470
Text Example
Text Example
White with #8C5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5470; }
p { color: rgb(140,84,112); }
H1.HeaderClassName
{
color: #8C5470;
}
.AnyTagClassName
{
color: #8C5470;
}
</style>
background-color css
<style>
a { background-color: #8C5470; }
a { background-color: rgb(140,84,112); }
div.DivClassName
{
background-color: #8C5470;
}
.BgClassName
{
background-color: #8C5470;
}
</style>
border-color css
<style>
span { border-color: #8C5470; }
span { border-color: rgb(140,84,112); }
td.TdClassName
{
border-color: #8C5470;
}
.TagClassName
{
border-color: #8C5470;
}
</style>