Shades of Cannon Pink #904773
Tints of Cannon Pink #904773
RGB
CMYK
RGB Variations
Color information
#904773 (or 0x904773) is known color: Cannon Pink. HEX triplet: 90, 47 and 73. RGB value is (144,71,115). Sum of RGB (Red+Green+Blue) = 144+71+115=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #904773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904773 is #6FB88C. Grayscale: #616161. Windows color (decimal): -7321741 or 7554960. OLE color: 7554960.
HSL color Cylindrical-coordinate representation of color #904773: hue angle of 323.84º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904773 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 115 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.44 |
| HSL | 323.84º | 0.34% | 0.42% | - |
| HSV(B) | 323.84º | 0.51% | 0.56% | - |
| XYZ | 16.85 | 11.67 | 17.58 | - |
| YUV | 97.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 115 | 0 | 0.51 | 0.20 | 0.44 | 323.84 | 0.34 | 0.42 |
| Hex | 90 | 47 | 73 | 0 | 33 | 14 | 2C | 144 | 22 | 2A |
| Octal | 220 | 107 | 163 | 0 | 63 | 24 | 54 | 504 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1110011 | 0 | 110011 | 10100 | 101100 | 101000100 | 100010 | 101010 |
Color Harmonies of #904773
Complementary color
Monochromatic Colors of #904773
Black with #904773
Text Example
Text Example
White with #904773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904773; }
p { color: rgb(144,71,115); }
H1.HeaderClassName
{
color: #904773;
}
.AnyTagClassName
{
color: #904773;
}
</style>
background-color css
<style>
a { background-color: #904773; }
a { background-color: rgb(144,71,115); }
div.DivClassName
{
background-color: #904773;
}
.BgClassName
{
background-color: #904773;
}
</style>
border-color css
<style>
span { border-color: #904773; }
span { border-color: rgb(144,71,115); }
td.TdClassName
{
border-color: #904773;
}
.TagClassName
{
border-color: #904773;
}
</style>