Shades of Cannon Pink #8E4767
Tints of Cannon Pink #8E4767
RGB
CMYK
RGB Variations
Color information
#8E4767 (or 0x8E4767) is known color: Cannon Pink. HEX triplet: 8E, 47 and 67. RGB value is (142,71,103). Sum of RGB (Red+Green+Blue) = 142+71+103=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4767 is #71B898. Grayscale: #5F5F5F. Windows color (decimal): -7452825 or 6768526. OLE color: 6768526.
HSL color Cylindrical-coordinate representation of color #8E4767: hue angle of 332.96º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E4767 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 103 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.44 |
| HSL | 332.96º | 0.33% | 0.42% | - |
| HSV(B) | 332.96º | 0.5% | 0.56% | - |
| XYZ | 15.86 | 11.24 | 14.17 | - |
| YUV | 95.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 103 | 0 | 0.5 | 0.27 | 0.44 | 332.96 | 0.33 | 0.42 |
| Hex | 8E | 47 | 67 | 0 | 32 | 1B | 2C | 14D | 21 | 2A |
| Octal | 216 | 107 | 147 | 0 | 62 | 33 | 54 | 515 | 41 | 52 |
| Binary | 10001110 | 1000111 | 1100111 | 0 | 110010 | 11011 | 101100 | 101001101 | 100001 | 101010 |
Color Harmonies of #8E4767
Complementary color
Monochromatic Colors of #8E4767
Black with #8E4767
Text Example
Text Example
White with #8E4767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4767; }
p { color: rgb(142,71,103); }
H1.HeaderClassName
{
color: #8E4767;
}
.AnyTagClassName
{
color: #8E4767;
}
</style>
background-color css
<style>
a { background-color: #8E4767; }
a { background-color: rgb(142,71,103); }
div.DivClassName
{
background-color: #8E4767;
}
.BgClassName
{
background-color: #8E4767;
}
</style>
border-color css
<style>
span { border-color: #8E4767; }
span { border-color: rgb(142,71,103); }
td.TdClassName
{
border-color: #8E4767;
}
.TagClassName
{
border-color: #8E4767;
}
</style>