Shades of Cannon Pink #8A5464
Tints of Cannon Pink #8A5464
RGB
CMYK
RGB Variations
Color information
#8A5464 (or 0x8A5464) is known color: Cannon Pink. HEX triplet: 8A, 54 and 64. RGB value is (138,84,100). Sum of RGB (Red+Green+Blue) = 138+84+100=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5464 is #75AB9B. Grayscale: #656565. Windows color (decimal): -7711644 or 6575242. OLE color: 6575242.
HSL color Cylindrical-coordinate representation of color #8A5464: hue angle of 342.22º 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 #8A5464 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 100 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.46 |
| HSL | 342.22º | 0.24% | 0.44% | - |
| HSV(B) | 342.22º | 0.39% | 0.54% | - |
| XYZ | 15.95 | 12.66 | 13.66 | - |
| YUV | 101.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 100 | 0 | 0.39 | 0.28 | 0.46 | 342.22 | 0.24 | 0.44 |
| Hex | 8A | 54 | 64 | 0 | 27 | 1C | 2E | 156 | 18 | 2C |
| Octal | 212 | 124 | 144 | 0 | 47 | 34 | 56 | 526 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1100100 | 0 | 100111 | 11100 | 101110 | 101010110 | 11000 | 101100 |
Color Harmonies of #8A5464
Complementary color
Monochromatic Colors of #8A5464
Black with #8A5464
Text Example
Text Example
White with #8A5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5464; }
p { color: rgb(138,84,100); }
H1.HeaderClassName
{
color: #8A5464;
}
.AnyTagClassName
{
color: #8A5464;
}
</style>
background-color css
<style>
a { background-color: #8A5464; }
a { background-color: rgb(138,84,100); }
div.DivClassName
{
background-color: #8A5464;
}
.BgClassName
{
background-color: #8A5464;
}
</style>
border-color css
<style>
span { border-color: #8A5464; }
span { border-color: rgb(138,84,100); }
td.TdClassName
{
border-color: #8A5464;
}
.TagClassName
{
border-color: #8A5464;
}
</style>