Shades of Cannon Pink #8E4669
Tints of Cannon Pink #8E4669
RGB
CMYK
RGB Variations
Color information
#8E4669 (or 0x8E4669) is known color: Cannon Pink. HEX triplet: 8E, 46 and 69. RGB value is (142,70,105). Sum of RGB (Red+Green+Blue) = 142+70+105=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4669 is #71B996. Grayscale: #5F5F5F. Windows color (decimal): -7453079 or 6899342. OLE color: 6899342.
HSL color Cylindrical-coordinate representation of color #8E4669: hue angle of 330.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E4669 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 105 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.44 |
| HSL | 330.83º | 0.34% | 0.42% | - |
| HSV(B) | 330.83º | 0.51% | 0.56% | - |
| XYZ | 15.9 | 11.15 | 14.68 | - |
| YUV | 95.52 | 133.35 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 105 | 0 | 0.51 | 0.26 | 0.44 | 330.83 | 0.34 | 0.42 |
| Hex | 8E | 46 | 69 | 0 | 33 | 1A | 2C | 14B | 22 | 2A |
| Octal | 216 | 106 | 151 | 0 | 63 | 32 | 54 | 513 | 42 | 52 |
| Binary | 10001110 | 1000110 | 1101001 | 0 | 110011 | 11010 | 101100 | 101001011 | 100010 | 101010 |
Color Harmonies of #8E4669
Complementary color
Monochromatic Colors of #8E4669
Black with #8E4669
Text Example
Text Example
White with #8E4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4669; }
p { color: rgb(142,70,105); }
H1.HeaderClassName
{
color: #8E4669;
}
.AnyTagClassName
{
color: #8E4669;
}
</style>
background-color css
<style>
a { background-color: #8E4669; }
a { background-color: rgb(142,70,105); }
div.DivClassName
{
background-color: #8E4669;
}
.BgClassName
{
background-color: #8E4669;
}
</style>
border-color css
<style>
span { border-color: #8E4669; }
span { border-color: rgb(142,70,105); }
td.TdClassName
{
border-color: #8E4669;
}
.TagClassName
{
border-color: #8E4669;
}
</style>