Shades of Cannon Pink #8E4761
Tints of Cannon Pink #8E4761
RGB
CMYK
RGB Variations
Color information
#8E4761 (or 0x8E4761) is known color: Cannon Pink. HEX triplet: 8E, 47 and 61. RGB value is (142,71,97). Sum of RGB (Red+Green+Blue) = 142+71+97=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4761 is #71B89E. Grayscale: #5F5F5F. Windows color (decimal): -7452831 or 6375310. OLE color: 6375310.
HSL color Cylindrical-coordinate representation of color #8E4761: hue angle of 338.03º 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 #8E4761 is Cyan = 0, Magento = 0.5, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 97 | - |
| CMYK | 0 | 0.5 | 0.32 | 0.44 |
| HSL | 338.03º | 0.33% | 0.42% | - |
| HSV(B) | 338.03º | 0.5% | 0.56% | - |
| XYZ | 15.57 | 11.12 | 12.64 | - |
| YUV | 95.19 | 129.02 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 97 | 0 | 0.5 | 0.32 | 0.44 | 338.03 | 0.33 | 0.42 |
| Hex | 8E | 47 | 61 | 0 | 32 | 20 | 2C | 152 | 21 | 2A |
| Octal | 216 | 107 | 141 | 0 | 62 | 40 | 54 | 522 | 41 | 52 |
| Binary | 10001110 | 1000111 | 1100001 | 0 | 110010 | 100000 | 101100 | 101010010 | 100001 | 101010 |
Color Harmonies of #8E4761
Complementary color
Monochromatic Colors of #8E4761
Black with #8E4761
Text Example
Text Example
White with #8E4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4761; }
p { color: rgb(142,71,97); }
H1.HeaderClassName
{
color: #8E4761;
}
.AnyTagClassName
{
color: #8E4761;
}
</style>
background-color css
<style>
a { background-color: #8E4761; }
a { background-color: rgb(142,71,97); }
div.DivClassName
{
background-color: #8E4761;
}
.BgClassName
{
background-color: #8E4761;
}
</style>
border-color css
<style>
span { border-color: #8E4761; }
span { border-color: rgb(142,71,97); }
td.TdClassName
{
border-color: #8E4761;
}
.TagClassName
{
border-color: #8E4761;
}
</style>