Shades of Cannon Pink #904D62
Tints of Cannon Pink #904D62
RGB
CMYK
RGB Variations
Color information
#904D62 (or 0x904D62) is known color: Cannon Pink. HEX triplet: 90, 4D and 62. RGB value is (144,77,98). Sum of RGB (Red+Green+Blue) = 144+77+98=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #904D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D62 is #6FB29D. Grayscale: #636363. Windows color (decimal): -7320222 or 6442384. OLE color: 6442384.
HSL color Cylindrical-coordinate representation of color #904D62: hue angle of 341.19º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #904D62 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 98 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.44 |
| HSL | 341.19º | 0.3% | 0.43% | - |
| HSV(B) | 341.19º | 0.47% | 0.56% | - |
| XYZ | 16.36 | 12.12 | 13.03 | - |
| YUV | 99.43 | 127.2 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 98 | 0 | 0.47 | 0.32 | 0.44 | 341.19 | 0.3 | 0.43 |
| Hex | 90 | 4D | 62 | 0 | 2F | 20 | 2C | 155 | 1E | 2B |
| Octal | 220 | 115 | 142 | 0 | 57 | 40 | 54 | 525 | 36 | 53 |
| Binary | 10010000 | 1001101 | 1100010 | 0 | 101111 | 100000 | 101100 | 101010101 | 11110 | 101011 |
Color Harmonies of #904D62
Complementary color
Monochromatic Colors of #904D62
Black with #904D62
Text Example
Text Example
White with #904D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D62; }
p { color: rgb(144,77,98); }
H1.HeaderClassName
{
color: #904D62;
}
.AnyTagClassName
{
color: #904D62;
}
</style>
background-color css
<style>
a { background-color: #904D62; }
a { background-color: rgb(144,77,98); }
div.DivClassName
{
background-color: #904D62;
}
.BgClassName
{
background-color: #904D62;
}
</style>
border-color css
<style>
span { border-color: #904D62; }
span { border-color: rgb(144,77,98); }
td.TdClassName
{
border-color: #904D62;
}
.TagClassName
{
border-color: #904D62;
}
</style>