Shades of Cannon Pink #8B4467
Tints of Cannon Pink #8B4467
RGB
CMYK
RGB Variations
Color information
#8B4467 (or 0x8B4467) is known color: Cannon Pink. HEX triplet: 8B, 44 and 67. RGB value is (139,68,103). Sum of RGB (Red+Green+Blue) = 139+68+103=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4467 is #74BB98. Grayscale: #5D5D5D. Windows color (decimal): -7650201 or 6767755. OLE color: 6767755.
HSL color Cylindrical-coordinate representation of color #8B4467: hue angle of 330.42º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B4467 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 68 | 103 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.45 |
| HSL | 330.42º | 0.34% | 0.41% | - |
| HSV(B) | 330.42º | 0.51% | 0.55% | - |
| XYZ | 15.16 | 10.6 | 14.08 | - |
| YUV | 93.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 68 | 103 | 0 | 0.51 | 0.26 | 0.45 | 330.42 | 0.34 | 0.41 |
| Hex | 8B | 44 | 67 | 0 | 33 | 1A | 2D | 14A | 22 | 29 |
| Octal | 213 | 104 | 147 | 0 | 63 | 32 | 55 | 512 | 42 | 51 |
| Binary | 10001011 | 1000100 | 1100111 | 0 | 110011 | 11010 | 101101 | 101001010 | 100010 | 101001 |
Color Harmonies of #8B4467
Complementary color
Monochromatic Colors of #8B4467
Black with #8B4467
Text Example
Text Example
White with #8B4467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4467; }
p { color: rgb(139,68,103); }
H1.HeaderClassName
{
color: #8B4467;
}
.AnyTagClassName
{
color: #8B4467;
}
</style>
background-color css
<style>
a { background-color: #8B4467; }
a { background-color: rgb(139,68,103); }
div.DivClassName
{
background-color: #8B4467;
}
.BgClassName
{
background-color: #8B4467;
}
</style>
border-color css
<style>
span { border-color: #8B4467; }
span { border-color: rgb(139,68,103); }
td.TdClassName
{
border-color: #8B4467;
}
.TagClassName
{
border-color: #8B4467;
}
</style>