Shades of Cannon Pink #884C65
Tints of Cannon Pink #884C65
RGB
CMYK
RGB Variations
Color information
#884C65 (or 0x884C65) is known color: Cannon Pink. HEX triplet: 88, 4C and 65. RGB value is (136,76,101). Sum of RGB (Red+Green+Blue) = 136+76+101=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #884C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C65 is #77B39A. Grayscale: #606060. Windows color (decimal): -7844763 or 6638728. OLE color: 6638728.
HSL color Cylindrical-coordinate representation of color #884C65: hue angle of 335º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C65 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 101 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.47 |
| HSL | 335º | 0.28% | 0.42% | - |
| HSV(B) | 335º | 0.44% | 0.53% | - |
| XYZ | 15.09 | 11.34 | 13.71 | - |
| YUV | 96.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 101 | 0 | 0.44 | 0.26 | 0.47 | 335 | 0.28 | 0.42 |
| Hex | 88 | 4C | 65 | 0 | 2C | 1A | 2F | 14F | 1C | 2A |
| Octal | 210 | 114 | 145 | 0 | 54 | 32 | 57 | 517 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1100101 | 0 | 101100 | 11010 | 101111 | 101001111 | 11100 | 101010 |
Color Harmonies of #884C65
Complementary color
Monochromatic Colors of #884C65
Black with #884C65
Text Example
Text Example
White with #884C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C65; }
p { color: rgb(136,76,101); }
H1.HeaderClassName
{
color: #884C65;
}
.AnyTagClassName
{
color: #884C65;
}
</style>
background-color css
<style>
a { background-color: #884C65; }
a { background-color: rgb(136,76,101); }
div.DivClassName
{
background-color: #884C65;
}
.BgClassName
{
background-color: #884C65;
}
</style>
border-color css
<style>
span { border-color: #884C65; }
span { border-color: rgb(136,76,101); }
td.TdClassName
{
border-color: #884C65;
}
.TagClassName
{
border-color: #884C65;
}
</style>