Shades of Cannon Pink #914D73
Tints of Cannon Pink #914D73
RGB
CMYK
RGB Variations
Color information
#914D73 (or 0x914D73) is known color: Cannon Pink. HEX triplet: 91, 4D and 73. RGB value is (145,77,115). Sum of RGB (Red+Green+Blue) = 145+77+115=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #914D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D73 is #6EB28C. Grayscale: #656565. Windows color (decimal): -7254669 or 7556497. OLE color: 7556497.
HSL color Cylindrical-coordinate representation of color #914D73: hue angle of 326.47º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #914D73 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 115 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.43 |
| HSL | 326.47º | 0.31% | 0.44% | - |
| HSV(B) | 326.47º | 0.47% | 0.57% | - |
| XYZ | 17.43 | 12.57 | 17.73 | - |
| YUV | 101.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 115 | 0 | 0.47 | 0.21 | 0.43 | 326.47 | 0.31 | 0.44 |
| Hex | 91 | 4D | 73 | 0 | 2F | 15 | 2B | 146 | 1F | 2C |
| Octal | 221 | 115 | 163 | 0 | 57 | 25 | 53 | 506 | 37 | 54 |
| Binary | 10010001 | 1001101 | 1110011 | 0 | 101111 | 10101 | 101011 | 101000110 | 11111 | 101100 |
Color Harmonies of #914D73
Complementary color
Monochromatic Colors of #914D73
Black with #914D73
Text Example
Text Example
White with #914D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D73; }
p { color: rgb(145,77,115); }
H1.HeaderClassName
{
color: #914D73;
}
.AnyTagClassName
{
color: #914D73;
}
</style>
background-color css
<style>
a { background-color: #914D73; }
a { background-color: rgb(145,77,115); }
div.DivClassName
{
background-color: #914D73;
}
.BgClassName
{
background-color: #914D73;
}
</style>
border-color css
<style>
span { border-color: #914D73; }
span { border-color: rgb(145,77,115); }
td.TdClassName
{
border-color: #914D73;
}
.TagClassName
{
border-color: #914D73;
}
</style>