Shades of Cannon Pink #884D67
Tints of Cannon Pink #884D67
RGB
CMYK
RGB Variations
Color information
#884D67 (or 0x884D67) is known color: Cannon Pink. HEX triplet: 88, 4D and 67. RGB value is (136,77,103). Sum of RGB (Red+Green+Blue) = 136+77+103=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #884D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D67 is #77B298. Grayscale: #616161. Windows color (decimal): -7844505 or 6770056. OLE color: 6770056.
HSL color Cylindrical-coordinate representation of color #884D67: hue angle of 333.56º 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 #884D67 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 77 | 103 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.47 |
| HSL | 333.56º | 0.28% | 0.42% | - |
| HSV(B) | 333.56º | 0.43% | 0.53% | - |
| XYZ | 15.26 | 11.52 | 14.25 | - |
| YUV | 97.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 77 | 103 | 0 | 0.43 | 0.24 | 0.47 | 333.56 | 0.28 | 0.42 |
| Hex | 88 | 4D | 67 | 0 | 2B | 18 | 2F | 14E | 1C | 2A |
| Octal | 210 | 115 | 147 | 0 | 53 | 30 | 57 | 516 | 34 | 52 |
| Binary | 10001000 | 1001101 | 1100111 | 0 | 101011 | 11000 | 101111 | 101001110 | 11100 | 101010 |
Color Harmonies of #884D67
Complementary color
Monochromatic Colors of #884D67
Black with #884D67
Text Example
Text Example
White with #884D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884D67; }
p { color: rgb(136,77,103); }
H1.HeaderClassName
{
color: #884D67;
}
.AnyTagClassName
{
color: #884D67;
}
</style>
background-color css
<style>
a { background-color: #884D67; }
a { background-color: rgb(136,77,103); }
div.DivClassName
{
background-color: #884D67;
}
.BgClassName
{
background-color: #884D67;
}
</style>
border-color css
<style>
span { border-color: #884D67; }
span { border-color: rgb(136,77,103); }
td.TdClassName
{
border-color: #884D67;
}
.TagClassName
{
border-color: #884D67;
}
</style>