Shades of Cannon Pink #894F69
Tints of Cannon Pink #894F69
RGB
CMYK
RGB Variations
Color information
#894F69 (or 0x894F69) is known color: Cannon Pink. HEX triplet: 89, 4F and 69. RGB value is (137,79,105). Sum of RGB (Red+Green+Blue) = 137+79+105=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #894F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F69 is #76B096. Grayscale: #636363. Windows color (decimal): -7778455 or 6901641. OLE color: 6901641.
HSL color Cylindrical-coordinate representation of color #894F69: hue angle of 333.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #894F69 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 105 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.46 |
| HSL | 333.1º | 0.27% | 0.42% | - |
| HSV(B) | 333.1º | 0.42% | 0.54% | - |
| XYZ | 15.66 | 11.93 | 14.84 | - |
| YUV | 99.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 105 | 0 | 0.42 | 0.23 | 0.46 | 333.1 | 0.27 | 0.42 |
| Hex | 89 | 4F | 69 | 0 | 2A | 17 | 2E | 14D | 1B | 2A |
| Octal | 211 | 117 | 151 | 0 | 52 | 27 | 56 | 515 | 33 | 52 |
| Binary | 10001001 | 1001111 | 1101001 | 0 | 101010 | 10111 | 101110 | 101001101 | 11011 | 101010 |
Color Harmonies of #894F69
Complementary color
Monochromatic Colors of #894F69
Black with #894F69
Text Example
Text Example
White with #894F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F69; }
p { color: rgb(137,79,105); }
H1.HeaderClassName
{
color: #894F69;
}
.AnyTagClassName
{
color: #894F69;
}
</style>
background-color css
<style>
a { background-color: #894F69; }
a { background-color: rgb(137,79,105); }
div.DivClassName
{
background-color: #894F69;
}
.BgClassName
{
background-color: #894F69;
}
</style>
border-color css
<style>
span { border-color: #894F69; }
span { border-color: rgb(137,79,105); }
td.TdClassName
{
border-color: #894F69;
}
.TagClassName
{
border-color: #894F69;
}
</style>