Shades of Cannon Pink #895A63
Tints of Cannon Pink #895A63
RGB
CMYK
RGB Variations
Color information
#895A63 (or 0x895A63) is known color: Cannon Pink. HEX triplet: 89, 5A and 63. RGB value is (137,90,99). Sum of RGB (Red+Green+Blue) = 137+90+99=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895A63 is #76A59C. Grayscale: #696969. Windows color (decimal): -7775645 or 6511241. OLE color: 6511241.
HSL color Cylindrical-coordinate representation of color #895A63: hue angle of 348.51º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895A63 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 99 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.46 |
| HSL | 348.51º | 0.21% | 0.45% | - |
| HSV(B) | 348.51º | 0.34% | 0.54% | - |
| XYZ | 16.22 | 13.53 | 13.56 | - |
| YUV | 105.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 99 | 0 | 0.34 | 0.28 | 0.46 | 348.51 | 0.21 | 0.45 |
| Hex | 89 | 5A | 63 | 0 | 22 | 1C | 2E | 15D | 15 | 2D |
| Octal | 211 | 132 | 143 | 0 | 42 | 34 | 56 | 535 | 25 | 55 |
| Binary | 10001001 | 1011010 | 1100011 | 0 | 100010 | 11100 | 101110 | 101011101 | 10101 | 101101 |
Color Harmonies of #895A63
Complementary color
Monochromatic Colors of #895A63
Black with #895A63
Text Example
Text Example
White with #895A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A63; }
p { color: rgb(137,90,99); }
H1.HeaderClassName
{
color: #895A63;
}
.AnyTagClassName
{
color: #895A63;
}
</style>
background-color css
<style>
a { background-color: #895A63; }
a { background-color: rgb(137,90,99); }
div.DivClassName
{
background-color: #895A63;
}
.BgClassName
{
background-color: #895A63;
}
</style>
border-color css
<style>
span { border-color: #895A63; }
span { border-color: rgb(137,90,99); }
td.TdClassName
{
border-color: #895A63;
}
.TagClassName
{
border-color: #895A63;
}
</style>