Shades of Cannon Pink #904E71
Tints of Cannon Pink #904E71
RGB
CMYK
RGB Variations
Color information
#904E71 (or 0x904E71) is known color: Cannon Pink. HEX triplet: 90, 4E and 71. RGB value is (144,78,113). Sum of RGB (Red+Green+Blue) = 144+78+113=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #904E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E71 is #6FB18E. Grayscale: #656565. Windows color (decimal): -7319951 or 7425680. OLE color: 7425680.
HSL color Cylindrical-coordinate representation of color #904E71: hue angle of 328.18º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #904E71 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 113 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.44 |
| HSL | 328.18º | 0.3% | 0.44% | - |
| HSV(B) | 328.18º | 0.46% | 0.56% | - |
| XYZ | 17.21 | 12.57 | 17.14 | - |
| YUV | 101.72 | 134.37 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 113 | 0 | 0.46 | 0.22 | 0.44 | 328.18 | 0.3 | 0.44 |
| Hex | 90 | 4E | 71 | 0 | 2E | 16 | 2C | 148 | 1E | 2C |
| Octal | 220 | 116 | 161 | 0 | 56 | 26 | 54 | 510 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1110001 | 0 | 101110 | 10110 | 101100 | 101001000 | 11110 | 101100 |
Color Harmonies of #904E71
Complementary color
Monochromatic Colors of #904E71
Black with #904E71
Text Example
Text Example
White with #904E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E71; }
p { color: rgb(144,78,113); }
H1.HeaderClassName
{
color: #904E71;
}
.AnyTagClassName
{
color: #904E71;
}
</style>
background-color css
<style>
a { background-color: #904E71; }
a { background-color: rgb(144,78,113); }
div.DivClassName
{
background-color: #904E71;
}
.BgClassName
{
background-color: #904E71;
}
</style>
border-color css
<style>
span { border-color: #904E71; }
span { border-color: rgb(144,78,113); }
td.TdClassName
{
border-color: #904E71;
}
.TagClassName
{
border-color: #904E71;
}
</style>