Shades of Cannon Pink #895769
Tints of Cannon Pink #895769
RGB
CMYK
RGB Variations
Color information
#895769 (or 0x895769) is known color: Cannon Pink. HEX triplet: 89, 57 and 69. RGB value is (137,87,105). Sum of RGB (Red+Green+Blue) = 137+87+105=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #895769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895769 is #76A896. Grayscale: #676767. Windows color (decimal): -7776407 or 6903689. OLE color: 6903689.
HSL color Cylindrical-coordinate representation of color #895769: hue angle of 338.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895769 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 105 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.46 |
| HSL | 338.4º | 0.22% | 0.44% | - |
| HSV(B) | 338.4º | 0.36% | 0.54% | - |
| XYZ | 16.27 | 13.15 | 15.05 | - |
| YUV | 104 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 105 | 0 | 0.36 | 0.23 | 0.46 | 338.4 | 0.22 | 0.44 |
| Hex | 89 | 57 | 69 | 0 | 24 | 17 | 2E | 152 | 16 | 2C |
| Octal | 211 | 127 | 151 | 0 | 44 | 27 | 56 | 522 | 26 | 54 |
| Binary | 10001001 | 1010111 | 1101001 | 0 | 100100 | 10111 | 101110 | 101010010 | 10110 | 101100 |
Color Harmonies of #895769
Complementary color
Monochromatic Colors of #895769
Black with #895769
Text Example
Text Example
White with #895769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895769; }
p { color: rgb(137,87,105); }
H1.HeaderClassName
{
color: #895769;
}
.AnyTagClassName
{
color: #895769;
}
</style>
background-color css
<style>
a { background-color: #895769; }
a { background-color: rgb(137,87,105); }
div.DivClassName
{
background-color: #895769;
}
.BgClassName
{
background-color: #895769;
}
</style>
border-color css
<style>
span { border-color: #895769; }
span { border-color: rgb(137,87,105); }
td.TdClassName
{
border-color: #895769;
}
.TagClassName
{
border-color: #895769;
}
</style>