Shades of Cannon Pink #884B66
Tints of Cannon Pink #884B66
RGB
CMYK
RGB Variations
Color information
#884B66 (or 0x884B66) is known color: Cannon Pink. HEX triplet: 88, 4B and 66. RGB value is (136,75,102). Sum of RGB (Red+Green+Blue) = 136+75+102=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #884B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B66 is #77B499. Grayscale: #606060. Windows color (decimal): -7845018 or 6704008. OLE color: 6704008.
HSL color Cylindrical-coordinate representation of color #884B66: hue angle of 333.44º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B66 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 102 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.47 |
| HSL | 333.44º | 0.29% | 0.41% | - |
| HSV(B) | 333.44º | 0.45% | 0.53% | - |
| XYZ | 15.07 | 11.23 | 13.94 | - |
| YUV | 96.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 102 | 0 | 0.45 | 0.25 | 0.47 | 333.44 | 0.29 | 0.41 |
| Hex | 88 | 4B | 66 | 0 | 2D | 19 | 2F | 14D | 1D | 29 |
| Octal | 210 | 113 | 146 | 0 | 55 | 31 | 57 | 515 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1100110 | 0 | 101101 | 11001 | 101111 | 101001101 | 11101 | 101001 |
Color Harmonies of #884B66
Complementary color
Monochromatic Colors of #884B66
Black with #884B66
Text Example
Text Example
White with #884B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B66; }
p { color: rgb(136,75,102); }
H1.HeaderClassName
{
color: #884B66;
}
.AnyTagClassName
{
color: #884B66;
}
</style>
background-color css
<style>
a { background-color: #884B66; }
a { background-color: rgb(136,75,102); }
div.DivClassName
{
background-color: #884B66;
}
.BgClassName
{
background-color: #884B66;
}
</style>
border-color css
<style>
span { border-color: #884B66; }
span { border-color: rgb(136,75,102); }
td.TdClassName
{
border-color: #884B66;
}
.TagClassName
{
border-color: #884B66;
}
</style>