Shades of Cannon Pink #895969
Tints of Cannon Pink #895969
RGB
CMYK
RGB Variations
Color information
#895969 (or 0x895969) is known color: Cannon Pink. HEX triplet: 89, 59 and 69. RGB value is (137,89,105). Sum of RGB (Red+Green+Blue) = 137+89+105=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #895969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895969 is #76A696. Grayscale: #696969. Windows color (decimal): -7775895 or 6904201. OLE color: 6904201.
HSL color Cylindrical-coordinate representation of color #895969: hue angle of 340º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895969 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 89 | 105 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.46 |
| HSL | 340º | 0.21% | 0.44% | - |
| HSV(B) | 340º | 0.35% | 0.54% | - |
| XYZ | 16.44 | 13.48 | 15.1 | - |
| YUV | 105.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 105 | 0 | 0.35 | 0.23 | 0.46 | 340 | 0.21 | 0.44 |
| Hex | 89 | 59 | 69 | 0 | 23 | 17 | 2E | 154 | 15 | 2C |
| Octal | 211 | 131 | 151 | 0 | 43 | 27 | 56 | 524 | 25 | 54 |
| Binary | 10001001 | 1011001 | 1101001 | 0 | 100011 | 10111 | 101110 | 101010100 | 10101 | 101100 |
Color Harmonies of #895969
Complementary color
Monochromatic Colors of #895969
Black with #895969
Text Example
Text Example
White with #895969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895969; }
p { color: rgb(137,89,105); }
H1.HeaderClassName
{
color: #895969;
}
.AnyTagClassName
{
color: #895969;
}
</style>
background-color css
<style>
a { background-color: #895969; }
a { background-color: rgb(137,89,105); }
div.DivClassName
{
background-color: #895969;
}
.BgClassName
{
background-color: #895969;
}
</style>
border-color css
<style>
span { border-color: #895969; }
span { border-color: rgb(137,89,105); }
td.TdClassName
{
border-color: #895969;
}
.TagClassName
{
border-color: #895969;
}
</style>