Shades of Cannon Pink #895264
Tints of Cannon Pink #895264
RGB
CMYK
RGB Variations
Color information
#895264 (or 0x895264) is known color: Cannon Pink. HEX triplet: 89, 52 and 64. RGB value is (137,82,100). Sum of RGB (Red+Green+Blue) = 137+82+100=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #895264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895264 is #76AD9B. Grayscale: #646464. Windows color (decimal): -7777692 or 6574729. OLE color: 6574729.
HSL color Cylindrical-coordinate representation of color #895264: hue angle of 340.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895264 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 100 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.46 |
| HSL | 340.36º | 0.25% | 0.43% | - |
| HSV(B) | 340.36º | 0.4% | 0.54% | - |
| XYZ | 15.63 | 12.27 | 13.6 | - |
| YUV | 100.5 | 127.72 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 100 | 0 | 0.40 | 0.27 | 0.46 | 340.36 | 0.25 | 0.43 |
| Hex | 89 | 52 | 64 | 0 | 28 | 1B | 2E | 154 | 19 | 2B |
| Octal | 211 | 122 | 144 | 0 | 50 | 33 | 56 | 524 | 31 | 53 |
| Binary | 10001001 | 1010010 | 1100100 | 0 | 101000 | 11011 | 101110 | 101010100 | 11001 | 101011 |
Color Harmonies of #895264
Complementary color
Monochromatic Colors of #895264
Black with #895264
Text Example
Text Example
White with #895264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895264; }
p { color: rgb(137,82,100); }
H1.HeaderClassName
{
color: #895264;
}
.AnyTagClassName
{
color: #895264;
}
</style>
background-color css
<style>
a { background-color: #895264; }
a { background-color: rgb(137,82,100); }
div.DivClassName
{
background-color: #895264;
}
.BgClassName
{
background-color: #895264;
}
</style>
border-color css
<style>
span { border-color: #895264; }
span { border-color: rgb(137,82,100); }
td.TdClassName
{
border-color: #895264;
}
.TagClassName
{
border-color: #895264;
}
</style>