Shades of Cannon Pink #904C68
Tints of Cannon Pink #904C68
RGB
CMYK
RGB Variations
Color information
#904C68 (or 0x904C68) is known color: Cannon Pink. HEX triplet: 90, 4C and 68. RGB value is (144,76,104). Sum of RGB (Red+Green+Blue) = 144+76+104=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #904C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904C68 is #6FB397. Grayscale: #636363. Windows color (decimal): -7320472 or 6835344. OLE color: 6835344.
HSL color Cylindrical-coordinate representation of color #904C68: hue angle of 335.29º 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 #904C68 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 76 | 104 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.44 |
| HSL | 335.29º | 0.31% | 0.43% | - |
| HSV(B) | 335.29º | 0.47% | 0.56% | - |
| XYZ | 16.58 | 12.1 | 14.56 | - |
| YUV | 99.52 | 130.53 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 76 | 104 | 0 | 0.47 | 0.28 | 0.44 | 335.29 | 0.31 | 0.43 |
| Hex | 90 | 4C | 68 | 0 | 2F | 1C | 2C | 14F | 1F | 2B |
| Octal | 220 | 114 | 150 | 0 | 57 | 34 | 54 | 517 | 37 | 53 |
| Binary | 10010000 | 1001100 | 1101000 | 0 | 101111 | 11100 | 101100 | 101001111 | 11111 | 101011 |
Color Harmonies of #904C68
Complementary color
Monochromatic Colors of #904C68
Black with #904C68
Text Example
Text Example
White with #904C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904C68; }
p { color: rgb(144,76,104); }
H1.HeaderClassName
{
color: #904C68;
}
.AnyTagClassName
{
color: #904C68;
}
</style>
background-color css
<style>
a { background-color: #904C68; }
a { background-color: rgb(144,76,104); }
div.DivClassName
{
background-color: #904C68;
}
.BgClassName
{
background-color: #904C68;
}
</style>
border-color css
<style>
span { border-color: #904C68; }
span { border-color: rgb(144,76,104); }
td.TdClassName
{
border-color: #904C68;
}
.TagClassName
{
border-color: #904C68;
}
</style>