Shades of Cannon Pink #90446E
Tints of Cannon Pink #90446E
RGB
CMYK
RGB Variations
Color information
#90446E (or 0x90446E) is known color: Cannon Pink. HEX triplet: 90, 44 and 6E. RGB value is (144,68,110). Sum of RGB (Red+Green+Blue) = 144+68+110=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90446E is #6FBB91. Grayscale: #5F5F5F. Windows color (decimal): -7322514 or 7226512. OLE color: 7226512.
HSL color Cylindrical-coordinate representation of color #90446E: hue angle of 326.84º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90446E is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 68 | 110 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.44 |
| HSL | 326.84º | 0.36% | 0.42% | - |
| HSV(B) | 326.84º | 0.53% | 0.56% | - |
| XYZ | 16.38 | 11.19 | 16.05 | - |
| YUV | 95.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 68 | 110 | 0 | 0.53 | 0.24 | 0.44 | 326.84 | 0.36 | 0.42 |
| Hex | 90 | 44 | 6E | 0 | 35 | 18 | 2C | 147 | 24 | 2A |
| Octal | 220 | 104 | 156 | 0 | 65 | 30 | 54 | 507 | 44 | 52 |
| Binary | 10010000 | 1000100 | 1101110 | 0 | 110101 | 11000 | 101100 | 101000111 | 100100 | 101010 |
Color Harmonies of #90446E
Complementary color
Monochromatic Colors of #90446E
Black with #90446E
Text Example
Text Example
White with #90446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90446E; }
p { color: rgb(144,68,110); }
H1.HeaderClassName
{
color: #90446E;
}
.AnyTagClassName
{
color: #90446E;
}
</style>
background-color css
<style>
a { background-color: #90446E; }
a { background-color: rgb(144,68,110); }
div.DivClassName
{
background-color: #90446E;
}
.BgClassName
{
background-color: #90446E;
}
</style>
border-color css
<style>
span { border-color: #90446E; }
span { border-color: rgb(144,68,110); }
td.TdClassName
{
border-color: #90446E;
}
.TagClassName
{
border-color: #90446E;
}
</style>