Shades of Cannon Pink #8B5560
Tints of Cannon Pink #8B5560
RGB
CMYK
RGB Variations
Color information
#8B5560 (or 0x8B5560) is known color: Cannon Pink. HEX triplet: 8B, 55 and 60. RGB value is (139,85,96). Sum of RGB (Red+Green+Blue) = 139+85+96=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5560 is #74AA9F. Grayscale: #666666. Windows color (decimal): -7645856 or 6313355. OLE color: 6313355.
HSL color Cylindrical-coordinate representation of color #8B5560: hue angle of 347.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5560 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 96 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.45 |
| HSL | 347.78º | 0.24% | 0.44% | - |
| HSV(B) | 347.78º | 0.39% | 0.55% | - |
| XYZ | 16.01 | 12.83 | 12.7 | - |
| YUV | 102.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 96 | 0 | 0.39 | 0.31 | 0.45 | 347.78 | 0.24 | 0.44 |
| Hex | 8B | 55 | 60 | 0 | 27 | 1F | 2D | 15C | 18 | 2C |
| Octal | 213 | 125 | 140 | 0 | 47 | 37 | 55 | 534 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1100000 | 0 | 100111 | 11111 | 101101 | 101011100 | 11000 | 101100 |
Color Harmonies of #8B5560
Complementary color
Monochromatic Colors of #8B5560
Black with #8B5560
Text Example
Text Example
White with #8B5560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5560; }
p { color: rgb(139,85,96); }
H1.HeaderClassName
{
color: #8B5560;
}
.AnyTagClassName
{
color: #8B5560;
}
</style>
background-color css
<style>
a { background-color: #8B5560; }
a { background-color: rgb(139,85,96); }
div.DivClassName
{
background-color: #8B5560;
}
.BgClassName
{
background-color: #8B5560;
}
</style>
border-color css
<style>
span { border-color: #8B5560; }
span { border-color: rgb(139,85,96); }
td.TdClassName
{
border-color: #8B5560;
}
.TagClassName
{
border-color: #8B5560;
}
</style>