Shades of Cannon Pink #884865
Tints of Cannon Pink #884865
RGB
CMYK
RGB Variations
Color information
#884865 (or 0x884865) is known color: Cannon Pink. HEX triplet: 88, 48 and 65. RGB value is (136,72,101). Sum of RGB (Red+Green+Blue) = 136+72+101=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #884865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884865 is #77B79A. Grayscale: #5E5E5E. Windows color (decimal): -7845787 or 6637704. OLE color: 6637704.
HSL color Cylindrical-coordinate representation of color #884865: hue angle of 332.81º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884865 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 101 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.47 |
| HSL | 332.81º | 0.31% | 0.41% | - |
| HSV(B) | 332.81º | 0.47% | 0.53% | - |
| XYZ | 14.82 | 10.81 | 13.62 | - |
| YUV | 94.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 101 | 0 | 0.47 | 0.26 | 0.47 | 332.81 | 0.31 | 0.41 |
| Hex | 88 | 48 | 65 | 0 | 2F | 1A | 2F | 14D | 1F | 29 |
| Octal | 210 | 110 | 145 | 0 | 57 | 32 | 57 | 515 | 37 | 51 |
| Binary | 10001000 | 1001000 | 1100101 | 0 | 101111 | 11010 | 101111 | 101001101 | 11111 | 101001 |
Color Harmonies of #884865
Complementary color
Monochromatic Colors of #884865
Black with #884865
Text Example
Text Example
White with #884865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884865; }
p { color: rgb(136,72,101); }
H1.HeaderClassName
{
color: #884865;
}
.AnyTagClassName
{
color: #884865;
}
</style>
background-color css
<style>
a { background-color: #884865; }
a { background-color: rgb(136,72,101); }
div.DivClassName
{
background-color: #884865;
}
.BgClassName
{
background-color: #884865;
}
</style>
border-color css
<style>
span { border-color: #884865; }
span { border-color: rgb(136,72,101); }
td.TdClassName
{
border-color: #884865;
}
.TagClassName
{
border-color: #884865;
}
</style>