Shades of Cannon Pink #884C63
Tints of Cannon Pink #884C63
RGB
CMYK
RGB Variations
Color information
#884C63 (or 0x884C63) is known color: Cannon Pink. HEX triplet: 88, 4C and 63. RGB value is (136,76,99). Sum of RGB (Red+Green+Blue) = 136+76+99=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #884C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C63 is #77B39C. Grayscale: #606060. Windows color (decimal): -7844765 or 6507656. OLE color: 6507656.
HSL color Cylindrical-coordinate representation of color #884C63: hue angle of 337º 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 #884C63 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 99 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.47 |
| HSL | 337º | 0.28% | 0.42% | - |
| HSV(B) | 337º | 0.44% | 0.53% | - |
| XYZ | 14.99 | 11.3 | 13.2 | - |
| YUV | 96.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 99 | 0 | 0.44 | 0.27 | 0.47 | 337 | 0.28 | 0.42 |
| Hex | 88 | 4C | 63 | 0 | 2C | 1B | 2F | 151 | 1C | 2A |
| Octal | 210 | 114 | 143 | 0 | 54 | 33 | 57 | 521 | 34 | 52 |
| Binary | 10001000 | 1001100 | 1100011 | 0 | 101100 | 11011 | 101111 | 101010001 | 11100 | 101010 |
Color Harmonies of #884C63
Complementary color
Monochromatic Colors of #884C63
Black with #884C63
Text Example
Text Example
White with #884C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C63; }
p { color: rgb(136,76,99); }
H1.HeaderClassName
{
color: #884C63;
}
.AnyTagClassName
{
color: #884C63;
}
</style>
background-color css
<style>
a { background-color: #884C63; }
a { background-color: rgb(136,76,99); }
div.DivClassName
{
background-color: #884C63;
}
.BgClassName
{
background-color: #884C63;
}
</style>
border-color css
<style>
span { border-color: #884C63; }
span { border-color: rgb(136,76,99); }
td.TdClassName
{
border-color: #884C63;
}
.TagClassName
{
border-color: #884C63;
}
</style>