Shades of Cannon Pink #8E5865
Tints of Cannon Pink #8E5865
RGB
CMYK
RGB Variations
Color information
#8E5865 (or 0x8E5865) is known color: Cannon Pink. HEX triplet: 8E, 58 and 65. RGB value is (142,88,101). Sum of RGB (Red+Green+Blue) = 142+88+101=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5865 is #71A79A. Grayscale: #696969. Windows color (decimal): -7448475 or 6641806. OLE color: 6641806.
HSL color Cylindrical-coordinate representation of color #8E5865: hue angle of 345.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E5865 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 88 | 101 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.44 |
| HSL | 345.56º | 0.23% | 0.45% | - |
| HSV(B) | 345.56º | 0.38% | 0.56% | - |
| XYZ | 16.99 | 13.67 | 14.05 | - |
| YUV | 105.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 88 | 101 | 0 | 0.38 | 0.29 | 0.44 | 345.56 | 0.23 | 0.45 |
| Hex | 8E | 58 | 65 | 0 | 26 | 1D | 2C | 15A | 17 | 2D |
| Octal | 216 | 130 | 145 | 0 | 46 | 35 | 54 | 532 | 27 | 55 |
| Binary | 10001110 | 1011000 | 1100101 | 0 | 100110 | 11101 | 101100 | 101011010 | 10111 | 101101 |
Color Harmonies of #8E5865
Complementary color
Monochromatic Colors of #8E5865
Black with #8E5865
Text Example
Text Example
White with #8E5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5865; }
p { color: rgb(142,88,101); }
H1.HeaderClassName
{
color: #8E5865;
}
.AnyTagClassName
{
color: #8E5865;
}
</style>
background-color css
<style>
a { background-color: #8E5865; }
a { background-color: rgb(142,88,101); }
div.DivClassName
{
background-color: #8E5865;
}
.BgClassName
{
background-color: #8E5865;
}
</style>
border-color css
<style>
span { border-color: #8E5865; }
span { border-color: rgb(142,88,101); }
td.TdClassName
{
border-color: #8E5865;
}
.TagClassName
{
border-color: #8E5865;
}
</style>