Shades of Cannon Pink #8E566A
Tints of Cannon Pink #8E566A
RGB
CMYK
RGB Variations
Color information
#8E566A (or 0x8E566A) is known color: Cannon Pink. HEX triplet: 8E, 56 and 6A. RGB value is (142,86,106). Sum of RGB (Red+Green+Blue) = 142+86+106=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E566A is #71A995. Grayscale: #696969. Windows color (decimal): -7448982 or 6968974. OLE color: 6968974.
HSL color Cylindrical-coordinate representation of color #8E566A: hue angle of 338.57º degrees, saturation: 0.25, 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 #8E566A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 106 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.44 |
| HSL | 338.57º | 0.25% | 0.45% | - |
| HSV(B) | 338.57º | 0.39% | 0.56% | - |
| XYZ | 17.08 | 13.45 | 15.33 | - |
| YUV | 105.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 106 | 0 | 0.39 | 0.25 | 0.44 | 338.57 | 0.25 | 0.45 |
| Hex | 8E | 56 | 6A | 0 | 27 | 19 | 2C | 153 | 19 | 2D |
| Octal | 216 | 126 | 152 | 0 | 47 | 31 | 54 | 523 | 31 | 55 |
| Binary | 10001110 | 1010110 | 1101010 | 0 | 100111 | 11001 | 101100 | 101010011 | 11001 | 101101 |
Color Harmonies of #8E566A
Complementary color
Monochromatic Colors of #8E566A
Black with #8E566A
Text Example
Text Example
White with #8E566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E566A; }
p { color: rgb(142,86,106); }
H1.HeaderClassName
{
color: #8E566A;
}
.AnyTagClassName
{
color: #8E566A;
}
</style>
background-color css
<style>
a { background-color: #8E566A; }
a { background-color: rgb(142,86,106); }
div.DivClassName
{
background-color: #8E566A;
}
.BgClassName
{
background-color: #8E566A;
}
</style>
border-color css
<style>
span { border-color: #8E566A; }
span { border-color: rgb(142,86,106); }
td.TdClassName
{
border-color: #8E566A;
}
.TagClassName
{
border-color: #8E566A;
}
</style>