Shades of Cannon Pink #895069
Tints of Cannon Pink #895069
RGB
CMYK
RGB Variations
Color information
#895069 (or 0x895069) is known color: Cannon Pink. HEX triplet: 89, 50 and 69. RGB value is (137,80,105). Sum of RGB (Red+Green+Blue) = 137+80+105=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895069 is #76AF96. Grayscale: #636363. Windows color (decimal): -7778199 or 6901897. OLE color: 6901897.
HSL color Cylindrical-coordinate representation of color #895069: hue angle of 333.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895069 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 105 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.46 |
| HSL | 333.68º | 0.26% | 0.43% | - |
| HSV(B) | 333.68º | 0.42% | 0.54% | - |
| XYZ | 15.73 | 12.08 | 14.87 | - |
| YUV | 99.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 105 | 0 | 0.42 | 0.23 | 0.46 | 333.68 | 0.26 | 0.43 |
| Hex | 89 | 50 | 69 | 0 | 2A | 17 | 2E | 14E | 1A | 2B |
| Octal | 211 | 120 | 151 | 0 | 52 | 27 | 56 | 516 | 32 | 53 |
| Binary | 10001001 | 1010000 | 1101001 | 0 | 101010 | 10111 | 101110 | 101001110 | 11010 | 101011 |
Color Harmonies of #895069
Complementary color
Monochromatic Colors of #895069
Black with #895069
Text Example
Text Example
White with #895069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895069; }
p { color: rgb(137,80,105); }
H1.HeaderClassName
{
color: #895069;
}
.AnyTagClassName
{
color: #895069;
}
</style>
background-color css
<style>
a { background-color: #895069; }
a { background-color: rgb(137,80,105); }
div.DivClassName
{
background-color: #895069;
}
.BgClassName
{
background-color: #895069;
}
</style>
border-color css
<style>
span { border-color: #895069; }
span { border-color: rgb(137,80,105); }
td.TdClassName
{
border-color: #895069;
}
.TagClassName
{
border-color: #895069;
}
</style>