Shades of Cannon Pink #895167
Tints of Cannon Pink #895167
RGB
CMYK
RGB Variations
Color information
#895167 (or 0x895167) is known color: Cannon Pink. HEX triplet: 89, 51 and 67. RGB value is (137,81,103). Sum of RGB (Red+Green+Blue) = 137+81+103=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895167 is #76AE98. Grayscale: #646464. Windows color (decimal): -7777945 or 6771081. OLE color: 6771081.
HSL color Cylindrical-coordinate representation of color #895167: hue angle of 336.43º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895167 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 103 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.46 |
| HSL | 336.43º | 0.26% | 0.43% | - |
| HSV(B) | 336.43º | 0.41% | 0.54% | - |
| XYZ | 15.71 | 12.18 | 14.36 | - |
| YUV | 100.25 | 129.55 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 103 | 0 | 0.41 | 0.25 | 0.46 | 336.43 | 0.26 | 0.43 |
| Hex | 89 | 51 | 67 | 0 | 29 | 19 | 2E | 150 | 1A | 2B |
| Octal | 211 | 121 | 147 | 0 | 51 | 31 | 56 | 520 | 32 | 53 |
| Binary | 10001001 | 1010001 | 1100111 | 0 | 101001 | 11001 | 101110 | 101010000 | 11010 | 101011 |
Color Harmonies of #895167
Complementary color
Monochromatic Colors of #895167
Black with #895167
Text Example
Text Example
White with #895167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895167; }
p { color: rgb(137,81,103); }
H1.HeaderClassName
{
color: #895167;
}
.AnyTagClassName
{
color: #895167;
}
</style>
background-color css
<style>
a { background-color: #895167; }
a { background-color: rgb(137,81,103); }
div.DivClassName
{
background-color: #895167;
}
.BgClassName
{
background-color: #895167;
}
</style>
border-color css
<style>
span { border-color: #895167; }
span { border-color: rgb(137,81,103); }
td.TdClassName
{
border-color: #895167;
}
.TagClassName
{
border-color: #895167;
}
</style>