Shades of Cannon Pink #8B4E70
Tints of Cannon Pink #8B4E70
RGB
CMYK
RGB Variations
Color information
#8B4E70 (or 0x8B4E70) is known color: Cannon Pink. HEX triplet: 8B, 4E and 70. RGB value is (139,78,112). Sum of RGB (Red+Green+Blue) = 139+78+112=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E70 is #74B18F. Grayscale: #646464. Windows color (decimal): -7647632 or 7360139. OLE color: 7360139.
HSL color Cylindrical-coordinate representation of color #8B4E70: hue angle of 326.56º 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 #8B4E70 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 112 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.45 |
| HSL | 326.56º | 0.28% | 0.43% | - |
| HSV(B) | 326.56º | 0.44% | 0.55% | - |
| XYZ | 16.3 | 12.11 | 16.81 | - |
| YUV | 100.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 112 | 0 | 0.44 | 0.19 | 0.45 | 326.56 | 0.28 | 0.43 |
| Hex | 8B | 4E | 70 | 0 | 2C | 13 | 2D | 147 | 1C | 2B |
| Octal | 213 | 116 | 160 | 0 | 54 | 23 | 55 | 507 | 34 | 53 |
| Binary | 10001011 | 1001110 | 1110000 | 0 | 101100 | 10011 | 101101 | 101000111 | 11100 | 101011 |
Color Harmonies of #8B4E70
Complementary color
Monochromatic Colors of #8B4E70
Black with #8B4E70
Text Example
Text Example
White with #8B4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E70; }
p { color: rgb(139,78,112); }
H1.HeaderClassName
{
color: #8B4E70;
}
.AnyTagClassName
{
color: #8B4E70;
}
</style>
background-color css
<style>
a { background-color: #8B4E70; }
a { background-color: rgb(139,78,112); }
div.DivClassName
{
background-color: #8B4E70;
}
.BgClassName
{
background-color: #8B4E70;
}
</style>
border-color css
<style>
span { border-color: #8B4E70; }
span { border-color: rgb(139,78,112); }
td.TdClassName
{
border-color: #8B4E70;
}
.TagClassName
{
border-color: #8B4E70;
}
</style>