Shades of Cannon Pink #8B546B
Tints of Cannon Pink #8B546B
RGB
CMYK
RGB Variations
Color information
#8B546B (or 0x8B546B) is known color: Cannon Pink. HEX triplet: 8B, 54 and 6B. RGB value is (139,84,107). Sum of RGB (Red+Green+Blue) = 139+84+107=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B546B is #74AB94. Grayscale: #676767. Windows color (decimal): -7646101 or 7033995. OLE color: 7033995.
HSL color Cylindrical-coordinate representation of color #8B546B: hue angle of 334.91º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B546B is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 107 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.45 |
| HSL | 334.91º | 0.25% | 0.44% | - |
| HSV(B) | 334.91º | 0.4% | 0.55% | - |
| XYZ | 16.47 | 12.89 | 15.53 | - |
| YUV | 103.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 107 | 0 | 0.40 | 0.23 | 0.45 | 334.91 | 0.25 | 0.44 |
| Hex | 8B | 54 | 6B | 0 | 28 | 17 | 2D | 14F | 19 | 2C |
| Octal | 213 | 124 | 153 | 0 | 50 | 27 | 55 | 517 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1101011 | 0 | 101000 | 10111 | 101101 | 101001111 | 11001 | 101100 |
Color Harmonies of #8B546B
Complementary color
Monochromatic Colors of #8B546B
Black with #8B546B
Text Example
Text Example
White with #8B546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B546B; }
p { color: rgb(139,84,107); }
H1.HeaderClassName
{
color: #8B546B;
}
.AnyTagClassName
{
color: #8B546B;
}
</style>
background-color css
<style>
a { background-color: #8B546B; }
a { background-color: rgb(139,84,107); }
div.DivClassName
{
background-color: #8B546B;
}
.BgClassName
{
background-color: #8B546B;
}
</style>
border-color css
<style>
span { border-color: #8B546B; }
span { border-color: rgb(139,84,107); }
td.TdClassName
{
border-color: #8B546B;
}
.TagClassName
{
border-color: #8B546B;
}
</style>