Shades of Cannon Pink #884E6C
Tints of Cannon Pink #884E6C
RGB
CMYK
RGB Variations
Color information
#884E6C (or 0x884E6C) is known color: Cannon Pink. HEX triplet: 88, 4E and 6C. RGB value is (136,78,108). Sum of RGB (Red+Green+Blue) = 136+78+108=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #884E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884E6C is #77B193. Grayscale: #626262. Windows color (decimal): -7844244 or 7097992. OLE color: 7097992.
HSL color Cylindrical-coordinate representation of color #884E6C: hue angle of 328.97º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #884E6C is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 78 | 108 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.47 |
| HSL | 328.97º | 0.27% | 0.42% | - |
| HSV(B) | 328.97º | 0.43% | 0.53% | - |
| XYZ | 15.58 | 11.77 | 15.64 | - |
| YUV | 98.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 78 | 108 | 0 | 0.43 | 0.21 | 0.47 | 328.97 | 0.27 | 0.42 |
| Hex | 88 | 4E | 6C | 0 | 2B | 15 | 2F | 149 | 1B | 2A |
| Octal | 210 | 116 | 154 | 0 | 53 | 25 | 57 | 511 | 33 | 52 |
| Binary | 10001000 | 1001110 | 1101100 | 0 | 101011 | 10101 | 101111 | 101001001 | 11011 | 101010 |
Color Harmonies of #884E6C
Complementary color
Monochromatic Colors of #884E6C
Black with #884E6C
Text Example
Text Example
White with #884E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884E6C; }
p { color: rgb(136,78,108); }
H1.HeaderClassName
{
color: #884E6C;
}
.AnyTagClassName
{
color: #884E6C;
}
</style>
background-color css
<style>
a { background-color: #884E6C; }
a { background-color: rgb(136,78,108); }
div.DivClassName
{
background-color: #884E6C;
}
.BgClassName
{
background-color: #884E6C;
}
</style>
border-color css
<style>
span { border-color: #884E6C; }
span { border-color: rgb(136,78,108); }
td.TdClassName
{
border-color: #884E6C;
}
.TagClassName
{
border-color: #884E6C;
}
</style>