Shades of Cannon Pink #984E73
Tints of Cannon Pink #984E73
RGB
CMYK
RGB Variations
Color information
#984E73 (or 0x984E73) is known color: Cannon Pink. HEX triplet: 98, 4E and 73. RGB value is (152,78,115). Sum of RGB (Red+Green+Blue) = 152+78+115=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #984E73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984E73 is #67B18C. Grayscale: #686868. Windows color (decimal): -6795661 or 7556760. OLE color: 7556760.
HSL color Cylindrical-coordinate representation of color #984E73: hue angle of 330º 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 #984E73 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 115 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.40 |
| HSL | 330º | 0.32% | 0.45% | - |
| HSV(B) | 330º | 0.49% | 0.6% | - |
| XYZ | 18.77 | 13.36 | 17.81 | - |
| YUV | 104.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 115 | 0 | 0.49 | 0.24 | 0.40 | 330 | 0.32 | 0.45 |
| Hex | 98 | 4E | 73 | 0 | 31 | 18 | 28 | 14A | 20 | 2D |
| Octal | 230 | 116 | 163 | 0 | 61 | 30 | 50 | 512 | 40 | 55 |
| Binary | 10011000 | 1001110 | 1110011 | 0 | 110001 | 11000 | 101000 | 101001010 | 100000 | 101101 |
Color Harmonies of #984E73
Complementary color
Monochromatic Colors of #984E73
Black with #984E73
Text Example
Text Example
White with #984E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E73; }
p { color: rgb(152,78,115); }
H1.HeaderClassName
{
color: #984E73;
}
.AnyTagClassName
{
color: #984E73;
}
</style>
background-color css
<style>
a { background-color: #984E73; }
a { background-color: rgb(152,78,115); }
div.DivClassName
{
background-color: #984E73;
}
.BgClassName
{
background-color: #984E73;
}
</style>
border-color css
<style>
span { border-color: #984E73; }
span { border-color: rgb(152,78,115); }
td.TdClassName
{
border-color: #984E73;
}
.TagClassName
{
border-color: #984E73;
}
</style>