Shades of Cannon Pink #904E68
Tints of Cannon Pink #904E68
RGB
CMYK
RGB Variations
Color information
#904E68 (or 0x904E68) is known color: Cannon Pink. HEX triplet: 90, 4E and 68. RGB value is (144,78,104). Sum of RGB (Red+Green+Blue) = 144+78+104=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #904E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E68 is #6FB197. Grayscale: #646464. Windows color (decimal): -7319960 or 6835856. OLE color: 6835856.
HSL color Cylindrical-coordinate representation of color #904E68: hue angle of 336.36º 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 #904E68 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 104 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.44 |
| HSL | 336.36º | 0.3% | 0.44% | - |
| HSV(B) | 336.36º | 0.46% | 0.56% | - |
| XYZ | 16.72 | 12.38 | 14.6 | - |
| YUV | 100.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 104 | 0 | 0.46 | 0.28 | 0.44 | 336.36 | 0.3 | 0.44 |
| Hex | 90 | 4E | 68 | 0 | 2E | 1C | 2C | 150 | 1E | 2C |
| Octal | 220 | 116 | 150 | 0 | 56 | 34 | 54 | 520 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1101000 | 0 | 101110 | 11100 | 101100 | 101010000 | 11110 | 101100 |
Color Harmonies of #904E68
Complementary color
Monochromatic Colors of #904E68
Black with #904E68
Text Example
Text Example
White with #904E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E68; }
p { color: rgb(144,78,104); }
H1.HeaderClassName
{
color: #904E68;
}
.AnyTagClassName
{
color: #904E68;
}
</style>
background-color css
<style>
a { background-color: #904E68; }
a { background-color: rgb(144,78,104); }
div.DivClassName
{
background-color: #904E68;
}
.BgClassName
{
background-color: #904E68;
}
</style>
border-color css
<style>
span { border-color: #904E68; }
span { border-color: rgb(144,78,104); }
td.TdClassName
{
border-color: #904E68;
}
.TagClassName
{
border-color: #904E68;
}
</style>