Shades of Cannon Pink #895065
Tints of Cannon Pink #895065
RGB
CMYK
RGB Variations
Color information
#895065 (or 0x895065) is known color: Cannon Pink. HEX triplet: 89, 50 and 65. RGB value is (137,80,101). Sum of RGB (Red+Green+Blue) = 137+80+101=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895065 is #76AF9A. Grayscale: #636363. Windows color (decimal): -7778203 or 6639753. OLE color: 6639753.
HSL color Cylindrical-coordinate representation of color #895065: hue angle of 337.89º 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 #895065 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 101 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.46 |
| HSL | 337.89º | 0.26% | 0.43% | - |
| HSV(B) | 337.89º | 0.42% | 0.54% | - |
| XYZ | 15.53 | 12 | 13.81 | - |
| YUV | 99.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 101 | 0 | 0.42 | 0.26 | 0.46 | 337.89 | 0.26 | 0.43 |
| Hex | 89 | 50 | 65 | 0 | 2A | 1A | 2E | 152 | 1A | 2B |
| Octal | 211 | 120 | 145 | 0 | 52 | 32 | 56 | 522 | 32 | 53 |
| Binary | 10001001 | 1010000 | 1100101 | 0 | 101010 | 11010 | 101110 | 101010010 | 11010 | 101011 |
Color Harmonies of #895065
Complementary color
Monochromatic Colors of #895065
Black with #895065
Text Example
Text Example
White with #895065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895065; }
p { color: rgb(137,80,101); }
H1.HeaderClassName
{
color: #895065;
}
.AnyTagClassName
{
color: #895065;
}
</style>
background-color css
<style>
a { background-color: #895065; }
a { background-color: rgb(137,80,101); }
div.DivClassName
{
background-color: #895065;
}
.BgClassName
{
background-color: #895065;
}
</style>
border-color css
<style>
span { border-color: #895065; }
span { border-color: rgb(137,80,101); }
td.TdClassName
{
border-color: #895065;
}
.TagClassName
{
border-color: #895065;
}
</style>