Shades of Cannon Pink #884662
Tints of Cannon Pink #884662
RGB
CMYK
RGB Variations
Color information
#884662 (or 0x884662) is known color: Cannon Pink. HEX triplet: 88, 46 and 62. RGB value is (136,70,98). Sum of RGB (Red+Green+Blue) = 136+70+98=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #884662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884662 is #77B99D. Grayscale: #5C5C5C. Windows color (decimal): -7846302 or 6440584. OLE color: 6440584.
HSL color Cylindrical-coordinate representation of color #884662: hue angle of 334.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884662 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 98 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.47 |
| HSL | 334.55º | 0.32% | 0.4% | - |
| HSV(B) | 334.55º | 0.49% | 0.53% | - |
| XYZ | 14.55 | 10.5 | 12.81 | - |
| YUV | 92.93 | 130.87 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 98 | 0 | 0.49 | 0.28 | 0.47 | 334.55 | 0.32 | 0.4 |
| Hex | 88 | 46 | 62 | 0 | 31 | 1C | 2F | 14F | 20 | 28 |
| Octal | 210 | 106 | 142 | 0 | 61 | 34 | 57 | 517 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1100010 | 0 | 110001 | 11100 | 101111 | 101001111 | 100000 | 101000 |
Color Harmonies of #884662
Complementary color
Monochromatic Colors of #884662
Black with #884662
Text Example
Text Example
White with #884662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884662; }
p { color: rgb(136,70,98); }
H1.HeaderClassName
{
color: #884662;
}
.AnyTagClassName
{
color: #884662;
}
</style>
background-color css
<style>
a { background-color: #884662; }
a { background-color: rgb(136,70,98); }
div.DivClassName
{
background-color: #884662;
}
.BgClassName
{
background-color: #884662;
}
</style>
border-color css
<style>
span { border-color: #884662; }
span { border-color: rgb(136,70,98); }
td.TdClassName
{
border-color: #884662;
}
.TagClassName
{
border-color: #884662;
}
</style>