Shades of Cannon Pink #904474
Tints of Cannon Pink #904474
RGB
CMYK
RGB Variations
Color information
#904474 (or 0x904474) is known color: Cannon Pink. HEX triplet: 90, 44 and 74. RGB value is (144,68,116). Sum of RGB (Red+Green+Blue) = 144+68+116=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 144 - color contains mainly: red. Hex color #904474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904474 is #6FBB8B. Grayscale: #606060. Windows color (decimal): -7322508 or 7619728. OLE color: 7619728.
HSL color Cylindrical-coordinate representation of color #904474: hue angle of 322.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904474 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 116 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.44 |
| HSL | 322.11º | 0.36% | 0.42% | - |
| HSV(B) | 322.11º | 0.53% | 0.56% | - |
| XYZ | 16.72 | 11.32 | 17.83 | - |
| YUV | 96.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 116 | 0 | 0.53 | 0.19 | 0.44 | 322.11 | 0.36 | 0.42 |
| Hex | 90 | 44 | 74 | 0 | 35 | 13 | 2C | 142 | 24 | 2A |
| Octal | 220 | 104 | 164 | 0 | 65 | 23 | 54 | 502 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1110100 | 0 | 110101 | 10011 | 101100 | 101000010 | 100100 | 101010 |
Color Harmonies of #904474
Complementary color
Monochromatic Colors of #904474
Black with #904474
Text Example
Text Example
White with #904474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904474; }
p { color: rgb(144,68,116); }
H1.HeaderClassName
{
color: #904474;
}
.AnyTagClassName
{
color: #904474;
}
</style>
background-color css
<style>
a { background-color: #904474; }
a { background-color: rgb(144,68,116); }
div.DivClassName
{
background-color: #904474;
}
.BgClassName
{
background-color: #904474;
}
</style>
border-color css
<style>
span { border-color: #904474; }
span { border-color: rgb(144,68,116); }
td.TdClassName
{
border-color: #904474;
}
.TagClassName
{
border-color: #904474;
}
</style>