Shades of Cannon Pink #8B5565
Tints of Cannon Pink #8B5565
RGB
CMYK
RGB Variations
Color information
#8B5565 (or 0x8B5565) is known color: Cannon Pink. HEX triplet: 8B, 55 and 65. RGB value is (139,85,101). Sum of RGB (Red+Green+Blue) = 139+85+101=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5565 is #74AA9A. Grayscale: #666666. Windows color (decimal): -7645851 or 6641035. OLE color: 6641035.
HSL color Cylindrical-coordinate representation of color #8B5565: hue angle of 342.22º 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 #8B5565 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 101 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.45 |
| HSL | 342.22º | 0.24% | 0.44% | - |
| HSV(B) | 342.22º | 0.39% | 0.55% | - |
| XYZ | 16.24 | 12.93 | 13.95 | - |
| YUV | 102.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 101 | 0 | 0.39 | 0.27 | 0.45 | 342.22 | 0.24 | 0.44 |
| Hex | 8B | 55 | 65 | 0 | 27 | 1B | 2D | 156 | 18 | 2C |
| Octal | 213 | 125 | 145 | 0 | 47 | 33 | 55 | 526 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1100101 | 0 | 100111 | 11011 | 101101 | 101010110 | 11000 | 101100 |
Color Harmonies of #8B5565
Complementary color
Monochromatic Colors of #8B5565
Black with #8B5565
Text Example
Text Example
White with #8B5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5565; }
p { color: rgb(139,85,101); }
H1.HeaderClassName
{
color: #8B5565;
}
.AnyTagClassName
{
color: #8B5565;
}
</style>
background-color css
<style>
a { background-color: #8B5565; }
a { background-color: rgb(139,85,101); }
div.DivClassName
{
background-color: #8B5565;
}
.BgClassName
{
background-color: #8B5565;
}
</style>
border-color css
<style>
span { border-color: #8B5565; }
span { border-color: rgb(139,85,101); }
td.TdClassName
{
border-color: #8B5565;
}
.TagClassName
{
border-color: #8B5565;
}
</style>