Shades of Cannon Pink #904E60
Tints of Cannon Pink #904E60
RGB
CMYK
RGB Variations
Color information
#904E60 (or 0x904E60) is known color: Cannon Pink. HEX triplet: 90, 4E and 60. RGB value is (144,78,96). Sum of RGB (Red+Green+Blue) = 144+78+96=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #904E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E60 is #6FB19F. Grayscale: #636363. Windows color (decimal): -7319968 or 6311568. OLE color: 6311568.
HSL color Cylindrical-coordinate representation of color #904E60: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #904E60 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 96 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.44 |
| HSL | 343.64º | 0.3% | 0.44% | - |
| HSV(B) | 343.64º | 0.46% | 0.56% | - |
| XYZ | 16.34 | 12.22 | 12.56 | - |
| YUV | 99.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 96 | 0 | 0.46 | 0.33 | 0.44 | 343.64 | 0.3 | 0.44 |
| Hex | 90 | 4E | 60 | 0 | 2E | 21 | 2C | 158 | 1E | 2C |
| Octal | 220 | 116 | 140 | 0 | 56 | 41 | 54 | 530 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1100000 | 0 | 101110 | 100001 | 101100 | 101011000 | 11110 | 101100 |
Color Harmonies of #904E60
Complementary color
Monochromatic Colors of #904E60
Black with #904E60
Text Example
Text Example
White with #904E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E60; }
p { color: rgb(144,78,96); }
H1.HeaderClassName
{
color: #904E60;
}
.AnyTagClassName
{
color: #904E60;
}
</style>
background-color css
<style>
a { background-color: #904E60; }
a { background-color: rgb(144,78,96); }
div.DivClassName
{
background-color: #904E60;
}
.BgClassName
{
background-color: #904E60;
}
</style>
border-color css
<style>
span { border-color: #904E60; }
span { border-color: rgb(144,78,96); }
td.TdClassName
{
border-color: #904E60;
}
.TagClassName
{
border-color: #904E60;
}
</style>