Shades of Cannon Pink #884F69
Tints of Cannon Pink #884F69
RGB
CMYK
RGB Variations
Color information
#884F69 (or 0x884F69) is known color: Cannon Pink. HEX triplet: 88, 4F and 69. RGB value is (136,79,105). Sum of RGB (Red+Green+Blue) = 136+79+105=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #884F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884F69 is #77B096. Grayscale: #626262. Windows color (decimal): -7843991 or 6901640. OLE color: 6901640.
HSL color Cylindrical-coordinate representation of color #884F69: hue angle of 332.63º 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 #884F69 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 105 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.47 |
| HSL | 332.63º | 0.27% | 0.42% | - |
| HSV(B) | 332.63º | 0.42% | 0.53% | - |
| XYZ | 15.5 | 11.85 | 14.83 | - |
| YUV | 99.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 105 | 0 | 0.42 | 0.23 | 0.47 | 332.63 | 0.27 | 0.42 |
| Hex | 88 | 4F | 69 | 0 | 2A | 17 | 2F | 14D | 1B | 2A |
| Octal | 210 | 117 | 151 | 0 | 52 | 27 | 57 | 515 | 33 | 52 |
| Binary | 10001000 | 1001111 | 1101001 | 0 | 101010 | 10111 | 101111 | 101001101 | 11011 | 101010 |
Color Harmonies of #884F69
Complementary color
Monochromatic Colors of #884F69
Black with #884F69
Text Example
Text Example
White with #884F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F69; }
p { color: rgb(136,79,105); }
H1.HeaderClassName
{
color: #884F69;
}
.AnyTagClassName
{
color: #884F69;
}
</style>
background-color css
<style>
a { background-color: #884F69; }
a { background-color: rgb(136,79,105); }
div.DivClassName
{
background-color: #884F69;
}
.BgClassName
{
background-color: #884F69;
}
</style>
border-color css
<style>
span { border-color: #884F69; }
span { border-color: rgb(136,79,105); }
td.TdClassName
{
border-color: #884F69;
}
.TagClassName
{
border-color: #884F69;
}
</style>