Shades of Cannon Pink #904E75
Tints of Cannon Pink #904E75
RGB
CMYK
RGB Variations
Color information
#904E75 (or 0x904E75) is known color: Cannon Pink. HEX triplet: 90, 4E and 75. RGB value is (144,78,117). Sum of RGB (Red+Green+Blue) = 144+78+117=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #904E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E75 is #6FB18A. Grayscale: #666666. Windows color (decimal): -7319947 or 7687824. OLE color: 7687824.
HSL color Cylindrical-coordinate representation of color #904E75: hue angle of 324.55º 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 #904E75 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 117 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.44 |
| HSL | 324.55º | 0.3% | 0.44% | - |
| HSV(B) | 324.55º | 0.46% | 0.56% | - |
| XYZ | 17.44 | 12.66 | 18.35 | - |
| YUV | 102.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 117 | 0 | 0.46 | 0.19 | 0.44 | 324.55 | 0.3 | 0.44 |
| Hex | 90 | 4E | 75 | 0 | 2E | 13 | 2C | 145 | 1E | 2C |
| Octal | 220 | 116 | 165 | 0 | 56 | 23 | 54 | 505 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1110101 | 0 | 101110 | 10011 | 101100 | 101000101 | 11110 | 101100 |
Color Harmonies of #904E75
Complementary color
Monochromatic Colors of #904E75
Black with #904E75
Text Example
Text Example
White with #904E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E75; }
p { color: rgb(144,78,117); }
H1.HeaderClassName
{
color: #904E75;
}
.AnyTagClassName
{
color: #904E75;
}
</style>
background-color css
<style>
a { background-color: #904E75; }
a { background-color: rgb(144,78,117); }
div.DivClassName
{
background-color: #904E75;
}
.BgClassName
{
background-color: #904E75;
}
</style>
border-color css
<style>
span { border-color: #904E75; }
span { border-color: rgb(144,78,117); }
td.TdClassName
{
border-color: #904E75;
}
.TagClassName
{
border-color: #904E75;
}
</style>