Shades of Cannon Pink #884F63
Tints of Cannon Pink #884F63
RGB
CMYK
RGB Variations
Color information
#884F63 (or 0x884F63) is known color: Cannon Pink. HEX triplet: 88, 4F and 63. RGB value is (136,79,99). Sum of RGB (Red+Green+Blue) = 136+79+99=314 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.31% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 136 - color contains mainly: red. Hex color #884F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F63 is #77B09C. Grayscale: #626262. Windows color (decimal): -7843997 or 6508424. OLE color: 6508424.
HSL color Cylindrical-coordinate representation of color #884F63: hue angle of 338.95º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #884F63 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 99 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.47 |
| HSL | 338.95º | 0.27% | 0.42% | - |
| HSV(B) | 338.95º | 0.42% | 0.53% | - |
| XYZ | 15.2 | 11.73 | 13.27 | - |
| YUV | 98.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 99 | 0 | 0.42 | 0.27 | 0.47 | 338.95 | 0.27 | 0.42 |
| Hex | 88 | 4F | 63 | 0 | 2A | 1B | 2F | 153 | 1B | 2A |
| Octal | 210 | 117 | 143 | 0 | 52 | 33 | 57 | 523 | 33 | 52 |
| Binary | 10001000 | 1001111 | 1100011 | 0 | 101010 | 11011 | 101111 | 101010011 | 11011 | 101010 |
Color Harmonies of #884F63
Complementary color
Monochromatic Colors of #884F63
Black with #884F63
Text Example
Text Example
White with #884F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F63; }
p { color: rgb(136,79,99); }
H1.HeaderClassName
{
color: #884F63;
}
.AnyTagClassName
{
color: #884F63;
}
</style>
background-color css
<style>
a { background-color: #884F63; }
a { background-color: rgb(136,79,99); }
div.DivClassName
{
background-color: #884F63;
}
.BgClassName
{
background-color: #884F63;
}
</style>
border-color css
<style>
span { border-color: #884F63; }
span { border-color: rgb(136,79,99); }
td.TdClassName
{
border-color: #884F63;
}
.TagClassName
{
border-color: #884F63;
}
</style>