Shades of Cannon Pink #994E73
Tints of Cannon Pink #994E73
RGB
CMYK
RGB Variations
Color information
#994E73 (or 0x994E73) is known color: Cannon Pink. HEX triplet: 99, 4E and 73. RGB value is (153,78,115). Sum of RGB (Red+Green+Blue) = 153+78+115=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #994E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E73 is #66B18C. Grayscale: #686868. Windows color (decimal): -6730125 or 7556761. OLE color: 7556761.
HSL color Cylindrical-coordinate representation of color #994E73: hue angle of 330.4º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E73 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 115 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.4 |
| HSL | 330.4º | 0.32% | 0.45% | - |
| HSV(B) | 330.4º | 0.49% | 0.6% | - |
| XYZ | 18.96 | 13.46 | 17.82 | - |
| YUV | 104.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 115 | 0 | 0.49 | 0.25 | 0.4 | 330.4 | 0.32 | 0.45 |
| Hex | 99 | 4E | 73 | 0 | 31 | 19 | 28 | 14A | 20 | 2D |
| Octal | 231 | 116 | 163 | 0 | 61 | 31 | 50 | 512 | 40 | 55 |
| Binary | 10011001 | 1001110 | 1110011 | 0 | 110001 | 11001 | 101000 | 101001010 | 100000 | 101101 |
Color Harmonies of #994E73
Complementary color
Monochromatic Colors of #994E73
Black with #994E73
Text Example
Text Example
White with #994E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E73; }
p { color: rgb(153,78,115); }
H1.HeaderClassName
{
color: #994E73;
}
.AnyTagClassName
{
color: #994E73;
}
</style>
background-color css
<style>
a { background-color: #994E73; }
a { background-color: rgb(153,78,115); }
div.DivClassName
{
background-color: #994E73;
}
.BgClassName
{
background-color: #994E73;
}
</style>
border-color css
<style>
span { border-color: #994E73; }
span { border-color: rgb(153,78,115); }
td.TdClassName
{
border-color: #994E73;
}
.TagClassName
{
border-color: #994E73;
}
</style>