Shades of Cannon Pink #90466B
Tints of Cannon Pink #90466B
RGB
CMYK
RGB Variations
Color information
#90466B (or 0x90466B) is known color: Cannon Pink. HEX triplet: 90, 46 and 6B. RGB value is (144,70,107). Sum of RGB (Red+Green+Blue) = 144+70+107=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 144 - color contains mainly: red. Hex color #90466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90466B is #6FB994. Grayscale: #606060. Windows color (decimal): -7322005 or 7030416. OLE color: 7030416.
HSL color Cylindrical-coordinate representation of color #90466B: hue angle of 330º 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 #90466B is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 107 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.44 |
| HSL | 330º | 0.35% | 0.42% | - |
| HSV(B) | 330º | 0.51% | 0.56% | - |
| XYZ | 16.35 | 11.37 | 15.24 | - |
| YUV | 96.34 | 134.02 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 107 | 0 | 0.51 | 0.26 | 0.44 | 330 | 0.35 | 0.42 |
| Hex | 90 | 46 | 6B | 0 | 33 | 1A | 2C | 14A | 23 | 2A |
| Octal | 220 | 106 | 153 | 0 | 63 | 32 | 54 | 512 | 43 | 52 |
| Binary | 10010000 | 1000110 | 1101011 | 0 | 110011 | 11010 | 101100 | 101001010 | 100011 | 101010 |
Color Harmonies of #90466B
Complementary color
Monochromatic Colors of #90466B
Black with #90466B
Text Example
Text Example
White with #90466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90466B; }
p { color: rgb(144,70,107); }
H1.HeaderClassName
{
color: #90466B;
}
.AnyTagClassName
{
color: #90466B;
}
</style>
background-color css
<style>
a { background-color: #90466B; }
a { background-color: rgb(144,70,107); }
div.DivClassName
{
background-color: #90466B;
}
.BgClassName
{
background-color: #90466B;
}
</style>
border-color css
<style>
span { border-color: #90466B; }
span { border-color: rgb(144,70,107); }
td.TdClassName
{
border-color: #90466B;
}
.TagClassName
{
border-color: #90466B;
}
</style>