Shades of Cannon Pink #884C64
Tints of Cannon Pink #884C64
RGB
CMYK
RGB Variations
Color information
#884C64 (or 0x884C64) is known color: Cannon Pink. HEX triplet: 88, 4C and 64. RGB value is (136,76,100). Sum of RGB (Red+Green+Blue) = 136+76+100=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #884C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C64 is #77B39B. Grayscale: #606060. Windows color (decimal): -7844764 or 6573192. OLE color: 6573192.
HSL color Cylindrical-coordinate representation of color #884C64: hue angle of 336º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C64 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 100 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.47 |
| HSL | 336º | 0.28% | 0.42% | - |
| HSV(B) | 336º | 0.44% | 0.53% | - |
| XYZ | 15.04 | 11.32 | 13.45 | - |
| YUV | 96.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 100 | 0 | 0.44 | 0.26 | 0.47 | 336 | 0.28 | 0.42 |
| Hex | 88 | 4C | 64 | 0 | 2C | 1A | 2F | 150 | 1C | 2A |
| Octal | 210 | 114 | 144 | 0 | 54 | 32 | 57 | 520 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1100100 | 0 | 101100 | 11010 | 101111 | 101010000 | 11100 | 101010 |
Color Harmonies of #884C64
Complementary color
Monochromatic Colors of #884C64
Black with #884C64
Text Example
Text Example
White with #884C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C64; }
p { color: rgb(136,76,100); }
H1.HeaderClassName
{
color: #884C64;
}
.AnyTagClassName
{
color: #884C64;
}
</style>
background-color css
<style>
a { background-color: #884C64; }
a { background-color: rgb(136,76,100); }
div.DivClassName
{
background-color: #884C64;
}
.BgClassName
{
background-color: #884C64;
}
</style>
border-color css
<style>
span { border-color: #884C64; }
span { border-color: rgb(136,76,100); }
td.TdClassName
{
border-color: #884C64;
}
.TagClassName
{
border-color: #884C64;
}
</style>