Shades of Cannon Pink #8A4759
Tints of Cannon Pink #8A4759
RGB
CMYK
RGB Variations
Color information
#8A4759 (or 0x8A4759) is known color: Cannon Pink. HEX triplet: 8A, 47 and 59. RGB value is (138,71,89). Sum of RGB (Red+Green+Blue) = 138+71+89=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4759 is #75B8A6. Grayscale: #5D5D5D. Windows color (decimal): -7714983 or 5851018. OLE color: 5851018.
HSL color Cylindrical-coordinate representation of color #8A4759: hue angle of 343.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4759 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 89 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.46 |
| HSL | 343.88º | 0.32% | 0.41% | - |
| HSV(B) | 343.88º | 0.49% | 0.54% | - |
| XYZ | 14.54 | 10.63 | 10.74 | - |
| YUV | 93.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 89 | 0 | 0.49 | 0.36 | 0.46 | 343.88 | 0.32 | 0.41 |
| Hex | 8A | 47 | 59 | 0 | 31 | 24 | 2E | 158 | 20 | 29 |
| Octal | 212 | 107 | 131 | 0 | 61 | 44 | 56 | 530 | 40 | 51 |
| Binary | 10001010 | 1000111 | 1011001 | 0 | 110001 | 100100 | 101110 | 101011000 | 100000 | 101001 |
Color Harmonies of #8A4759
Complementary color
Monochromatic Colors of #8A4759
Black with #8A4759
Text Example
Text Example
White with #8A4759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4759; }
p { color: rgb(138,71,89); }
H1.HeaderClassName
{
color: #8A4759;
}
.AnyTagClassName
{
color: #8A4759;
}
</style>
background-color css
<style>
a { background-color: #8A4759; }
a { background-color: rgb(138,71,89); }
div.DivClassName
{
background-color: #8A4759;
}
.BgClassName
{
background-color: #8A4759;
}
</style>
border-color css
<style>
span { border-color: #8A4759; }
span { border-color: rgb(138,71,89); }
td.TdClassName
{
border-color: #8A4759;
}
.TagClassName
{
border-color: #8A4759;
}
</style>