Shades of Cannon Pink #894969
Tints of Cannon Pink #894969
RGB
CMYK
RGB Variations
Color information
#894969 (or 0x894969) is known color: Cannon Pink. HEX triplet: 89, 49 and 69. RGB value is (137,73,105). Sum of RGB (Red+Green+Blue) = 137+73+105=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #894969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894969 is #76B696. Grayscale: #5F5F5F. Windows color (decimal): -7779991 or 6900105. OLE color: 6900105.
HSL color Cylindrical-coordinate representation of color #894969: hue angle of 330º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #894969 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 73 | 105 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.46 |
| HSL | 330º | 0.3% | 0.41% | - |
| HSV(B) | 330º | 0.47% | 0.54% | - |
| XYZ | 15.25 | 11.1 | 14.7 | - |
| YUV | 95.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 73 | 105 | 0 | 0.47 | 0.23 | 0.46 | 330 | 0.3 | 0.41 |
| Hex | 89 | 49 | 69 | 0 | 2F | 17 | 2E | 14A | 1E | 29 |
| Octal | 211 | 111 | 151 | 0 | 57 | 27 | 56 | 512 | 36 | 51 |
| Binary | 10001001 | 1001001 | 1101001 | 0 | 101111 | 10111 | 101110 | 101001010 | 11110 | 101001 |
Color Harmonies of #894969
Complementary color
Monochromatic Colors of #894969
Black with #894969
Text Example
Text Example
White with #894969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894969; }
p { color: rgb(137,73,105); }
H1.HeaderClassName
{
color: #894969;
}
.AnyTagClassName
{
color: #894969;
}
</style>
background-color css
<style>
a { background-color: #894969; }
a { background-color: rgb(137,73,105); }
div.DivClassName
{
background-color: #894969;
}
.BgClassName
{
background-color: #894969;
}
</style>
border-color css
<style>
span { border-color: #894969; }
span { border-color: rgb(137,73,105); }
td.TdClassName
{
border-color: #894969;
}
.TagClassName
{
border-color: #894969;
}
</style>