Shades of Cannon Pink #8E4667
Tints of Cannon Pink #8E4667
RGB
CMYK
RGB Variations
Color information
#8E4667 (or 0x8E4667) is known color: Cannon Pink. HEX triplet: 8E, 46 and 67. RGB value is (142,70,103). Sum of RGB (Red+Green+Blue) = 142+70+103=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4667 is #71B998. Grayscale: #5F5F5F. Windows color (decimal): -7453081 or 6768270. OLE color: 6768270.
HSL color Cylindrical-coordinate representation of color #8E4667: hue angle of 332.5º 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 #8E4667 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 70 | 103 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.44 |
| HSL | 332.5º | 0.34% | 0.42% | - |
| HSV(B) | 332.5º | 0.51% | 0.56% | - |
| XYZ | 15.79 | 11.11 | 14.14 | - |
| YUV | 95.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 103 | 0 | 0.51 | 0.27 | 0.44 | 332.5 | 0.34 | 0.42 |
| Hex | 8E | 46 | 67 | 0 | 33 | 1B | 2C | 14C | 22 | 2A |
| Octal | 216 | 106 | 147 | 0 | 63 | 33 | 54 | 514 | 42 | 52 |
| Binary | 10001110 | 1000110 | 1100111 | 0 | 110011 | 11011 | 101100 | 101001100 | 100010 | 101010 |
Color Harmonies of #8E4667
Complementary color
Monochromatic Colors of #8E4667
Black with #8E4667
Text Example
Text Example
White with #8E4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4667; }
p { color: rgb(142,70,103); }
H1.HeaderClassName
{
color: #8E4667;
}
.AnyTagClassName
{
color: #8E4667;
}
</style>
background-color css
<style>
a { background-color: #8E4667; }
a { background-color: rgb(142,70,103); }
div.DivClassName
{
background-color: #8E4667;
}
.BgClassName
{
background-color: #8E4667;
}
</style>
border-color css
<style>
span { border-color: #8E4667; }
span { border-color: rgb(142,70,103); }
td.TdClassName
{
border-color: #8E4667;
}
.TagClassName
{
border-color: #8E4667;
}
</style>