Shades of Cannon Pink #904C64
Tints of Cannon Pink #904C64
RGB
CMYK
RGB Variations
Color information
#904C64 (or 0x904C64) is known color: Cannon Pink. HEX triplet: 90, 4C and 64. RGB value is (144,76,100). Sum of RGB (Red+Green+Blue) = 144+76+100=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #904C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C64 is #6FB39B. Grayscale: #636363. Windows color (decimal): -7320476 or 6573200. OLE color: 6573200.
HSL color Cylindrical-coordinate representation of color #904C64: hue angle of 338.82º degrees, saturation: 0.31, 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 #904C64 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 100 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.44 |
| HSL | 338.82º | 0.31% | 0.43% | - |
| HSV(B) | 338.82º | 0.47% | 0.56% | - |
| XYZ | 16.39 | 12.02 | 13.51 | - |
| YUV | 99.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 100 | 0 | 0.47 | 0.31 | 0.44 | 338.82 | 0.31 | 0.43 |
| Hex | 90 | 4C | 64 | 0 | 2F | 1F | 2C | 153 | 1F | 2B |
| Octal | 220 | 114 | 144 | 0 | 57 | 37 | 54 | 523 | 37 | 53 |
| Binary | 10010000 | 1001100 | 1100100 | 0 | 101111 | 11111 | 101100 | 101010011 | 11111 | 101011 |
Color Harmonies of #904C64
Complementary color
Monochromatic Colors of #904C64
Black with #904C64
Text Example
Text Example
White with #904C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C64; }
p { color: rgb(144,76,100); }
H1.HeaderClassName
{
color: #904C64;
}
.AnyTagClassName
{
color: #904C64;
}
</style>
background-color css
<style>
a { background-color: #904C64; }
a { background-color: rgb(144,76,100); }
div.DivClassName
{
background-color: #904C64;
}
.BgClassName
{
background-color: #904C64;
}
</style>
border-color css
<style>
span { border-color: #904C64; }
span { border-color: rgb(144,76,100); }
td.TdClassName
{
border-color: #904C64;
}
.TagClassName
{
border-color: #904C64;
}
</style>