Shades of Cannon Pink #8E5069
Tints of Cannon Pink #8E5069
RGB
CMYK
RGB Variations
Color information
#8E5069 (or 0x8E5069) is known color: Cannon Pink. HEX triplet: 8E, 50 and 69. RGB value is (142,80,105). Sum of RGB (Red+Green+Blue) = 142+80+105=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5069 is #71AF96. Grayscale: #656565. Windows color (decimal): -7450519 or 6901902. OLE color: 6901902.
HSL color Cylindrical-coordinate representation of color #8E5069: hue angle of 335.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5069 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 80 | 105 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.44 |
| HSL | 335.81º | 0.28% | 0.44% | - |
| HSV(B) | 335.81º | 0.44% | 0.56% | - |
| XYZ | 16.57 | 12.51 | 14.91 | - |
| YUV | 101.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 80 | 105 | 0 | 0.44 | 0.26 | 0.44 | 335.81 | 0.28 | 0.44 |
| Hex | 8E | 50 | 69 | 0 | 2C | 1A | 2C | 150 | 1C | 2C |
| Octal | 216 | 120 | 151 | 0 | 54 | 32 | 54 | 520 | 34 | 54 |
| Binary | 10001110 | 1010000 | 1101001 | 0 | 101100 | 11010 | 101100 | 101010000 | 11100 | 101100 |
Color Harmonies of #8E5069
Complementary color
Monochromatic Colors of #8E5069
Black with #8E5069
Text Example
Text Example
White with #8E5069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5069; }
p { color: rgb(142,80,105); }
H1.HeaderClassName
{
color: #8E5069;
}
.AnyTagClassName
{
color: #8E5069;
}
</style>
background-color css
<style>
a { background-color: #8E5069; }
a { background-color: rgb(142,80,105); }
div.DivClassName
{
background-color: #8E5069;
}
.BgClassName
{
background-color: #8E5069;
}
</style>
border-color css
<style>
span { border-color: #8E5069; }
span { border-color: rgb(142,80,105); }
td.TdClassName
{
border-color: #8E5069;
}
.TagClassName
{
border-color: #8E5069;
}
</style>