Shades of Cannon Pink #884659
Tints of Cannon Pink #884659
RGB
CMYK
RGB Variations
Color information
#884659 (or 0x884659) is known color: Cannon Pink. HEX triplet: 88, 46 and 59. RGB value is (136,70,89). Sum of RGB (Red+Green+Blue) = 136+70+89=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #884659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884659 is #77B9A6. Grayscale: #5B5B5B. Windows color (decimal): -7846311 or 5850760. OLE color: 5850760.
HSL color Cylindrical-coordinate representation of color #884659: hue angle of 342.73º 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 #884659 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 89 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.47 |
| HSL | 342.73º | 0.32% | 0.4% | - |
| HSV(B) | 342.73º | 0.49% | 0.53% | - |
| XYZ | 14.15 | 10.34 | 10.7 | - |
| YUV | 91.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 89 | 0 | 0.49 | 0.35 | 0.47 | 342.73 | 0.32 | 0.4 |
| Hex | 88 | 46 | 59 | 0 | 31 | 23 | 2F | 157 | 20 | 28 |
| Octal | 210 | 106 | 131 | 0 | 61 | 43 | 57 | 527 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1011001 | 0 | 110001 | 100011 | 101111 | 101010111 | 100000 | 101000 |
Color Harmonies of #884659
Complementary color
Monochromatic Colors of #884659
Black with #884659
Text Example
Text Example
White with #884659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884659; }
p { color: rgb(136,70,89); }
H1.HeaderClassName
{
color: #884659;
}
.AnyTagClassName
{
color: #884659;
}
</style>
background-color css
<style>
a { background-color: #884659; }
a { background-color: rgb(136,70,89); }
div.DivClassName
{
background-color: #884659;
}
.BgClassName
{
background-color: #884659;
}
</style>
border-color css
<style>
span { border-color: #884659; }
span { border-color: rgb(136,70,89); }
td.TdClassName
{
border-color: #884659;
}
.TagClassName
{
border-color: #884659;
}
</style>