Shades of Cannon Pink #894B63
Tints of Cannon Pink #894B63
RGB
CMYK
RGB Variations
Color information
#894B63 (or 0x894B63) is known color: Cannon Pink. HEX triplet: 89, 4B and 63. RGB value is (137,75,99). Sum of RGB (Red+Green+Blue) = 137+75+99=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #894B63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B63 is #76B49C. Grayscale: #606060. Windows color (decimal): -7779485 or 6507401. OLE color: 6507401.
HSL color Cylindrical-coordinate representation of color #894B63: hue angle of 336.77º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #894B63 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 99 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.46 |
| HSL | 336.77º | 0.29% | 0.42% | - |
| HSV(B) | 336.77º | 0.45% | 0.54% | - |
| XYZ | 15.08 | 11.25 | 13.18 | - |
| YUV | 96.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 99 | 0 | 0.45 | 0.28 | 0.46 | 336.77 | 0.29 | 0.42 |
| Hex | 89 | 4B | 63 | 0 | 2D | 1C | 2E | 151 | 1D | 2A |
| Octal | 211 | 113 | 143 | 0 | 55 | 34 | 56 | 521 | 35 | 52 |
| Binary | 10001001 | 1001011 | 1100011 | 0 | 101101 | 11100 | 101110 | 101010001 | 11101 | 101010 |
Color Harmonies of #894B63
Complementary color
Monochromatic Colors of #894B63
Black with #894B63
Text Example
Text Example
White with #894B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B63; }
p { color: rgb(137,75,99); }
H1.HeaderClassName
{
color: #894B63;
}
.AnyTagClassName
{
color: #894B63;
}
</style>
background-color css
<style>
a { background-color: #894B63; }
a { background-color: rgb(137,75,99); }
div.DivClassName
{
background-color: #894B63;
}
.BgClassName
{
background-color: #894B63;
}
</style>
border-color css
<style>
span { border-color: #894B63; }
span { border-color: rgb(137,75,99); }
td.TdClassName
{
border-color: #894B63;
}
.TagClassName
{
border-color: #894B63;
}
</style>