Shades of Cannon Pink #894B5A
Tints of Cannon Pink #894B5A
RGB
CMYK
RGB Variations
Color information
#894B5A (or 0x894B5A) is known color: Cannon Pink. HEX triplet: 89, 4B and 5A. RGB value is (137,75,90). Sum of RGB (Red+Green+Blue) = 137+75+90=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #894B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B5A is #76B4A5. Grayscale: #5F5F5F. Windows color (decimal): -7779494 or 5917577. OLE color: 5917577.
HSL color Cylindrical-coordinate representation of color #894B5A: hue angle of 345.48º 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 #894B5A is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 90 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.46 |
| HSL | 345.48º | 0.29% | 0.42% | - |
| HSV(B) | 345.48º | 0.45% | 0.54% | - |
| XYZ | 14.68 | 11.09 | 11.04 | - |
| YUV | 95.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 90 | 0 | 0.45 | 0.34 | 0.46 | 345.48 | 0.29 | 0.42 |
| Hex | 89 | 4B | 5A | 0 | 2D | 22 | 2E | 159 | 1D | 2A |
| Octal | 211 | 113 | 132 | 0 | 55 | 42 | 56 | 531 | 35 | 52 |
| Binary | 10001001 | 1001011 | 1011010 | 0 | 101101 | 100010 | 101110 | 101011001 | 11101 | 101010 |
Color Harmonies of #894B5A
Complementary color
Monochromatic Colors of #894B5A
Black with #894B5A
Text Example
Text Example
White with #894B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B5A; }
p { color: rgb(137,75,90); }
H1.HeaderClassName
{
color: #894B5A;
}
.AnyTagClassName
{
color: #894B5A;
}
</style>
background-color css
<style>
a { background-color: #894B5A; }
a { background-color: rgb(137,75,90); }
div.DivClassName
{
background-color: #894B5A;
}
.BgClassName
{
background-color: #894B5A;
}
</style>
border-color css
<style>
span { border-color: #894B5A; }
span { border-color: rgb(137,75,90); }
td.TdClassName
{
border-color: #894B5A;
}
.TagClassName
{
border-color: #894B5A;
}
</style>