Shades of Cannon Pink #8A5470
Tints of Cannon Pink #8A5470
RGB
CMYK
RGB Variations
Color information
#8A5470 (or 0x8A5470) is known color: Cannon Pink. HEX triplet: 8A, 54 and 70. RGB value is (138,84,112). Sum of RGB (Red+Green+Blue) = 138+84+112=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5470 is #75AB8F. Grayscale: #676767. Windows color (decimal): -7711632 or 7361674. OLE color: 7361674.
HSL color Cylindrical-coordinate representation of color #8A5470: hue angle of 328.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5470 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 112 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.46 |
| HSL | 328.89º | 0.24% | 0.44% | - |
| HSV(B) | 328.89º | 0.39% | 0.54% | - |
| XYZ | 16.58 | 12.91 | 16.95 | - |
| YUV | 103.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 112 | 0 | 0.39 | 0.19 | 0.46 | 328.89 | 0.24 | 0.44 |
| Hex | 8A | 54 | 70 | 0 | 27 | 13 | 2E | 149 | 18 | 2C |
| Octal | 212 | 124 | 160 | 0 | 47 | 23 | 56 | 511 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1110000 | 0 | 100111 | 10011 | 101110 | 101001001 | 11000 | 101100 |
Color Harmonies of #8A5470
Complementary color
Monochromatic Colors of #8A5470
Black with #8A5470
Text Example
Text Example
White with #8A5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5470; }
p { color: rgb(138,84,112); }
H1.HeaderClassName
{
color: #8A5470;
}
.AnyTagClassName
{
color: #8A5470;
}
</style>
background-color css
<style>
a { background-color: #8A5470; }
a { background-color: rgb(138,84,112); }
div.DivClassName
{
background-color: #8A5470;
}
.BgClassName
{
background-color: #8A5470;
}
</style>
border-color css
<style>
span { border-color: #8A5470; }
span { border-color: rgb(138,84,112); }
td.TdClassName
{
border-color: #8A5470;
}
.TagClassName
{
border-color: #8A5470;
}
</style>