Shades of Cannon Pink #994D74
Tints of Cannon Pink #994D74
RGB
CMYK
RGB Variations
Color information
#994D74 (or 0x994D74) is known color: Cannon Pink. HEX triplet: 99, 4D and 74. RGB value is (153,77,116). Sum of RGB (Red+Green+Blue) = 153+77+116=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #994D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D74 is #66B28B. Grayscale: #686868. Windows color (decimal): -6730380 or 7622041. OLE color: 7622041.
HSL color Cylindrical-coordinate representation of color #994D74: hue angle of 329.21º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D74 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 116 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.4 |
| HSL | 329.21º | 0.33% | 0.45% | - |
| HSV(B) | 329.21º | 0.5% | 0.6% | - |
| XYZ | 18.94 | 13.34 | 18.1 | - |
| YUV | 104.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 116 | 0 | 0.50 | 0.24 | 0.4 | 329.21 | 0.33 | 0.45 |
| Hex | 99 | 4D | 74 | 0 | 32 | 18 | 28 | 149 | 21 | 2D |
| Octal | 231 | 115 | 164 | 0 | 62 | 30 | 50 | 511 | 41 | 55 |
| Binary | 10011001 | 1001101 | 1110100 | 0 | 110010 | 11000 | 101000 | 101001001 | 100001 | 101101 |
Color Harmonies of #994D74
Complementary color
Monochromatic Colors of #994D74
Black with #994D74
Text Example
Text Example
White with #994D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D74; }
p { color: rgb(153,77,116); }
H1.HeaderClassName
{
color: #994D74;
}
.AnyTagClassName
{
color: #994D74;
}
</style>
background-color css
<style>
a { background-color: #994D74; }
a { background-color: rgb(153,77,116); }
div.DivClassName
{
background-color: #994D74;
}
.BgClassName
{
background-color: #994D74;
}
</style>
border-color css
<style>
span { border-color: #994D74; }
span { border-color: rgb(153,77,116); }
td.TdClassName
{
border-color: #994D74;
}
.TagClassName
{
border-color: #994D74;
}
</style>