Shades of Cannon Pink #895372
Tints of Cannon Pink #895372
RGB
CMYK
RGB Variations
Color information
#895372 (or 0x895372) is known color: Cannon Pink. HEX triplet: 89, 53 and 72. RGB value is (137,83,114). Sum of RGB (Red+Green+Blue) = 137+83+114=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #895372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895372 is #76AC8D. Grayscale: #666666. Windows color (decimal): -7777422 or 7492489. OLE color: 7492489.
HSL color Cylindrical-coordinate representation of color #895372: hue angle of 325.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895372 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 114 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.46 |
| HSL | 325.56º | 0.25% | 0.43% | - |
| HSV(B) | 325.56º | 0.39% | 0.54% | - |
| XYZ | 16.45 | 12.72 | 17.51 | - |
| YUV | 102.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 114 | 0 | 0.39 | 0.17 | 0.46 | 325.56 | 0.25 | 0.43 |
| Hex | 89 | 53 | 72 | 0 | 27 | 11 | 2E | 146 | 19 | 2B |
| Octal | 211 | 123 | 162 | 0 | 47 | 21 | 56 | 506 | 31 | 53 |
| Binary | 10001001 | 1010011 | 1110010 | 0 | 100111 | 10001 | 101110 | 101000110 | 11001 | 101011 |
Color Harmonies of #895372
Complementary color
Monochromatic Colors of #895372
Black with #895372
Text Example
Text Example
White with #895372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895372; }
p { color: rgb(137,83,114); }
H1.HeaderClassName
{
color: #895372;
}
.AnyTagClassName
{
color: #895372;
}
</style>
background-color css
<style>
a { background-color: #895372; }
a { background-color: rgb(137,83,114); }
div.DivClassName
{
background-color: #895372;
}
.BgClassName
{
background-color: #895372;
}
</style>
border-color css
<style>
span { border-color: #895372; }
span { border-color: rgb(137,83,114); }
td.TdClassName
{
border-color: #895372;
}
.TagClassName
{
border-color: #895372;
}
</style>