Shades of Cannon Pink #8A5660
Tints of Cannon Pink #8A5660
RGB
CMYK
RGB Variations
Color information
#8A5660 (or 0x8A5660) is known color: Cannon Pink. HEX triplet: 8A, 56 and 60. RGB value is (138,86,96). Sum of RGB (Red+Green+Blue) = 138+86+96=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5660 is #75A99F. Grayscale: #666666. Windows color (decimal): -7711136 or 6313610. OLE color: 6313610.
HSL color Cylindrical-coordinate representation of color #8A5660: hue angle of 348.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5660 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 86 | 96 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.46 |
| HSL | 348.46º | 0.23% | 0.44% | - |
| HSV(B) | 348.46º | 0.38% | 0.54% | - |
| XYZ | 15.92 | 12.9 | 12.72 | - |
| YUV | 102.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 96 | 0 | 0.38 | 0.30 | 0.46 | 348.46 | 0.23 | 0.44 |
| Hex | 8A | 56 | 60 | 0 | 26 | 1E | 2E | 15C | 17 | 2C |
| Octal | 212 | 126 | 140 | 0 | 46 | 36 | 56 | 534 | 27 | 54 |
| Binary | 10001010 | 1010110 | 1100000 | 0 | 100110 | 11110 | 101110 | 101011100 | 10111 | 101100 |
Color Harmonies of #8A5660
Complementary color
Monochromatic Colors of #8A5660
Black with #8A5660
Text Example
Text Example
White with #8A5660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5660; }
p { color: rgb(138,86,96); }
H1.HeaderClassName
{
color: #8A5660;
}
.AnyTagClassName
{
color: #8A5660;
}
</style>
background-color css
<style>
a { background-color: #8A5660; }
a { background-color: rgb(138,86,96); }
div.DivClassName
{
background-color: #8A5660;
}
.BgClassName
{
background-color: #8A5660;
}
</style>
border-color css
<style>
span { border-color: #8A5660; }
span { border-color: rgb(138,86,96); }
td.TdClassName
{
border-color: #8A5660;
}
.TagClassName
{
border-color: #8A5660;
}
</style>