Shades of Cannon Pink #914D74
Tints of Cannon Pink #914D74
RGB
CMYK
RGB Variations
Color information
#914D74 (or 0x914D74) is known color: Cannon Pink. HEX triplet: 91, 4D and 74. RGB value is (145,77,116). Sum of RGB (Red+Green+Blue) = 145+77+116=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #914D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914D74 is #6EB28B. Grayscale: #656565. Windows color (decimal): -7254668 or 7622033. OLE color: 7622033.
HSL color Cylindrical-coordinate representation of color #914D74: hue angle of 325.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 #914D74 is Cyan = 0, Magento = 0.47, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 116 | - |
| CMYK | 0 | 0.47 | 0.2 | 0.43 |
| HSL | 325.59º | 0.31% | 0.44% | - |
| HSV(B) | 325.59º | 0.47% | 0.57% | - |
| XYZ | 17.48 | 12.59 | 18.03 | - |
| YUV | 101.78 | 136.03 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 116 | 0 | 0.47 | 0.2 | 0.43 | 325.59 | 0.31 | 0.44 |
| Hex | 91 | 4D | 74 | 0 | 2F | 14 | 2B | 146 | 1F | 2C |
| Octal | 221 | 115 | 164 | 0 | 57 | 24 | 53 | 506 | 37 | 54 |
| Binary | 10010001 | 1001101 | 1110100 | 0 | 101111 | 10100 | 101011 | 101000110 | 11111 | 101100 |
Color Harmonies of #914D74
Complementary color
Monochromatic Colors of #914D74
Black with #914D74
Text Example
Text Example
White with #914D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D74; }
p { color: rgb(145,77,116); }
H1.HeaderClassName
{
color: #914D74;
}
.AnyTagClassName
{
color: #914D74;
}
</style>
background-color css
<style>
a { background-color: #914D74; }
a { background-color: rgb(145,77,116); }
div.DivClassName
{
background-color: #914D74;
}
.BgClassName
{
background-color: #914D74;
}
</style>
border-color css
<style>
span { border-color: #914D74; }
span { border-color: rgb(145,77,116); }
td.TdClassName
{
border-color: #914D74;
}
.TagClassName
{
border-color: #914D74;
}
</style>