Shades of Cannon Pink #884963
Tints of Cannon Pink #884963
RGB
CMYK
RGB Variations
Color information
#884963 (or 0x884963) is known color: Cannon Pink. HEX triplet: 88, 49 and 63. RGB value is (136,73,99). Sum of RGB (Red+Green+Blue) = 136+73+99=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #884963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884963 is #77B69C. Grayscale: #5E5E5E. Windows color (decimal): -7845533 or 6506888. OLE color: 6506888.
HSL color Cylindrical-coordinate representation of color #884963: hue angle of 335.24º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884963 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 99 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.47 |
| HSL | 335.24º | 0.3% | 0.41% | - |
| HSV(B) | 335.24º | 0.46% | 0.53% | - |
| XYZ | 14.79 | 10.9 | 13.13 | - |
| YUV | 94.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 99 | 0 | 0.46 | 0.27 | 0.47 | 335.24 | 0.3 | 0.41 |
| Hex | 88 | 49 | 63 | 0 | 2E | 1B | 2F | 14F | 1E | 29 |
| Octal | 210 | 111 | 143 | 0 | 56 | 33 | 57 | 517 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1100011 | 0 | 101110 | 11011 | 101111 | 101001111 | 11110 | 101001 |
Color Harmonies of #884963
Complementary color
Monochromatic Colors of #884963
Black with #884963
Text Example
Text Example
White with #884963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884963; }
p { color: rgb(136,73,99); }
H1.HeaderClassName
{
color: #884963;
}
.AnyTagClassName
{
color: #884963;
}
</style>
background-color css
<style>
a { background-color: #884963; }
a { background-color: rgb(136,73,99); }
div.DivClassName
{
background-color: #884963;
}
.BgClassName
{
background-color: #884963;
}
</style>
border-color css
<style>
span { border-color: #884963; }
span { border-color: rgb(136,73,99); }
td.TdClassName
{
border-color: #884963;
}
.TagClassName
{
border-color: #884963;
}
</style>