Shades of Cannon Pink #90496D
Tints of Cannon Pink #90496D
RGB
CMYK
RGB Variations
Color information
#90496D (or 0x90496D) is known color: Cannon Pink. HEX triplet: 90, 49 and 6D. RGB value is (144,73,109). Sum of RGB (Red+Green+Blue) = 144+73+109=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #90496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90496D is #6FB692. Grayscale: #626262. Windows color (decimal): -7321235 or 7162256. OLE color: 7162256.
HSL color Cylindrical-coordinate representation of color #90496D: hue angle of 329.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90496D is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 73 | 109 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.44 |
| HSL | 329.58º | 0.33% | 0.43% | - |
| HSV(B) | 329.58º | 0.49% | 0.56% | - |
| XYZ | 16.64 | 11.8 | 15.87 | - |
| YUV | 98.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 73 | 109 | 0 | 0.49 | 0.24 | 0.44 | 329.58 | 0.33 | 0.43 |
| Hex | 90 | 49 | 6D | 0 | 31 | 18 | 2C | 14A | 21 | 2B |
| Octal | 220 | 111 | 155 | 0 | 61 | 30 | 54 | 512 | 41 | 53 |
| Binary | 10010000 | 1001001 | 1101101 | 0 | 110001 | 11000 | 101100 | 101001010 | 100001 | 101011 |
Color Harmonies of #90496D
Complementary color
Monochromatic Colors of #90496D
Black with #90496D
Text Example
Text Example
White with #90496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90496D; }
p { color: rgb(144,73,109); }
H1.HeaderClassName
{
color: #90496D;
}
.AnyTagClassName
{
color: #90496D;
}
</style>
background-color css
<style>
a { background-color: #90496D; }
a { background-color: rgb(144,73,109); }
div.DivClassName
{
background-color: #90496D;
}
.BgClassName
{
background-color: #90496D;
}
</style>
border-color css
<style>
span { border-color: #90496D; }
span { border-color: rgb(144,73,109); }
td.TdClassName
{
border-color: #90496D;
}
.TagClassName
{
border-color: #90496D;
}
</style>