Shades of Cannon Pink #894565
Tints of Cannon Pink #894565
RGB
CMYK
RGB Variations
Color information
#894565 (or 0x894565) is known color: Cannon Pink. HEX triplet: 89, 45 and 65. RGB value is (137,69,101). Sum of RGB (Red+Green+Blue) = 137+69+101=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894565 is #76BA9A. Grayscale: #5C5C5C. Windows color (decimal): -7781019 or 6636937. OLE color: 6636937.
HSL color Cylindrical-coordinate representation of color #894565: hue angle of 331.76º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894565 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 69 | 101 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.46 |
| HSL | 331.76º | 0.33% | 0.4% | - |
| HSV(B) | 331.76º | 0.5% | 0.54% | - |
| XYZ | 14.79 | 10.51 | 13.56 | - |
| YUV | 92.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 69 | 101 | 0 | 0.50 | 0.26 | 0.46 | 331.76 | 0.33 | 0.4 |
| Hex | 89 | 45 | 65 | 0 | 32 | 1A | 2E | 14C | 21 | 28 |
| Octal | 211 | 105 | 145 | 0 | 62 | 32 | 56 | 514 | 41 | 50 |
| Binary | 10001001 | 1000101 | 1100101 | 0 | 110010 | 11010 | 101110 | 101001100 | 100001 | 101000 |
Color Harmonies of #894565
Complementary color
Monochromatic Colors of #894565
Black with #894565
Text Example
Text Example
White with #894565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894565; }
p { color: rgb(137,69,101); }
H1.HeaderClassName
{
color: #894565;
}
.AnyTagClassName
{
color: #894565;
}
</style>
background-color css
<style>
a { background-color: #894565; }
a { background-color: rgb(137,69,101); }
div.DivClassName
{
background-color: #894565;
}
.BgClassName
{
background-color: #894565;
}
</style>
border-color css
<style>
span { border-color: #894565; }
span { border-color: rgb(137,69,101); }
td.TdClassName
{
border-color: #894565;
}
.TagClassName
{
border-color: #894565;
}
</style>