Shades of Cannon Pink #884B64
Tints of Cannon Pink #884B64
RGB
CMYK
RGB Variations
Color information
#884B64 (or 0x884B64) is known color: Cannon Pink. HEX triplet: 88, 4B and 64. RGB value is (136,75,100). Sum of RGB (Red+Green+Blue) = 136+75+100=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #884B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B64 is #77B49B. Grayscale: #606060. Windows color (decimal): -7845020 or 6572936. OLE color: 6572936.
HSL color Cylindrical-coordinate representation of color #884B64: hue angle of 335.41º 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 #884B64 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 100 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.47 |
| HSL | 335.41º | 0.29% | 0.41% | - |
| HSV(B) | 335.41º | 0.45% | 0.53% | - |
| XYZ | 14.97 | 11.19 | 13.43 | - |
| YUV | 96.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 100 | 0 | 0.45 | 0.26 | 0.47 | 335.41 | 0.29 | 0.41 |
| Hex | 88 | 4B | 64 | 0 | 2D | 1A | 2F | 14F | 1D | 29 |
| Octal | 210 | 113 | 144 | 0 | 55 | 32 | 57 | 517 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1100100 | 0 | 101101 | 11010 | 101111 | 101001111 | 11101 | 101001 |
Color Harmonies of #884B64
Complementary color
Monochromatic Colors of #884B64
Black with #884B64
Text Example
Text Example
White with #884B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B64; }
p { color: rgb(136,75,100); }
H1.HeaderClassName
{
color: #884B64;
}
.AnyTagClassName
{
color: #884B64;
}
</style>
background-color css
<style>
a { background-color: #884B64; }
a { background-color: rgb(136,75,100); }
div.DivClassName
{
background-color: #884B64;
}
.BgClassName
{
background-color: #884B64;
}
</style>
border-color css
<style>
span { border-color: #884B64; }
span { border-color: rgb(136,75,100); }
td.TdClassName
{
border-color: #884B64;
}
.TagClassName
{
border-color: #884B64;
}
</style>