Shades of Cannon Pink #914E72
Tints of Cannon Pink #914E72
RGB
CMYK
RGB Variations
Color information
#914E72 (or 0x914E72) is known color: Cannon Pink. HEX triplet: 91, 4E and 72. RGB value is (145,78,114). Sum of RGB (Red+Green+Blue) = 145+78+114=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #914E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914E72 is #6EB18D. Grayscale: #666666. Windows color (decimal): -7254414 or 7491217. OLE color: 7491217.
HSL color Cylindrical-coordinate representation of color #914E72: hue angle of 327.76º 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 #914E72 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 114 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.43 |
| HSL | 327.76º | 0.3% | 0.44% | - |
| HSV(B) | 327.76º | 0.46% | 0.57% | - |
| XYZ | 17.44 | 12.68 | 17.45 | - |
| YUV | 102.14 | 134.7 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 114 | 0 | 0.46 | 0.21 | 0.43 | 327.76 | 0.3 | 0.44 |
| Hex | 91 | 4E | 72 | 0 | 2E | 15 | 2B | 148 | 1E | 2C |
| Octal | 221 | 116 | 162 | 0 | 56 | 25 | 53 | 510 | 36 | 54 |
| Binary | 10010001 | 1001110 | 1110010 | 0 | 101110 | 10101 | 101011 | 101001000 | 11110 | 101100 |
Color Harmonies of #914E72
Complementary color
Monochromatic Colors of #914E72
Black with #914E72
Text Example
Text Example
White with #914E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E72; }
p { color: rgb(145,78,114); }
H1.HeaderClassName
{
color: #914E72;
}
.AnyTagClassName
{
color: #914E72;
}
</style>
background-color css
<style>
a { background-color: #914E72; }
a { background-color: rgb(145,78,114); }
div.DivClassName
{
background-color: #914E72;
}
.BgClassName
{
background-color: #914E72;
}
</style>
border-color css
<style>
span { border-color: #914E72; }
span { border-color: rgb(145,78,114); }
td.TdClassName
{
border-color: #914E72;
}
.TagClassName
{
border-color: #914E72;
}
</style>