Shades of Cannon Pink #7E5B63
Tints of Cannon Pink #7E5B63
RGB
CMYK
RGB Variations
Color information
#7E5B63 (or 0x7E5B63) is known color: Cannon Pink. HEX triplet: 7E, 5B and 63. RGB value is (126,91,99). Sum of RGB (Red+Green+Blue) = 126+91+99=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5B63 is #81A49C. Grayscale: #666666. Windows color (decimal): -8496285 or 6511486. OLE color: 6511486.
HSL color Cylindrical-coordinate representation of color #7E5B63: hue angle of 346.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E5B63 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 91 | 99 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.51 |
| HSL | 346.29º | 0.16% | 0.43% | - |
| HSV(B) | 346.29º | 0.28% | 0.49% | - |
| XYZ | 14.6 | 12.82 | 13.51 | - |
| YUV | 102.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 91 | 99 | 0 | 0.28 | 0.21 | 0.51 | 346.29 | 0.16 | 0.43 |
| Hex | 7E | 5B | 63 | 0 | 1C | 15 | 33 | 15A | 10 | 2B |
| Octal | 176 | 133 | 143 | 0 | 34 | 25 | 63 | 532 | 20 | 53 |
| Binary | 1111110 | 1011011 | 1100011 | 0 | 11100 | 10101 | 110011 | 101011010 | 10000 | 101011 |
Color Harmonies of #7E5B63
Complementary color
Monochromatic Colors of #7E5B63
Black with #7E5B63
Text Example
Text Example
White with #7E5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5B63; }
p { color: rgb(126,91,99); }
H1.HeaderClassName
{
color: #7E5B63;
}
.AnyTagClassName
{
color: #7E5B63;
}
</style>
background-color css
<style>
a { background-color: #7E5B63; }
a { background-color: rgb(126,91,99); }
div.DivClassName
{
background-color: #7E5B63;
}
.BgClassName
{
background-color: #7E5B63;
}
</style>
border-color css
<style>
span { border-color: #7E5B63; }
span { border-color: rgb(126,91,99); }
td.TdClassName
{
border-color: #7E5B63;
}
.TagClassName
{
border-color: #7E5B63;
}
</style>