Shades of Cannon Pink #884B60
Tints of Cannon Pink #884B60
RGB
CMYK
RGB Variations
Color information
#884B60 (or 0x884B60) is known color: Cannon Pink. HEX triplet: 88, 4B and 60. RGB value is (136,75,96). Sum of RGB (Red+Green+Blue) = 136+75+96=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #884B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B60 is #77B49F. Grayscale: #5F5F5F. Windows color (decimal): -7845024 or 6310792. OLE color: 6310792.
HSL color Cylindrical-coordinate representation of color #884B60: hue angle of 339.34º 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 #884B60 is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 96 | - |
| CMYK | 0 | 0.45 | 0.29 | 0.47 |
| HSL | 339.34º | 0.29% | 0.41% | - |
| HSV(B) | 339.34º | 0.45% | 0.53% | - |
| XYZ | 14.78 | 11.11 | 12.43 | - |
| YUV | 95.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 96 | 0 | 0.45 | 0.29 | 0.47 | 339.34 | 0.29 | 0.41 |
| Hex | 88 | 4B | 60 | 0 | 2D | 1D | 2F | 153 | 1D | 29 |
| Octal | 210 | 113 | 140 | 0 | 55 | 35 | 57 | 523 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1100000 | 0 | 101101 | 11101 | 101111 | 101010011 | 11101 | 101001 |
Color Harmonies of #884B60
Complementary color
Monochromatic Colors of #884B60
Black with #884B60
Text Example
Text Example
White with #884B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B60; }
p { color: rgb(136,75,96); }
H1.HeaderClassName
{
color: #884B60;
}
.AnyTagClassName
{
color: #884B60;
}
</style>
background-color css
<style>
a { background-color: #884B60; }
a { background-color: rgb(136,75,96); }
div.DivClassName
{
background-color: #884B60;
}
.BgClassName
{
background-color: #884B60;
}
</style>
border-color css
<style>
span { border-color: #884B60; }
span { border-color: rgb(136,75,96); }
td.TdClassName
{
border-color: #884B60;
}
.TagClassName
{
border-color: #884B60;
}
</style>