Shades of Cannon Pink #904E67
Tints of Cannon Pink #904E67
RGB
CMYK
RGB Variations
Color information
#904E67 (or 0x904E67) is known color: Cannon Pink. HEX triplet: 90, 4E and 67. RGB value is (144,78,103). Sum of RGB (Red+Green+Blue) = 144+78+103=325 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.31% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 144 - color contains mainly: red. Hex color #904E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904E67 is #6FB198. Grayscale: #646464. Windows color (decimal): -7319961 or 6770320. OLE color: 6770320.
HSL color Cylindrical-coordinate representation of color #904E67: hue angle of 337.27º 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 #904E67 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 103 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.44 |
| HSL | 337.27º | 0.3% | 0.44% | - |
| HSV(B) | 337.27º | 0.46% | 0.56% | - |
| XYZ | 16.67 | 12.36 | 14.34 | - |
| YUV | 100.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 103 | 0 | 0.46 | 0.28 | 0.44 | 337.27 | 0.3 | 0.44 |
| Hex | 90 | 4E | 67 | 0 | 2E | 1C | 2C | 151 | 1E | 2C |
| Octal | 220 | 116 | 147 | 0 | 56 | 34 | 54 | 521 | 36 | 54 |
| Binary | 10010000 | 1001110 | 1100111 | 0 | 101110 | 11100 | 101100 | 101010001 | 11110 | 101100 |
Color Harmonies of #904E67
Complementary color
Monochromatic Colors of #904E67
Black with #904E67
Text Example
Text Example
White with #904E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E67; }
p { color: rgb(144,78,103); }
H1.HeaderClassName
{
color: #904E67;
}
.AnyTagClassName
{
color: #904E67;
}
</style>
background-color css
<style>
a { background-color: #904E67; }
a { background-color: rgb(144,78,103); }
div.DivClassName
{
background-color: #904E67;
}
.BgClassName
{
background-color: #904E67;
}
</style>
border-color css
<style>
span { border-color: #904E67; }
span { border-color: rgb(144,78,103); }
td.TdClassName
{
border-color: #904E67;
}
.TagClassName
{
border-color: #904E67;
}
</style>