Shades of Cannon Pink #89515A
Tints of Cannon Pink #89515A
RGB
CMYK
RGB Variations
Color information
#89515A (or 0x89515A) is known color: Cannon Pink. HEX triplet: 89, 51 and 5A. RGB value is (137,81,90). Sum of RGB (Red+Green+Blue) = 137+81+90=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #89515A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89515A is #76AEA5. Grayscale: #626262. Windows color (decimal): -7777958 or 5919113. OLE color: 5919113.
HSL color Cylindrical-coordinate representation of color #89515A: hue angle of 350.36º 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 #89515A is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 90 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.46 |
| HSL | 350.36º | 0.26% | 0.43% | - |
| HSV(B) | 350.36º | 0.41% | 0.54% | - |
| XYZ | 15.1 | 11.94 | 11.18 | - |
| YUV | 98.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 90 | 0 | 0.41 | 0.34 | 0.46 | 350.36 | 0.26 | 0.43 |
| Hex | 89 | 51 | 5A | 0 | 29 | 22 | 2E | 15E | 1A | 2B |
| Octal | 211 | 121 | 132 | 0 | 51 | 42 | 56 | 536 | 32 | 53 |
| Binary | 10001001 | 1010001 | 1011010 | 0 | 101001 | 100010 | 101110 | 101011110 | 11010 | 101011 |
Color Harmonies of #89515A
Complementary color
Monochromatic Colors of #89515A
Black with #89515A
Text Example
Text Example
White with #89515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89515A; }
p { color: rgb(137,81,90); }
H1.HeaderClassName
{
color: #89515A;
}
.AnyTagClassName
{
color: #89515A;
}
</style>
background-color css
<style>
a { background-color: #89515A; }
a { background-color: rgb(137,81,90); }
div.DivClassName
{
background-color: #89515A;
}
.BgClassName
{
background-color: #89515A;
}
</style>
border-color css
<style>
span { border-color: #89515A; }
span { border-color: rgb(137,81,90); }
td.TdClassName
{
border-color: #89515A;
}
.TagClassName
{
border-color: #89515A;
}
</style>