Shades of Cannon Pink #984C73
Tints of Cannon Pink #984C73
RGB
CMYK
RGB Variations
Color information
#984C73 (or 0x984C73) is known color: Cannon Pink. HEX triplet: 98, 4C and 73. RGB value is (152,76,115). Sum of RGB (Red+Green+Blue) = 152+76+115=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #984C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984C73 is #67B38C. Grayscale: #676767. Windows color (decimal): -6796173 or 7556248. OLE color: 7556248.
HSL color Cylindrical-coordinate representation of color #984C73: 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 #984C73 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 76 | 115 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.40 |
| HSL | 329.21º | 0.33% | 0.45% | - |
| HSV(B) | 329.21º | 0.5% | 0.6% | - |
| XYZ | 18.63 | 13.08 | 17.76 | - |
| YUV | 103.17 | 134.68 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 76 | 115 | 0 | 0.50 | 0.24 | 0.40 | 329.21 | 0.33 | 0.45 |
| Hex | 98 | 4C | 73 | 0 | 32 | 18 | 28 | 149 | 21 | 2D |
| Octal | 230 | 114 | 163 | 0 | 62 | 30 | 50 | 511 | 41 | 55 |
| Binary | 10011000 | 1001100 | 1110011 | 0 | 110010 | 11000 | 101000 | 101001001 | 100001 | 101101 |
Color Harmonies of #984C73
Complementary color
Monochromatic Colors of #984C73
Black with #984C73
Text Example
Text Example
White with #984C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984C73; }
p { color: rgb(152,76,115); }
H1.HeaderClassName
{
color: #984C73;
}
.AnyTagClassName
{
color: #984C73;
}
</style>
background-color css
<style>
a { background-color: #984C73; }
a { background-color: rgb(152,76,115); }
div.DivClassName
{
background-color: #984C73;
}
.BgClassName
{
background-color: #984C73;
}
</style>
border-color css
<style>
span { border-color: #984C73; }
span { border-color: rgb(152,76,115); }
td.TdClassName
{
border-color: #984C73;
}
.TagClassName
{
border-color: #984C73;
}
</style>