Shades of Cannon Pink #994E72
Tints of Cannon Pink #994E72
RGB
CMYK
RGB Variations
Color information
#994E72 (or 0x994E72) is known color: Cannon Pink. HEX triplet: 99, 4E and 72. RGB value is (153,78,114). Sum of RGB (Red+Green+Blue) = 153+78+114=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #994E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E72 is #66B18D. Grayscale: #686868. Windows color (decimal): -6730126 or 7491225. OLE color: 7491225.
HSL color Cylindrical-coordinate representation of color #994E72: hue angle of 331.2º 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 #994E72 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 78 | 114 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.4 |
| HSL | 331.2º | 0.32% | 0.45% | - |
| HSV(B) | 331.2º | 0.49% | 0.6% | - |
| XYZ | 18.9 | 13.44 | 17.52 | - |
| YUV | 104.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 78 | 114 | 0 | 0.49 | 0.25 | 0.4 | 331.2 | 0.32 | 0.45 |
| Hex | 99 | 4E | 72 | 0 | 31 | 19 | 28 | 14B | 20 | 2D |
| Octal | 231 | 116 | 162 | 0 | 61 | 31 | 50 | 513 | 40 | 55 |
| Binary | 10011001 | 1001110 | 1110010 | 0 | 110001 | 11001 | 101000 | 101001011 | 100000 | 101101 |
Color Harmonies of #994E72
Complementary color
Monochromatic Colors of #994E72
Black with #994E72
Text Example
Text Example
White with #994E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994E72; }
p { color: rgb(153,78,114); }
H1.HeaderClassName
{
color: #994E72;
}
.AnyTagClassName
{
color: #994E72;
}
</style>
background-color css
<style>
a { background-color: #994E72; }
a { background-color: rgb(153,78,114); }
div.DivClassName
{
background-color: #994E72;
}
.BgClassName
{
background-color: #994E72;
}
</style>
border-color css
<style>
span { border-color: #994E72; }
span { border-color: rgb(153,78,114); }
td.TdClassName
{
border-color: #994E72;
}
.TagClassName
{
border-color: #994E72;
}
</style>