Shades of Cannon Pink #894C6B
Tints of Cannon Pink #894C6B
RGB
CMYK
RGB Variations
Color information
#894C6B (or 0x894C6B) is known color: Cannon Pink. HEX triplet: 89, 4C and 6B. RGB value is (137,76,107). Sum of RGB (Red+Green+Blue) = 137+76+107=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C6B is #76B394. Grayscale: #616161. Windows color (decimal): -7779221 or 7031945. OLE color: 7031945.
HSL color Cylindrical-coordinate representation of color #894C6B: hue angle of 329.51º 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 #894C6B is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 76 | 107 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.46 |
| HSL | 329.51º | 0.29% | 0.42% | - |
| HSV(B) | 329.51º | 0.45% | 0.54% | - |
| XYZ | 15.55 | 11.55 | 15.32 | - |
| YUV | 97.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 76 | 107 | 0 | 0.45 | 0.22 | 0.46 | 329.51 | 0.29 | 0.42 |
| Hex | 89 | 4C | 6B | 0 | 2D | 16 | 2E | 14A | 1D | 2A |
| Octal | 211 | 114 | 153 | 0 | 55 | 26 | 56 | 512 | 35 | 52 |
| Binary | 10001001 | 1001100 | 1101011 | 0 | 101101 | 10110 | 101110 | 101001010 | 11101 | 101010 |
Color Harmonies of #894C6B
Complementary color
Monochromatic Colors of #894C6B
Black with #894C6B
Text Example
Text Example
White with #894C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894C6B; }
p { color: rgb(137,76,107); }
H1.HeaderClassName
{
color: #894C6B;
}
.AnyTagClassName
{
color: #894C6B;
}
</style>
background-color css
<style>
a { background-color: #894C6B; }
a { background-color: rgb(137,76,107); }
div.DivClassName
{
background-color: #894C6B;
}
.BgClassName
{
background-color: #894C6B;
}
</style>
border-color css
<style>
span { border-color: #894C6B; }
span { border-color: rgb(137,76,107); }
td.TdClassName
{
border-color: #894C6B;
}
.TagClassName
{
border-color: #894C6B;
}
</style>