Shades of Cannon Pink #914E63
Tints of Cannon Pink #914E63
RGB
CMYK
RGB Variations
Color information
#914E63 (or 0x914E63) is known color: Cannon Pink. HEX triplet: 91, 4E and 63. RGB value is (145,78,99). Sum of RGB (Red+Green+Blue) = 145+78+99=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #914E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E63 is #6EB19C. Grayscale: #646464. Windows color (decimal): -7254429 or 6508177. OLE color: 6508177.
HSL color Cylindrical-coordinate representation of color #914E63: hue angle of 341.19º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914E63 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 99 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.43 |
| HSL | 341.19º | 0.3% | 0.44% | - |
| HSV(B) | 341.19º | 0.46% | 0.57% | - |
| XYZ | 16.65 | 12.37 | 13.31 | - |
| YUV | 100.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 99 | 0 | 0.46 | 0.32 | 0.43 | 341.19 | 0.3 | 0.44 |
| Hex | 91 | 4E | 63 | 0 | 2E | 20 | 2B | 155 | 1E | 2C |
| Octal | 221 | 116 | 143 | 0 | 56 | 40 | 53 | 525 | 36 | 54 |
| Binary | 10010001 | 1001110 | 1100011 | 0 | 101110 | 100000 | 101011 | 101010101 | 11110 | 101100 |
Color Harmonies of #914E63
Complementary color
Monochromatic Colors of #914E63
Black with #914E63
Text Example
Text Example
White with #914E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E63; }
p { color: rgb(145,78,99); }
H1.HeaderClassName
{
color: #914E63;
}
.AnyTagClassName
{
color: #914E63;
}
</style>
background-color css
<style>
a { background-color: #914E63; }
a { background-color: rgb(145,78,99); }
div.DivClassName
{
background-color: #914E63;
}
.BgClassName
{
background-color: #914E63;
}
</style>
border-color css
<style>
span { border-color: #914E63; }
span { border-color: rgb(145,78,99); }
td.TdClassName
{
border-color: #914E63;
}
.TagClassName
{
border-color: #914E63;
}
</style>