Shades of Cannon Pink #895263
Tints of Cannon Pink #895263
RGB
CMYK
RGB Variations
Color information
#895263 (or 0x895263) is known color: Cannon Pink. HEX triplet: 89, 52 and 63. RGB value is (137,82,99). Sum of RGB (Red+Green+Blue) = 137+82+99=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895263 is #76AD9C. Grayscale: #646464. Windows color (decimal): -7777693 or 6509193. OLE color: 6509193.
HSL color Cylindrical-coordinate representation of color #895263: hue angle of 341.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895263 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 99 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.46 |
| HSL | 341.45º | 0.25% | 0.43% | - |
| HSV(B) | 341.45º | 0.4% | 0.54% | - |
| XYZ | 15.59 | 12.25 | 13.35 | - |
| YUV | 100.38 | 127.22 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 99 | 0 | 0.40 | 0.28 | 0.46 | 341.45 | 0.25 | 0.43 |
| Hex | 89 | 52 | 63 | 0 | 28 | 1C | 2E | 155 | 19 | 2B |
| Octal | 211 | 122 | 143 | 0 | 50 | 34 | 56 | 525 | 31 | 53 |
| Binary | 10001001 | 1010010 | 1100011 | 0 | 101000 | 11100 | 101110 | 101010101 | 11001 | 101011 |
Color Harmonies of #895263
Complementary color
Monochromatic Colors of #895263
Black with #895263
Text Example
Text Example
White with #895263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895263; }
p { color: rgb(137,82,99); }
H1.HeaderClassName
{
color: #895263;
}
.AnyTagClassName
{
color: #895263;
}
</style>
background-color css
<style>
a { background-color: #895263; }
a { background-color: rgb(137,82,99); }
div.DivClassName
{
background-color: #895263;
}
.BgClassName
{
background-color: #895263;
}
</style>
border-color css
<style>
span { border-color: #895263; }
span { border-color: rgb(137,82,99); }
td.TdClassName
{
border-color: #895263;
}
.TagClassName
{
border-color: #895263;
}
</style>