Shades of Cannon Pink #884965
Tints of Cannon Pink #884965
RGB
CMYK
RGB Variations
Color information
#884965 (or 0x884965) is known color: Cannon Pink. HEX triplet: 88, 49 and 65. RGB value is (136,73,101). Sum of RGB (Red+Green+Blue) = 136+73+101=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #884965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884965 is #77B69A. Grayscale: #5E5E5E. Windows color (decimal): -7845531 or 6637960. OLE color: 6637960.
HSL color Cylindrical-coordinate representation of color #884965: hue angle of 333.33º 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 #884965 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 101 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.47 |
| HSL | 333.33º | 0.3% | 0.41% | - |
| HSV(B) | 333.33º | 0.46% | 0.53% | - |
| XYZ | 14.88 | 10.94 | 13.64 | - |
| YUV | 95.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 101 | 0 | 0.46 | 0.26 | 0.47 | 333.33 | 0.3 | 0.41 |
| Hex | 88 | 49 | 65 | 0 | 2E | 1A | 2F | 14D | 1E | 29 |
| Octal | 210 | 111 | 145 | 0 | 56 | 32 | 57 | 515 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1100101 | 0 | 101110 | 11010 | 101111 | 101001101 | 11110 | 101001 |
Color Harmonies of #884965
Complementary color
Monochromatic Colors of #884965
Black with #884965
Text Example
Text Example
White with #884965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884965; }
p { color: rgb(136,73,101); }
H1.HeaderClassName
{
color: #884965;
}
.AnyTagClassName
{
color: #884965;
}
</style>
background-color css
<style>
a { background-color: #884965; }
a { background-color: rgb(136,73,101); }
div.DivClassName
{
background-color: #884965;
}
.BgClassName
{
background-color: #884965;
}
</style>
border-color css
<style>
span { border-color: #884965; }
span { border-color: rgb(136,73,101); }
td.TdClassName
{
border-color: #884965;
}
.TagClassName
{
border-color: #884965;
}
</style>