Shades of Cannon Pink #8B546E
Tints of Cannon Pink #8B546E
RGB
CMYK
RGB Variations
Color information
#8B546E (or 0x8B546E) is known color: Cannon Pink. HEX triplet: 8B, 54 and 6E. RGB value is (139,84,110). Sum of RGB (Red+Green+Blue) = 139+84+110=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B546E is #74AB91. Grayscale: #676767. Windows color (decimal): -7646098 or 7230603. OLE color: 7230603.
HSL color Cylindrical-coordinate representation of color #8B546E: hue angle of 331.64º 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 #8B546E is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 110 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.45 |
| HSL | 331.64º | 0.25% | 0.44% | - |
| HSV(B) | 331.64º | 0.4% | 0.55% | - |
| XYZ | 16.63 | 12.96 | 16.38 | - |
| YUV | 103.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 110 | 0 | 0.40 | 0.21 | 0.45 | 331.64 | 0.25 | 0.44 |
| Hex | 8B | 54 | 6E | 0 | 28 | 15 | 2D | 14C | 19 | 2C |
| Octal | 213 | 124 | 156 | 0 | 50 | 25 | 55 | 514 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1101110 | 0 | 101000 | 10101 | 101101 | 101001100 | 11001 | 101100 |
Color Harmonies of #8B546E
Complementary color
Monochromatic Colors of #8B546E
Black with #8B546E
Text Example
Text Example
White with #8B546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B546E; }
p { color: rgb(139,84,110); }
H1.HeaderClassName
{
color: #8B546E;
}
.AnyTagClassName
{
color: #8B546E;
}
</style>
background-color css
<style>
a { background-color: #8B546E; }
a { background-color: rgb(139,84,110); }
div.DivClassName
{
background-color: #8B546E;
}
.BgClassName
{
background-color: #8B546E;
}
</style>
border-color css
<style>
span { border-color: #8B546E; }
span { border-color: rgb(139,84,110); }
td.TdClassName
{
border-color: #8B546E;
}
.TagClassName
{
border-color: #8B546E;
}
</style>