Shades of Cannon Pink #90556C
Tints of Cannon Pink #90556C
RGB
CMYK
RGB Variations
Color information
#90556C (or 0x90556C) is known color: Cannon Pink. HEX triplet: 90, 55 and 6C. RGB value is (144,85,108). Sum of RGB (Red+Green+Blue) = 144+85+108=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90556C is #6FAA93. Grayscale: #696969. Windows color (decimal): -7318164 or 7099792. OLE color: 7099792.
HSL color Cylindrical-coordinate representation of color #90556C: hue angle of 336.61º 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 #90556C is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 108 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.44 |
| HSL | 336.61º | 0.26% | 0.45% | - |
| HSV(B) | 336.61º | 0.41% | 0.56% | - |
| XYZ | 17.46 | 13.51 | 15.87 | - |
| YUV | 105.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 108 | 0 | 0.41 | 0.25 | 0.44 | 336.61 | 0.26 | 0.45 |
| Hex | 90 | 55 | 6C | 0 | 29 | 19 | 2C | 151 | 1A | 2D |
| Octal | 220 | 125 | 154 | 0 | 51 | 31 | 54 | 521 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1101100 | 0 | 101001 | 11001 | 101100 | 101010001 | 11010 | 101101 |
Color Harmonies of #90556C
Complementary color
Monochromatic Colors of #90556C
Black with #90556C
Text Example
Text Example
White with #90556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90556C; }
p { color: rgb(144,85,108); }
H1.HeaderClassName
{
color: #90556C;
}
.AnyTagClassName
{
color: #90556C;
}
</style>
background-color css
<style>
a { background-color: #90556C; }
a { background-color: rgb(144,85,108); }
div.DivClassName
{
background-color: #90556C;
}
.BgClassName
{
background-color: #90556C;
}
</style>
border-color css
<style>
span { border-color: #90556C; }
span { border-color: rgb(144,85,108); }
td.TdClassName
{
border-color: #90556C;
}
.TagClassName
{
border-color: #90556C;
}
</style>