Shades of Cannon Pink #8B4E67
Tints of Cannon Pink #8B4E67
RGB
CMYK
RGB Variations
Color information
#8B4E67 (or 0x8B4E67) is known color: Cannon Pink. HEX triplet: 8B, 4E and 67. RGB value is (139,78,103). Sum of RGB (Red+Green+Blue) = 139+78+103=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E67 is #74B198. Grayscale: #636363. Windows color (decimal): -7647641 or 6770315. OLE color: 6770315.
HSL color Cylindrical-coordinate representation of color #8B4E67: hue angle of 335.41º 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 #8B4E67 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 103 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.45 |
| HSL | 335.41º | 0.28% | 0.43% | - |
| HSV(B) | 335.41º | 0.44% | 0.55% | - |
| XYZ | 15.82 | 11.92 | 14.3 | - |
| YUV | 99.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 103 | 0 | 0.44 | 0.26 | 0.45 | 335.41 | 0.28 | 0.43 |
| Hex | 8B | 4E | 67 | 0 | 2C | 1A | 2D | 14F | 1C | 2B |
| Octal | 213 | 116 | 147 | 0 | 54 | 32 | 55 | 517 | 34 | 53 |
| Binary | 10001011 | 1001110 | 1100111 | 0 | 101100 | 11010 | 101101 | 101001111 | 11100 | 101011 |
Color Harmonies of #8B4E67
Complementary color
Monochromatic Colors of #8B4E67
Black with #8B4E67
Text Example
Text Example
White with #8B4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E67; }
p { color: rgb(139,78,103); }
H1.HeaderClassName
{
color: #8B4E67;
}
.AnyTagClassName
{
color: #8B4E67;
}
</style>
background-color css
<style>
a { background-color: #8B4E67; }
a { background-color: rgb(139,78,103); }
div.DivClassName
{
background-color: #8B4E67;
}
.BgClassName
{
background-color: #8B4E67;
}
</style>
border-color css
<style>
span { border-color: #8B4E67; }
span { border-color: rgb(139,78,103); }
td.TdClassName
{
border-color: #8B4E67;
}
.TagClassName
{
border-color: #8B4E67;
}
</style>