Shades of Cannon Pink #7E5860
Tints of Cannon Pink #7E5860
RGB
CMYK
RGB Variations
Color information
#7E5860 (or 0x7E5860) is known color: Cannon Pink. HEX triplet: 7E, 58 and 60. RGB value is (126,88,96). Sum of RGB (Red+Green+Blue) = 126+88+96=310 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.65% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5860 is #81A79F. Grayscale: #646464. Windows color (decimal): -8497056 or 6314110. OLE color: 6314110.
HSL color Cylindrical-coordinate representation of color #7E5860: hue angle of 347.37º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E5860 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 88 | 96 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.51 |
| HSL | 347.37º | 0.18% | 0.42% | - |
| HSV(B) | 347.37º | 0.3% | 0.49% | - |
| XYZ | 14.21 | 12.26 | 12.68 | - |
| YUV | 100.27 | 125.59 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 88 | 96 | 0 | 0.30 | 0.24 | 0.51 | 347.37 | 0.18 | 0.42 |
| Hex | 7E | 58 | 60 | 0 | 1E | 18 | 33 | 15B | 12 | 2A |
| Octal | 176 | 130 | 140 | 0 | 36 | 30 | 63 | 533 | 22 | 52 |
| Binary | 1111110 | 1011000 | 1100000 | 0 | 11110 | 11000 | 110011 | 101011011 | 10010 | 101010 |
Color Harmonies of #7E5860
Complementary color
Monochromatic Colors of #7E5860
Black with #7E5860
Text Example
Text Example
White with #7E5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5860; }
p { color: rgb(126,88,96); }
H1.HeaderClassName
{
color: #7E5860;
}
.AnyTagClassName
{
color: #7E5860;
}
</style>
background-color css
<style>
a { background-color: #7E5860; }
a { background-color: rgb(126,88,96); }
div.DivClassName
{
background-color: #7E5860;
}
.BgClassName
{
background-color: #7E5860;
}
</style>
border-color css
<style>
span { border-color: #7E5860; }
span { border-color: rgb(126,88,96); }
td.TdClassName
{
border-color: #7E5860;
}
.TagClassName
{
border-color: #7E5860;
}
</style>