Shades of Cannon Pink #8E5370
Tints of Cannon Pink #8E5370
RGB
CMYK
RGB Variations
Color information
#8E5370 (or 0x8E5370) is known color: Cannon Pink. HEX triplet: 8E, 53 and 70. RGB value is (142,83,112). Sum of RGB (Red+Green+Blue) = 142+83+112=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5370 is #71AC8F. Grayscale: #676767. Windows color (decimal): -7449744 or 7361422. OLE color: 7361422.
HSL color Cylindrical-coordinate representation of color #8E5370: hue angle of 330.51º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5370 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 83 | 112 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.44 |
| HSL | 330.51º | 0.26% | 0.44% | - |
| HSV(B) | 330.51º | 0.42% | 0.56% | - |
| XYZ | 17.17 | 13.11 | 16.95 | - |
| YUV | 103.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 83 | 112 | 0 | 0.42 | 0.21 | 0.44 | 330.51 | 0.26 | 0.44 |
| Hex | 8E | 53 | 70 | 0 | 2A | 15 | 2C | 14B | 1A | 2C |
| Octal | 216 | 123 | 160 | 0 | 52 | 25 | 54 | 513 | 32 | 54 |
| Binary | 10001110 | 1010011 | 1110000 | 0 | 101010 | 10101 | 101100 | 101001011 | 11010 | 101100 |
Color Harmonies of #8E5370
Complementary color
Monochromatic Colors of #8E5370
Black with #8E5370
Text Example
Text Example
White with #8E5370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5370; }
p { color: rgb(142,83,112); }
H1.HeaderClassName
{
color: #8E5370;
}
.AnyTagClassName
{
color: #8E5370;
}
</style>
background-color css
<style>
a { background-color: #8E5370; }
a { background-color: rgb(142,83,112); }
div.DivClassName
{
background-color: #8E5370;
}
.BgClassName
{
background-color: #8E5370;
}
</style>
border-color css
<style>
span { border-color: #8E5370; }
span { border-color: rgb(142,83,112); }
td.TdClassName
{
border-color: #8E5370;
}
.TagClassName
{
border-color: #8E5370;
}
</style>