Shades of Cannon Pink #8B5564
Tints of Cannon Pink #8B5564
RGB
CMYK
RGB Variations
Color information
#8B5564 (or 0x8B5564) is known color: Cannon Pink. HEX triplet: 8B, 55 and 64. RGB value is (139,85,100). Sum of RGB (Red+Green+Blue) = 139+85+100=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5564 is #74AA9B. Grayscale: #666666. Windows color (decimal): -7645852 or 6575499. OLE color: 6575499.
HSL color Cylindrical-coordinate representation of color #8B5564: hue angle of 343.33º 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 #8B5564 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 100 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.45 |
| HSL | 343.33º | 0.24% | 0.44% | - |
| HSV(B) | 343.33º | 0.39% | 0.55% | - |
| XYZ | 16.2 | 12.91 | 13.69 | - |
| YUV | 102.86 | 126.39 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 100 | 0 | 0.39 | 0.28 | 0.45 | 343.33 | 0.24 | 0.44 |
| Hex | 8B | 55 | 64 | 0 | 27 | 1C | 2D | 157 | 18 | 2C |
| Octal | 213 | 125 | 144 | 0 | 47 | 34 | 55 | 527 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1100100 | 0 | 100111 | 11100 | 101101 | 101010111 | 11000 | 101100 |
Color Harmonies of #8B5564
Complementary color
Monochromatic Colors of #8B5564
Black with #8B5564
Text Example
Text Example
White with #8B5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5564; }
p { color: rgb(139,85,100); }
H1.HeaderClassName
{
color: #8B5564;
}
.AnyTagClassName
{
color: #8B5564;
}
</style>
background-color css
<style>
a { background-color: #8B5564; }
a { background-color: rgb(139,85,100); }
div.DivClassName
{
background-color: #8B5564;
}
.BgClassName
{
background-color: #8B5564;
}
</style>
border-color css
<style>
span { border-color: #8B5564; }
span { border-color: rgb(139,85,100); }
td.TdClassName
{
border-color: #8B5564;
}
.TagClassName
{
border-color: #8B5564;
}
</style>