Shades of Cannon Pink #884D5D
Tints of Cannon Pink #884D5D
RGB
CMYK
RGB Variations
Color information
#884D5D (or 0x884D5D) is known color: Cannon Pink. HEX triplet: 88, 4D and 5D. RGB value is (136,77,93). Sum of RGB (Red+Green+Blue) = 136+77+93=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #884D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D5D is #77B2A2. Grayscale: #606060. Windows color (decimal): -7844515 or 6114696. OLE color: 6114696.
HSL color Cylindrical-coordinate representation of color #884D5D: hue angle of 343.73º 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 #884D5D is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 93 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.47 |
| HSL | 343.73º | 0.28% | 0.42% | - |
| HSV(B) | 343.73º | 0.43% | 0.53% | - |
| XYZ | 14.78 | 11.33 | 11.76 | - |
| YUV | 96.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 93 | 0 | 0.43 | 0.32 | 0.47 | 343.73 | 0.28 | 0.42 |
| Hex | 88 | 4D | 5D | 0 | 2B | 20 | 2F | 158 | 1C | 2A |
| Octal | 210 | 115 | 135 | 0 | 53 | 40 | 57 | 530 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1011101 | 0 | 101011 | 100000 | 101111 | 101011000 | 11100 | 101010 |
Color Harmonies of #884D5D
Complementary color
Monochromatic Colors of #884D5D
Black with #884D5D
Text Example
Text Example
White with #884D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D5D; }
p { color: rgb(136,77,93); }
H1.HeaderClassName
{
color: #884D5D;
}
.AnyTagClassName
{
color: #884D5D;
}
</style>
background-color css
<style>
a { background-color: #884D5D; }
a { background-color: rgb(136,77,93); }
div.DivClassName
{
background-color: #884D5D;
}
.BgClassName
{
background-color: #884D5D;
}
</style>
border-color css
<style>
span { border-color: #884D5D; }
span { border-color: rgb(136,77,93); }
td.TdClassName
{
border-color: #884D5D;
}
.TagClassName
{
border-color: #884D5D;
}
</style>