Shades of Cannon Pink #894F68
Tints of Cannon Pink #894F68
RGB
CMYK
RGB Variations
Color information
#894F68 (or 0x894F68) is known color: Cannon Pink. HEX triplet: 89, 4F and 68. RGB value is (137,79,104). Sum of RGB (Red+Green+Blue) = 137+79+104=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F68 is #76B097. Grayscale: #636363. Windows color (decimal): -7778456 or 6836105. OLE color: 6836105.
HSL color Cylindrical-coordinate representation of color #894F68: hue angle of 334.14º 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 #894F68 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 104 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.46 |
| HSL | 334.14º | 0.27% | 0.42% | - |
| HSV(B) | 334.14º | 0.42% | 0.54% | - |
| XYZ | 15.61 | 11.91 | 14.57 | - |
| YUV | 99.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 104 | 0 | 0.42 | 0.24 | 0.46 | 334.14 | 0.27 | 0.42 |
| Hex | 89 | 4F | 68 | 0 | 2A | 18 | 2E | 14E | 1B | 2A |
| Octal | 211 | 117 | 150 | 0 | 52 | 30 | 56 | 516 | 33 | 52 |
| Binary | 10001001 | 1001111 | 1101000 | 0 | 101010 | 11000 | 101110 | 101001110 | 11011 | 101010 |
Color Harmonies of #894F68
Complementary color
Monochromatic Colors of #894F68
Black with #894F68
Text Example
Text Example
White with #894F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F68; }
p { color: rgb(137,79,104); }
H1.HeaderClassName
{
color: #894F68;
}
.AnyTagClassName
{
color: #894F68;
}
</style>
background-color css
<style>
a { background-color: #894F68; }
a { background-color: rgb(137,79,104); }
div.DivClassName
{
background-color: #894F68;
}
.BgClassName
{
background-color: #894F68;
}
</style>
border-color css
<style>
span { border-color: #894F68; }
span { border-color: rgb(137,79,104); }
td.TdClassName
{
border-color: #894F68;
}
.TagClassName
{
border-color: #894F68;
}
</style>