Shades of Cannon Pink #904774
Tints of Cannon Pink #904774
RGB
CMYK
RGB Variations
Color information
#904774 (or 0x904774) is known color: Cannon Pink. HEX triplet: 90, 47 and 74. RGB value is (144,71,116). Sum of RGB (Red+Green+Blue) = 144+71+116=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #904774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904774 is #6FB88B. Grayscale: #616161. Windows color (decimal): -7321740 or 7620496. OLE color: 7620496.
HSL color Cylindrical-coordinate representation of color #904774: hue angle of 323.01º 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 #904774 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 71 | 116 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.44 |
| HSL | 323.01º | 0.34% | 0.42% | - |
| HSV(B) | 323.01º | 0.51% | 0.56% | - |
| XYZ | 16.91 | 11.7 | 17.89 | - |
| YUV | 97.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 71 | 116 | 0 | 0.51 | 0.19 | 0.44 | 323.01 | 0.34 | 0.42 |
| Hex | 90 | 47 | 74 | 0 | 33 | 13 | 2C | 143 | 22 | 2A |
| Octal | 220 | 107 | 164 | 0 | 63 | 23 | 54 | 503 | 42 | 52 |
| Binary | 10010000 | 1000111 | 1110100 | 0 | 110011 | 10011 | 101100 | 101000011 | 100010 | 101010 |
Color Harmonies of #904774
Complementary color
Monochromatic Colors of #904774
Black with #904774
Text Example
Text Example
White with #904774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904774; }
p { color: rgb(144,71,116); }
H1.HeaderClassName
{
color: #904774;
}
.AnyTagClassName
{
color: #904774;
}
</style>
background-color css
<style>
a { background-color: #904774; }
a { background-color: rgb(144,71,116); }
div.DivClassName
{
background-color: #904774;
}
.BgClassName
{
background-color: #904774;
}
</style>
border-color css
<style>
span { border-color: #904774; }
span { border-color: rgb(144,71,116); }
td.TdClassName
{
border-color: #904774;
}
.TagClassName
{
border-color: #904774;
}
</style>