Shades of Cannon Pink #884661
Tints of Cannon Pink #884661
RGB
CMYK
RGB Variations
Color information
#884661 (or 0x884661) is known color: Cannon Pink. HEX triplet: 88, 46 and 61. RGB value is (136,70,97). Sum of RGB (Red+Green+Blue) = 136+70+97=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884661 is #77B99E. Grayscale: #5C5C5C. Windows color (decimal): -7846303 or 6375048. OLE color: 6375048.
HSL color Cylindrical-coordinate representation of color #884661: hue angle of 335.45º 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 #884661 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 97 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.47 |
| HSL | 335.45º | 0.32% | 0.4% | - |
| HSV(B) | 335.45º | 0.49% | 0.53% | - |
| XYZ | 14.5 | 10.48 | 12.57 | - |
| YUV | 92.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 97 | 0 | 0.49 | 0.29 | 0.47 | 335.45 | 0.32 | 0.4 |
| Hex | 88 | 46 | 61 | 0 | 31 | 1D | 2F | 14F | 20 | 28 |
| Octal | 210 | 106 | 141 | 0 | 61 | 35 | 57 | 517 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1100001 | 0 | 110001 | 11101 | 101111 | 101001111 | 100000 | 101000 |
Color Harmonies of #884661
Complementary color
Monochromatic Colors of #884661
Black with #884661
Text Example
Text Example
White with #884661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884661; }
p { color: rgb(136,70,97); }
H1.HeaderClassName
{
color: #884661;
}
.AnyTagClassName
{
color: #884661;
}
</style>
background-color css
<style>
a { background-color: #884661; }
a { background-color: rgb(136,70,97); }
div.DivClassName
{
background-color: #884661;
}
.BgClassName
{
background-color: #884661;
}
</style>
border-color css
<style>
span { border-color: #884661; }
span { border-color: rgb(136,70,97); }
td.TdClassName
{
border-color: #884661;
}
.TagClassName
{
border-color: #884661;
}
</style>