Shades of Cannon Pink #90556D
Tints of Cannon Pink #90556D
RGB
CMYK
RGB Variations
Color information
#90556D (or 0x90556D) is known color: Cannon Pink. HEX triplet: 90, 55 and 6D. RGB value is (144,85,109). Sum of RGB (Red+Green+Blue) = 144+85+109=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90556D is #6FAA92. Grayscale: #696969. Windows color (decimal): -7318163 or 7165328. OLE color: 7165328.
HSL color Cylindrical-coordinate representation of color #90556D: hue angle of 335.59º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90556D is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 109 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.44 |
| HSL | 335.59º | 0.26% | 0.45% | - |
| HSV(B) | 335.59º | 0.41% | 0.56% | - |
| XYZ | 17.51 | 13.53 | 16.16 | - |
| YUV | 105.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 109 | 0 | 0.41 | 0.24 | 0.44 | 335.59 | 0.26 | 0.45 |
| Hex | 90 | 55 | 6D | 0 | 29 | 18 | 2C | 150 | 1A | 2D |
| Octal | 220 | 125 | 155 | 0 | 51 | 30 | 54 | 520 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1101101 | 0 | 101001 | 11000 | 101100 | 101010000 | 11010 | 101101 |
Color Harmonies of #90556D
Complementary color
Monochromatic Colors of #90556D
Black with #90556D
Text Example
Text Example
White with #90556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90556D; }
p { color: rgb(144,85,109); }
H1.HeaderClassName
{
color: #90556D;
}
.AnyTagClassName
{
color: #90556D;
}
</style>
background-color css
<style>
a { background-color: #90556D; }
a { background-color: rgb(144,85,109); }
div.DivClassName
{
background-color: #90556D;
}
.BgClassName
{
background-color: #90556D;
}
</style>
border-color css
<style>
span { border-color: #90556D; }
span { border-color: rgb(144,85,109); }
td.TdClassName
{
border-color: #90556D;
}
.TagClassName
{
border-color: #90556D;
}
</style>