Shades of Cannon Pink #904470
Tints of Cannon Pink #904470
RGB
CMYK
RGB Variations
Color information
#904470 (or 0x904470) is known color: Cannon Pink. HEX triplet: 90, 44 and 70. RGB value is (144,68,112). Sum of RGB (Red+Green+Blue) = 144+68+112=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #904470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904470 is #6FBB8F. Grayscale: #5F5F5F. Windows color (decimal): -7322512 or 7357584. OLE color: 7357584.
HSL color Cylindrical-coordinate representation of color #904470: hue angle of 325.26º 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 #904470 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 112 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.44 |
| HSL | 325.26º | 0.36% | 0.42% | - |
| HSV(B) | 325.26º | 0.53% | 0.56% | - |
| XYZ | 16.49 | 11.23 | 16.63 | - |
| YUV | 95.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 112 | 0 | 0.53 | 0.22 | 0.44 | 325.26 | 0.36 | 0.42 |
| Hex | 90 | 44 | 70 | 0 | 35 | 16 | 2C | 145 | 24 | 2A |
| Octal | 220 | 104 | 160 | 0 | 65 | 26 | 54 | 505 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1110000 | 0 | 110101 | 10110 | 101100 | 101000101 | 100100 | 101010 |
Color Harmonies of #904470
Complementary color
Monochromatic Colors of #904470
Black with #904470
Text Example
Text Example
White with #904470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904470; }
p { color: rgb(144,68,112); }
H1.HeaderClassName
{
color: #904470;
}
.AnyTagClassName
{
color: #904470;
}
</style>
background-color css
<style>
a { background-color: #904470; }
a { background-color: rgb(144,68,112); }
div.DivClassName
{
background-color: #904470;
}
.BgClassName
{
background-color: #904470;
}
</style>
border-color css
<style>
span { border-color: #904470; }
span { border-color: rgb(144,68,112); }
td.TdClassName
{
border-color: #904470;
}
.TagClassName
{
border-color: #904470;
}
</style>