Shades of Cannon Pink #90466E
Tints of Cannon Pink #90466E
RGB
CMYK
RGB Variations
Color information
#90466E (or 0x90466E) is known color: Cannon Pink. HEX triplet: 90, 46 and 6E. RGB value is (144,70,110). Sum of RGB (Red+Green+Blue) = 144+70+110=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #90466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90466E is #6FB991. Grayscale: #606060. Windows color (decimal): -7322002 or 7227024. OLE color: 7227024.
HSL color Cylindrical-coordinate representation of color #90466E: hue angle of 327.57º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90466E is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 110 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.44 |
| HSL | 327.57º | 0.35% | 0.42% | - |
| HSV(B) | 327.57º | 0.51% | 0.56% | - |
| XYZ | 16.51 | 11.44 | 16.09 | - |
| YUV | 96.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 110 | 0 | 0.51 | 0.24 | 0.44 | 327.57 | 0.35 | 0.42 |
| Hex | 90 | 46 | 6E | 0 | 33 | 18 | 2C | 148 | 23 | 2A |
| Octal | 220 | 106 | 156 | 0 | 63 | 30 | 54 | 510 | 43 | 52 |
| Binary | 10010000 | 1000110 | 1101110 | 0 | 110011 | 11000 | 101100 | 101001000 | 100011 | 101010 |
Color Harmonies of #90466E
Complementary color
Monochromatic Colors of #90466E
Black with #90466E
Text Example
Text Example
White with #90466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90466E; }
p { color: rgb(144,70,110); }
H1.HeaderClassName
{
color: #90466E;
}
.AnyTagClassName
{
color: #90466E;
}
</style>
background-color css
<style>
a { background-color: #90466E; }
a { background-color: rgb(144,70,110); }
div.DivClassName
{
background-color: #90466E;
}
.BgClassName
{
background-color: #90466E;
}
</style>
border-color css
<style>
span { border-color: #90466E; }
span { border-color: rgb(144,70,110); }
td.TdClassName
{
border-color: #90466E;
}
.TagClassName
{
border-color: #90466E;
}
</style>