Shades of Cannon Pink #8B566A
Tints of Cannon Pink #8B566A
RGB
CMYK
RGB Variations
Color information
#8B566A (or 0x8B566A) is known color: Cannon Pink. HEX triplet: 8B, 56 and 6A. RGB value is (139,86,106). Sum of RGB (Red+Green+Blue) = 139+86+106=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B566A is #74A995. Grayscale: #686868. Windows color (decimal): -7645590 or 6968971. OLE color: 6968971.
HSL color Cylindrical-coordinate representation of color #8B566A: hue angle of 337.36º 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 #8B566A is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 106 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.45 |
| HSL | 337.36º | 0.24% | 0.44% | - |
| HSV(B) | 337.36º | 0.38% | 0.55% | - |
| XYZ | 16.58 | 13.19 | 15.31 | - |
| YUV | 104.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 106 | 0 | 0.38 | 0.24 | 0.45 | 337.36 | 0.24 | 0.44 |
| Hex | 8B | 56 | 6A | 0 | 26 | 18 | 2D | 151 | 18 | 2C |
| Octal | 213 | 126 | 152 | 0 | 46 | 30 | 55 | 521 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1101010 | 0 | 100110 | 11000 | 101101 | 101010001 | 11000 | 101100 |
Color Harmonies of #8B566A
Complementary color
Monochromatic Colors of #8B566A
Black with #8B566A
Text Example
Text Example
White with #8B566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B566A; }
p { color: rgb(139,86,106); }
H1.HeaderClassName
{
color: #8B566A;
}
.AnyTagClassName
{
color: #8B566A;
}
</style>
background-color css
<style>
a { background-color: #8B566A; }
a { background-color: rgb(139,86,106); }
div.DivClassName
{
background-color: #8B566A;
}
.BgClassName
{
background-color: #8B566A;
}
</style>
border-color css
<style>
span { border-color: #8B566A; }
span { border-color: rgb(139,86,106); }
td.TdClassName
{
border-color: #8B566A;
}
.TagClassName
{
border-color: #8B566A;
}
</style>