Shades of Cannon Pink #914D63
Tints of Cannon Pink #914D63
RGB
CMYK
RGB Variations
Color information
#914D63 (or 0x914D63) is known color: Cannon Pink. HEX triplet: 91, 4D and 63. RGB value is (145,77,99). Sum of RGB (Red+Green+Blue) = 145+77+99=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #914D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D63 is #6EB29C. Grayscale: #636363. Windows color (decimal): -7254685 or 6507921. OLE color: 6507921.
HSL color Cylindrical-coordinate representation of color #914D63: hue angle of 340.59º 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 #914D63 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 99 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.43 |
| HSL | 340.59º | 0.31% | 0.44% | - |
| HSV(B) | 340.59º | 0.47% | 0.57% | - |
| XYZ | 16.58 | 12.23 | 13.29 | - |
| YUV | 99.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 99 | 0 | 0.47 | 0.32 | 0.43 | 340.59 | 0.31 | 0.44 |
| Hex | 91 | 4D | 63 | 0 | 2F | 20 | 2B | 155 | 1F | 2C |
| Octal | 221 | 115 | 143 | 0 | 57 | 40 | 53 | 525 | 37 | 54 |
| Binary | 10010001 | 1001101 | 1100011 | 0 | 101111 | 100000 | 101011 | 101010101 | 11111 | 101100 |
Color Harmonies of #914D63
Complementary color
Monochromatic Colors of #914D63
Black with #914D63
Text Example
Text Example
White with #914D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D63; }
p { color: rgb(145,77,99); }
H1.HeaderClassName
{
color: #914D63;
}
.AnyTagClassName
{
color: #914D63;
}
</style>
background-color css
<style>
a { background-color: #914D63; }
a { background-color: rgb(145,77,99); }
div.DivClassName
{
background-color: #914D63;
}
.BgClassName
{
background-color: #914D63;
}
</style>
border-color css
<style>
span { border-color: #914D63; }
span { border-color: rgb(145,77,99); }
td.TdClassName
{
border-color: #914D63;
}
.TagClassName
{
border-color: #914D63;
}
</style>