Shades of Cannon Pink #884D6B
Tints of Cannon Pink #884D6B
RGB
CMYK
RGB Variations
Color information
#884D6B (or 0x884D6B) is known color: Cannon Pink. HEX triplet: 88, 4D and 6B. RGB value is (136,77,107). Sum of RGB (Red+Green+Blue) = 136+77+107=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #884D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D6B is #77B294. Grayscale: #616161. Windows color (decimal): -7844501 or 7032200. OLE color: 7032200.
HSL color Cylindrical-coordinate representation of color #884D6B: hue angle of 329.49º degrees, saturation: 0.28, 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 #884D6B is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 107 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.47 |
| HSL | 329.49º | 0.28% | 0.42% | - |
| HSV(B) | 329.49º | 0.43% | 0.53% | - |
| XYZ | 15.46 | 11.6 | 15.33 | - |
| YUV | 98.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 107 | 0 | 0.43 | 0.21 | 0.47 | 329.49 | 0.28 | 0.42 |
| Hex | 88 | 4D | 6B | 0 | 2B | 15 | 2F | 149 | 1C | 2A |
| Octal | 210 | 115 | 153 | 0 | 53 | 25 | 57 | 511 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1101011 | 0 | 101011 | 10101 | 101111 | 101001001 | 11100 | 101010 |
Color Harmonies of #884D6B
Complementary color
Monochromatic Colors of #884D6B
Black with #884D6B
Text Example
Text Example
White with #884D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D6B; }
p { color: rgb(136,77,107); }
H1.HeaderClassName
{
color: #884D6B;
}
.AnyTagClassName
{
color: #884D6B;
}
</style>
background-color css
<style>
a { background-color: #884D6B; }
a { background-color: rgb(136,77,107); }
div.DivClassName
{
background-color: #884D6B;
}
.BgClassName
{
background-color: #884D6B;
}
</style>
border-color css
<style>
span { border-color: #884D6B; }
span { border-color: rgb(136,77,107); }
td.TdClassName
{
border-color: #884D6B;
}
.TagClassName
{
border-color: #884D6B;
}
</style>