Shades of Cannon Pink #884D62
Tints of Cannon Pink #884D62
RGB
CMYK
RGB Variations
Color information
#884D62 (or 0x884D62) is known color: Cannon Pink. HEX triplet: 88, 4D and 62. RGB value is (136,77,98). Sum of RGB (Red+Green+Blue) = 136+77+98=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #884D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D62 is #77B29D. Grayscale: #616161. Windows color (decimal): -7844510 or 6442376. OLE color: 6442376.
HSL color Cylindrical-coordinate representation of color #884D62: hue angle of 338.64º 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 #884D62 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 98 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.47 |
| HSL | 338.64º | 0.28% | 0.42% | - |
| HSV(B) | 338.64º | 0.43% | 0.53% | - |
| XYZ | 15.01 | 11.42 | 12.97 | - |
| YUV | 97.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 98 | 0 | 0.43 | 0.28 | 0.47 | 338.64 | 0.28 | 0.42 |
| Hex | 88 | 4D | 62 | 0 | 2B | 1C | 2F | 153 | 1C | 2A |
| Octal | 210 | 115 | 142 | 0 | 53 | 34 | 57 | 523 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1100010 | 0 | 101011 | 11100 | 101111 | 101010011 | 11100 | 101010 |
Color Harmonies of #884D62
Complementary color
Monochromatic Colors of #884D62
Black with #884D62
Text Example
Text Example
White with #884D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D62; }
p { color: rgb(136,77,98); }
H1.HeaderClassName
{
color: #884D62;
}
.AnyTagClassName
{
color: #884D62;
}
</style>
background-color css
<style>
a { background-color: #884D62; }
a { background-color: rgb(136,77,98); }
div.DivClassName
{
background-color: #884D62;
}
.BgClassName
{
background-color: #884D62;
}
</style>
border-color css
<style>
span { border-color: #884D62; }
span { border-color: rgb(136,77,98); }
td.TdClassName
{
border-color: #884D62;
}
.TagClassName
{
border-color: #884D62;
}
</style>