Shades of Cannon Pink #89506A
Tints of Cannon Pink #89506A
RGB
CMYK
RGB Variations
Color information
#89506A (or 0x89506A) is known color: Cannon Pink. HEX triplet: 89, 50 and 6A. RGB value is (137,80,106). Sum of RGB (Red+Green+Blue) = 137+80+106=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #89506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89506A is #76AF95. Grayscale: #636363. Windows color (decimal): -7778198 or 6967433. OLE color: 6967433.
HSL color Cylindrical-coordinate representation of color #89506A: hue angle of 332.63º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #89506A is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 80 | 106 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.46 |
| HSL | 332.63º | 0.26% | 0.43% | - |
| HSV(B) | 332.63º | 0.42% | 0.54% | - |
| XYZ | 15.79 | 12.1 | 15.14 | - |
| YUV | 100.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 106 | 0 | 0.42 | 0.23 | 0.46 | 332.63 | 0.26 | 0.43 |
| Hex | 89 | 50 | 6A | 0 | 2A | 17 | 2E | 14D | 1A | 2B |
| Octal | 211 | 120 | 152 | 0 | 52 | 27 | 56 | 515 | 32 | 53 |
| Binary | 10001001 | 1010000 | 1101010 | 0 | 101010 | 10111 | 101110 | 101001101 | 11010 | 101011 |
Color Harmonies of #89506A
Complementary color
Monochromatic Colors of #89506A
Black with #89506A
Text Example
Text Example
White with #89506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89506A; }
p { color: rgb(137,80,106); }
H1.HeaderClassName
{
color: #89506A;
}
.AnyTagClassName
{
color: #89506A;
}
</style>
background-color css
<style>
a { background-color: #89506A; }
a { background-color: rgb(137,80,106); }
div.DivClassName
{
background-color: #89506A;
}
.BgClassName
{
background-color: #89506A;
}
</style>
border-color css
<style>
span { border-color: #89506A; }
span { border-color: rgb(137,80,106); }
td.TdClassName
{
border-color: #89506A;
}
.TagClassName
{
border-color: #89506A;
}
</style>