Shades of Cannon Pink #894961
Tints of Cannon Pink #894961
RGB
CMYK
RGB Variations
Color information
#894961 (or 0x894961) is known color: Cannon Pink. HEX triplet: 89, 49 and 61. RGB value is (137,73,97). Sum of RGB (Red+Green+Blue) = 137+73+97=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894961 is #76B69E. Grayscale: #5E5E5E. Windows color (decimal): -7779999 or 6375817. OLE color: 6375817.
HSL color Cylindrical-coordinate representation of color #894961: hue angle of 337.5º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894961 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 97 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.46 |
| HSL | 337.5º | 0.3% | 0.41% | - |
| HSV(B) | 337.5º | 0.47% | 0.54% | - |
| XYZ | 14.86 | 10.95 | 12.64 | - |
| YUV | 94.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 97 | 0 | 0.47 | 0.29 | 0.46 | 337.5 | 0.3 | 0.41 |
| Hex | 89 | 49 | 61 | 0 | 2F | 1D | 2E | 152 | 1E | 29 |
| Octal | 211 | 111 | 141 | 0 | 57 | 35 | 56 | 522 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1100001 | 0 | 101111 | 11101 | 101110 | 101010010 | 11110 | 101001 |
Color Harmonies of #894961
Complementary color
Monochromatic Colors of #894961
Black with #894961
Text Example
Text Example
White with #894961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894961; }
p { color: rgb(137,73,97); }
H1.HeaderClassName
{
color: #894961;
}
.AnyTagClassName
{
color: #894961;
}
</style>
background-color css
<style>
a { background-color: #894961; }
a { background-color: rgb(137,73,97); }
div.DivClassName
{
background-color: #894961;
}
.BgClassName
{
background-color: #894961;
}
</style>
border-color css
<style>
span { border-color: #894961; }
span { border-color: rgb(137,73,97); }
td.TdClassName
{
border-color: #894961;
}
.TagClassName
{
border-color: #894961;
}
</style>