Shades of Cannon Pink #884A63
Tints of Cannon Pink #884A63
RGB
CMYK
RGB Variations
Color information
#884A63 (or 0x884A63) is known color: Cannon Pink. HEX triplet: 88, 4A and 63. RGB value is (136,74,99). Sum of RGB (Red+Green+Blue) = 136+74+99=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #884A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A63 is #77B59C. Grayscale: #5F5F5F. Windows color (decimal): -7845277 or 6507144. OLE color: 6507144.
HSL color Cylindrical-coordinate representation of color #884A63: hue angle of 335.81º 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 #884A63 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 99 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.47 |
| HSL | 335.81º | 0.3% | 0.41% | - |
| HSV(B) | 335.81º | 0.46% | 0.53% | - |
| XYZ | 14.85 | 11.03 | 13.15 | - |
| YUV | 95.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 99 | 0 | 0.46 | 0.27 | 0.47 | 335.81 | 0.3 | 0.41 |
| Hex | 88 | 4A | 63 | 0 | 2E | 1B | 2F | 150 | 1E | 29 |
| Octal | 210 | 112 | 143 | 0 | 56 | 33 | 57 | 520 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1100011 | 0 | 101110 | 11011 | 101111 | 101010000 | 11110 | 101001 |
Color Harmonies of #884A63
Complementary color
Monochromatic Colors of #884A63
Black with #884A63
Text Example
Text Example
White with #884A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A63; }
p { color: rgb(136,74,99); }
H1.HeaderClassName
{
color: #884A63;
}
.AnyTagClassName
{
color: #884A63;
}
</style>
background-color css
<style>
a { background-color: #884A63; }
a { background-color: rgb(136,74,99); }
div.DivClassName
{
background-color: #884A63;
}
.BgClassName
{
background-color: #884A63;
}
</style>
border-color css
<style>
span { border-color: #884A63; }
span { border-color: rgb(136,74,99); }
td.TdClassName
{
border-color: #884A63;
}
.TagClassName
{
border-color: #884A63;
}
</style>