Shades of Cannon Pink #884C68
Tints of Cannon Pink #884C68
RGB
CMYK
RGB Variations
Color information
#884C68 (or 0x884C68) is known color: Cannon Pink. HEX triplet: 88, 4C and 68. RGB value is (136,76,104). Sum of RGB (Red+Green+Blue) = 136+76+104=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #884C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C68 is #77B397. Grayscale: #616161. Windows color (decimal): -7844760 or 6835336. OLE color: 6835336.
HSL color Cylindrical-coordinate representation of color #884C68: hue angle of 332º 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 #884C68 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 104 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.47 |
| HSL | 332º | 0.28% | 0.42% | - |
| HSV(B) | 332º | 0.44% | 0.53% | - |
| XYZ | 15.24 | 11.4 | 14.49 | - |
| YUV | 97.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 104 | 0 | 0.44 | 0.24 | 0.47 | 332 | 0.28 | 0.42 |
| Hex | 88 | 4C | 68 | 0 | 2C | 18 | 2F | 14C | 1C | 2A |
| Octal | 210 | 114 | 150 | 0 | 54 | 30 | 57 | 514 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1101000 | 0 | 101100 | 11000 | 101111 | 101001100 | 11100 | 101010 |
Color Harmonies of #884C68
Complementary color
Monochromatic Colors of #884C68
Black with #884C68
Text Example
Text Example
White with #884C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C68; }
p { color: rgb(136,76,104); }
H1.HeaderClassName
{
color: #884C68;
}
.AnyTagClassName
{
color: #884C68;
}
</style>
background-color css
<style>
a { background-color: #884C68; }
a { background-color: rgb(136,76,104); }
div.DivClassName
{
background-color: #884C68;
}
.BgClassName
{
background-color: #884C68;
}
</style>
border-color css
<style>
span { border-color: #884C68; }
span { border-color: rgb(136,76,104); }
td.TdClassName
{
border-color: #884C68;
}
.TagClassName
{
border-color: #884C68;
}
</style>