Shades of Cannon Pink #8B4E6D
Tints of Cannon Pink #8B4E6D
RGB
CMYK
RGB Variations
Color information
#8B4E6D (or 0x8B4E6D) is known color: Cannon Pink. HEX triplet: 8B, 4E and 6D. RGB value is (139,78,109). Sum of RGB (Red+Green+Blue) = 139+78+109=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E6D is #74B192. Grayscale: #636363. Windows color (decimal): -7647635 or 7163531. OLE color: 7163531.
HSL color Cylindrical-coordinate representation of color #8B4E6D: hue angle of 329.51º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B4E6D is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 109 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.45 |
| HSL | 329.51º | 0.28% | 0.43% | - |
| HSV(B) | 329.51º | 0.44% | 0.55% | - |
| XYZ | 16.13 | 12.04 | 15.94 | - |
| YUV | 99.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 109 | 0 | 0.44 | 0.22 | 0.45 | 329.51 | 0.28 | 0.43 |
| Hex | 8B | 4E | 6D | 0 | 2C | 16 | 2D | 14A | 1C | 2B |
| Octal | 213 | 116 | 155 | 0 | 54 | 26 | 55 | 512 | 34 | 53 |
| Binary | 10001011 | 1001110 | 1101101 | 0 | 101100 | 10110 | 101101 | 101001010 | 11100 | 101011 |
Color Harmonies of #8B4E6D
Complementary color
Monochromatic Colors of #8B4E6D
Black with #8B4E6D
Text Example
Text Example
White with #8B4E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E6D; }
p { color: rgb(139,78,109); }
H1.HeaderClassName
{
color: #8B4E6D;
}
.AnyTagClassName
{
color: #8B4E6D;
}
</style>
background-color css
<style>
a { background-color: #8B4E6D; }
a { background-color: rgb(139,78,109); }
div.DivClassName
{
background-color: #8B4E6D;
}
.BgClassName
{
background-color: #8B4E6D;
}
</style>
border-color css
<style>
span { border-color: #8B4E6D; }
span { border-color: rgb(139,78,109); }
td.TdClassName
{
border-color: #8B4E6D;
}
.TagClassName
{
border-color: #8B4E6D;
}
</style>