Shades of Cannon Pink #8E5568
Tints of Cannon Pink #8E5568
RGB
CMYK
RGB Variations
Color information
#8E5568 (or 0x8E5568) is known color: Cannon Pink. HEX triplet: 8E, 55 and 68. RGB value is (142,85,104). Sum of RGB (Red+Green+Blue) = 142+85+104=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5568 is #71AA97. Grayscale: #686868. Windows color (decimal): -7449240 or 6837646. OLE color: 6837646.
HSL color Cylindrical-coordinate representation of color #8E5568: hue angle of 340º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5568 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 104 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.44 |
| HSL | 340º | 0.25% | 0.45% | - |
| HSV(B) | 340º | 0.4% | 0.56% | - |
| XYZ | 16.9 | 13.25 | 14.76 | - |
| YUV | 104.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 104 | 0 | 0.40 | 0.27 | 0.44 | 340 | 0.25 | 0.45 |
| Hex | 8E | 55 | 68 | 0 | 28 | 1B | 2C | 154 | 19 | 2D |
| Octal | 216 | 125 | 150 | 0 | 50 | 33 | 54 | 524 | 31 | 55 |
| Binary | 10001110 | 1010101 | 1101000 | 0 | 101000 | 11011 | 101100 | 101010100 | 11001 | 101101 |
Color Harmonies of #8E5568
Complementary color
Monochromatic Colors of #8E5568
Black with #8E5568
Text Example
Text Example
White with #8E5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5568; }
p { color: rgb(142,85,104); }
H1.HeaderClassName
{
color: #8E5568;
}
.AnyTagClassName
{
color: #8E5568;
}
</style>
background-color css
<style>
a { background-color: #8E5568; }
a { background-color: rgb(142,85,104); }
div.DivClassName
{
background-color: #8E5568;
}
.BgClassName
{
background-color: #8E5568;
}
</style>
border-color css
<style>
span { border-color: #8E5568; }
span { border-color: rgb(142,85,104); }
td.TdClassName
{
border-color: #8E5568;
}
.TagClassName
{
border-color: #8E5568;
}
</style>