Shades of Cannon Pink #884660
Tints of Cannon Pink #884660
RGB
CMYK
RGB Variations
Color information
#884660 (or 0x884660) is known color: Cannon Pink. HEX triplet: 88, 46 and 60. RGB value is (136,70,96). Sum of RGB (Red+Green+Blue) = 136+70+96=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #884660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884660 is #77B99F. Grayscale: #5C5C5C. Windows color (decimal): -7846304 or 6309512. OLE color: 6309512.
HSL color Cylindrical-coordinate representation of color #884660: hue angle of 336.36º 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 #884660 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 96 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.47 |
| HSL | 336.36º | 0.32% | 0.4% | - |
| HSV(B) | 336.36º | 0.49% | 0.53% | - |
| XYZ | 14.45 | 10.46 | 12.32 | - |
| YUV | 92.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 96 | 0 | 0.49 | 0.29 | 0.47 | 336.36 | 0.32 | 0.4 |
| Hex | 88 | 46 | 60 | 0 | 31 | 1D | 2F | 150 | 20 | 28 |
| Octal | 210 | 106 | 140 | 0 | 61 | 35 | 57 | 520 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1100000 | 0 | 110001 | 11101 | 101111 | 101010000 | 100000 | 101000 |
Color Harmonies of #884660
Complementary color
Monochromatic Colors of #884660
Black with #884660
Text Example
Text Example
White with #884660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884660; }
p { color: rgb(136,70,96); }
H1.HeaderClassName
{
color: #884660;
}
.AnyTagClassName
{
color: #884660;
}
</style>
background-color css
<style>
a { background-color: #884660; }
a { background-color: rgb(136,70,96); }
div.DivClassName
{
background-color: #884660;
}
.BgClassName
{
background-color: #884660;
}
</style>
border-color css
<style>
span { border-color: #884660; }
span { border-color: rgb(136,70,96); }
td.TdClassName
{
border-color: #884660;
}
.TagClassName
{
border-color: #884660;
}
</style>