Shades of Cannon Pink #8E5768
Tints of Cannon Pink #8E5768
RGB
CMYK
RGB Variations
Color information
#8E5768 (or 0x8E5768) is known color: Cannon Pink. HEX triplet: 8E, 57 and 68. RGB value is (142,87,104). Sum of RGB (Red+Green+Blue) = 142+87+104=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5768 is #71A897. Grayscale: #696969. Windows color (decimal): -7448728 or 6838158. OLE color: 6838158.
HSL color Cylindrical-coordinate representation of color #8E5768: hue angle of 341.45º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E5768 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 87 | 104 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.44 |
| HSL | 341.45º | 0.24% | 0.45% | - |
| HSV(B) | 341.45º | 0.39% | 0.56% | - |
| XYZ | 17.06 | 13.57 | 14.82 | - |
| YUV | 105.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 87 | 104 | 0 | 0.39 | 0.27 | 0.44 | 341.45 | 0.24 | 0.45 |
| Hex | 8E | 57 | 68 | 0 | 27 | 1B | 2C | 155 | 18 | 2D |
| Octal | 216 | 127 | 150 | 0 | 47 | 33 | 54 | 525 | 30 | 55 |
| Binary | 10001110 | 1010111 | 1101000 | 0 | 100111 | 11011 | 101100 | 101010101 | 11000 | 101101 |
Color Harmonies of #8E5768
Complementary color
Monochromatic Colors of #8E5768
Black with #8E5768
Text Example
Text Example
White with #8E5768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5768; }
p { color: rgb(142,87,104); }
H1.HeaderClassName
{
color: #8E5768;
}
.AnyTagClassName
{
color: #8E5768;
}
</style>
background-color css
<style>
a { background-color: #8E5768; }
a { background-color: rgb(142,87,104); }
div.DivClassName
{
background-color: #8E5768;
}
.BgClassName
{
background-color: #8E5768;
}
</style>
border-color css
<style>
span { border-color: #8E5768; }
span { border-color: rgb(142,87,104); }
td.TdClassName
{
border-color: #8E5768;
}
.TagClassName
{
border-color: #8E5768;
}
</style>