Shades of Cannon Pink #8E4769
Tints of Cannon Pink #8E4769
RGB
CMYK
RGB Variations
Color information
#8E4769 (or 0x8E4769) is known color: Cannon Pink. HEX triplet: 8E, 47 and 69. RGB value is (142,71,105). Sum of RGB (Red+Green+Blue) = 142+71+105=318 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.65% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4769 is #71B896. Grayscale: #606060. Windows color (decimal): -7452823 or 6899598. OLE color: 6899598.
HSL color Cylindrical-coordinate representation of color #8E4769: hue angle of 331.27º 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 #8E4769 is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 71 | 105 | - |
| CMYK | 0 | 0.5 | 0.26 | 0.44 |
| HSL | 331.27º | 0.33% | 0.42% | - |
| HSV(B) | 331.27º | 0.5% | 0.56% | - |
| XYZ | 15.96 | 11.28 | 14.7 | - |
| YUV | 96.11 | 133.02 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 71 | 105 | 0 | 0.5 | 0.26 | 0.44 | 331.27 | 0.33 | 0.42 |
| Hex | 8E | 47 | 69 | 0 | 32 | 1A | 2C | 14B | 21 | 2A |
| Octal | 216 | 107 | 151 | 0 | 62 | 32 | 54 | 513 | 41 | 52 |
| Binary | 10001110 | 1000111 | 1101001 | 0 | 110010 | 11010 | 101100 | 101001011 | 100001 | 101010 |
Color Harmonies of #8E4769
Complementary color
Monochromatic Colors of #8E4769
Black with #8E4769
Text Example
Text Example
White with #8E4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4769; }
p { color: rgb(142,71,105); }
H1.HeaderClassName
{
color: #8E4769;
}
.AnyTagClassName
{
color: #8E4769;
}
</style>
background-color css
<style>
a { background-color: #8E4769; }
a { background-color: rgb(142,71,105); }
div.DivClassName
{
background-color: #8E4769;
}
.BgClassName
{
background-color: #8E4769;
}
</style>
border-color css
<style>
span { border-color: #8E4769; }
span { border-color: rgb(142,71,105); }
td.TdClassName
{
border-color: #8E4769;
}
.TagClassName
{
border-color: #8E4769;
}
</style>