Shades of Cannon Pink #8B566D
Tints of Cannon Pink #8B566D
RGB
CMYK
RGB Variations
Color information
#8B566D (or 0x8B566D) is known color: Cannon Pink. HEX triplet: 8B, 56 and 6D. RGB value is (139,86,109). Sum of RGB (Red+Green+Blue) = 139+86+109=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B566D is #74A992. Grayscale: #686868. Windows color (decimal): -7645587 or 7165579. OLE color: 7165579.
HSL color Cylindrical-coordinate representation of color #8B566D: hue angle of 333.96º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B566D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 109 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.45 |
| HSL | 333.96º | 0.24% | 0.44% | - |
| HSV(B) | 333.96º | 0.38% | 0.55% | - |
| XYZ | 16.74 | 13.25 | 16.14 | - |
| YUV | 104.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 109 | 0 | 0.38 | 0.22 | 0.45 | 333.96 | 0.24 | 0.44 |
| Hex | 8B | 56 | 6D | 0 | 26 | 16 | 2D | 14E | 18 | 2C |
| Octal | 213 | 126 | 155 | 0 | 46 | 26 | 55 | 516 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1101101 | 0 | 100110 | 10110 | 101101 | 101001110 | 11000 | 101100 |
Color Harmonies of #8B566D
Complementary color
Monochromatic Colors of #8B566D
Black with #8B566D
Text Example
Text Example
White with #8B566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B566D; }
p { color: rgb(139,86,109); }
H1.HeaderClassName
{
color: #8B566D;
}
.AnyTagClassName
{
color: #8B566D;
}
</style>
background-color css
<style>
a { background-color: #8B566D; }
a { background-color: rgb(139,86,109); }
div.DivClassName
{
background-color: #8B566D;
}
.BgClassName
{
background-color: #8B566D;
}
</style>
border-color css
<style>
span { border-color: #8B566D; }
span { border-color: rgb(139,86,109); }
td.TdClassName
{
border-color: #8B566D;
}
.TagClassName
{
border-color: #8B566D;
}
</style>