Shades of Cannon Pink #904977
Tints of Cannon Pink #904977
RGB
CMYK
RGB Variations
Color information
#904977 (or 0x904977) is known color: Cannon Pink. HEX triplet: 90, 49 and 77. RGB value is (144,73,119). Sum of RGB (Red+Green+Blue) = 144+73+119=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #904977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904977 is #6FB688. Grayscale: #636363. Windows color (decimal): -7321225 or 7817616. OLE color: 7817616.
HSL color Cylindrical-coordinate representation of color #904977: hue angle of 321.13º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904977 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 119 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.44 |
| HSL | 321.13º | 0.33% | 0.43% | - |
| HSV(B) | 321.13º | 0.49% | 0.56% | - |
| XYZ | 17.21 | 12.03 | 18.87 | - |
| YUV | 99.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 119 | 0 | 0.49 | 0.17 | 0.44 | 321.13 | 0.33 | 0.43 |
| Hex | 90 | 49 | 77 | 0 | 31 | 11 | 2C | 141 | 21 | 2B |
| Octal | 220 | 111 | 167 | 0 | 61 | 21 | 54 | 501 | 41 | 53 |
| Binary | 10010000 | 1001001 | 1110111 | 0 | 110001 | 10001 | 101100 | 101000001 | 100001 | 101011 |
Color Harmonies of #904977
Complementary color
Monochromatic Colors of #904977
Black with #904977
Text Example
Text Example
White with #904977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904977; }
p { color: rgb(144,73,119); }
H1.HeaderClassName
{
color: #904977;
}
.AnyTagClassName
{
color: #904977;
}
</style>
background-color css
<style>
a { background-color: #904977; }
a { background-color: rgb(144,73,119); }
div.DivClassName
{
background-color: #904977;
}
.BgClassName
{
background-color: #904977;
}
</style>
border-color css
<style>
span { border-color: #904977; }
span { border-color: rgb(144,73,119); }
td.TdClassName
{
border-color: #904977;
}
.TagClassName
{
border-color: #904977;
}
</style>