Shades of Cannon Pink #904676
Tints of Cannon Pink #904676
RGB
CMYK
RGB Variations
Color information
#904676 (or 0x904676) is known color: Cannon Pink. HEX triplet: 90, 46 and 76. RGB value is (144,70,118). Sum of RGB (Red+Green+Blue) = 144+70+118=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #904676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904676 is #6FB989. Grayscale: #616161. Windows color (decimal): -7321994 or 7751312. OLE color: 7751312.
HSL color Cylindrical-coordinate representation of color #904676: hue angle of 321.08º degrees, saturation: 0.35, 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 #904676 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 118 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.44 |
| HSL | 321.08º | 0.35% | 0.42% | - |
| HSV(B) | 321.08º | 0.51% | 0.56% | - |
| XYZ | 16.96 | 11.62 | 18.49 | - |
| YUV | 97.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 118 | 0 | 0.51 | 0.18 | 0.44 | 321.08 | 0.35 | 0.42 |
| Hex | 90 | 46 | 76 | 0 | 33 | 12 | 2C | 141 | 23 | 2A |
| Octal | 220 | 106 | 166 | 0 | 63 | 22 | 54 | 501 | 43 | 52 |
| Binary | 10010000 | 1000110 | 1110110 | 0 | 110011 | 10010 | 101100 | 101000001 | 100011 | 101010 |
Color Harmonies of #904676
Complementary color
Monochromatic Colors of #904676
Black with #904676
Text Example
Text Example
White with #904676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904676; }
p { color: rgb(144,70,118); }
H1.HeaderClassName
{
color: #904676;
}
.AnyTagClassName
{
color: #904676;
}
</style>
background-color css
<style>
a { background-color: #904676; }
a { background-color: rgb(144,70,118); }
div.DivClassName
{
background-color: #904676;
}
.BgClassName
{
background-color: #904676;
}
</style>
border-color css
<style>
span { border-color: #904676; }
span { border-color: rgb(144,70,118); }
td.TdClassName
{
border-color: #904676;
}
.TagClassName
{
border-color: #904676;
}
</style>