Shades of Cannon Pink #89536C
Tints of Cannon Pink #89536C
RGB
CMYK
RGB Variations
Color information
#89536C (or 0x89536C) is known color: Cannon Pink. HEX triplet: 89, 53 and 6C. RGB value is (137,83,108). Sum of RGB (Red+Green+Blue) = 137+83+108=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89536C is #76AC93. Grayscale: #656565. Windows color (decimal): -7777428 or 7099273. OLE color: 7099273.
HSL color Cylindrical-coordinate representation of color #89536C: hue angle of 332.22º 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 #89536C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 108 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.46 |
| HSL | 332.22º | 0.25% | 0.43% | - |
| HSV(B) | 332.22º | 0.39% | 0.54% | - |
| XYZ | 16.12 | 12.59 | 15.77 | - |
| YUV | 102 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 108 | 0 | 0.39 | 0.21 | 0.46 | 332.22 | 0.25 | 0.43 |
| Hex | 89 | 53 | 6C | 0 | 27 | 15 | 2E | 14C | 19 | 2B |
| Octal | 211 | 123 | 154 | 0 | 47 | 25 | 56 | 514 | 31 | 53 |
| Binary | 10001001 | 1010011 | 1101100 | 0 | 100111 | 10101 | 101110 | 101001100 | 11001 | 101011 |
Color Harmonies of #89536C
Complementary color
Monochromatic Colors of #89536C
Black with #89536C
Text Example
Text Example
White with #89536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89536C; }
p { color: rgb(137,83,108); }
H1.HeaderClassName
{
color: #89536C;
}
.AnyTagClassName
{
color: #89536C;
}
</style>
background-color css
<style>
a { background-color: #89536C; }
a { background-color: rgb(137,83,108); }
div.DivClassName
{
background-color: #89536C;
}
.BgClassName
{
background-color: #89536C;
}
</style>
border-color css
<style>
span { border-color: #89536C; }
span { border-color: rgb(137,83,108); }
td.TdClassName
{
border-color: #89536C;
}
.TagClassName
{
border-color: #89536C;
}
</style>