Shades of Cannon Pink #90516E
Tints of Cannon Pink #90516E
RGB
CMYK
RGB Variations
Color information
#90516E (or 0x90516E) is known color: Cannon Pink. HEX triplet: 90, 51 and 6E. RGB value is (144,81,110). Sum of RGB (Red+Green+Blue) = 144+81+110=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90516E is #6FAE91. Grayscale: #676767. Windows color (decimal): -7319186 or 7229840. OLE color: 7229840.
HSL color Cylindrical-coordinate representation of color #90516E: hue angle of 332.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90516E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 110 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.44 |
| HSL | 332.38º | 0.28% | 0.44% | - |
| HSV(B) | 332.38º | 0.44% | 0.56% | - |
| XYZ | 17.26 | 12.94 | 16.34 | - |
| YUV | 103.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 110 | 0 | 0.44 | 0.24 | 0.44 | 332.38 | 0.28 | 0.44 |
| Hex | 90 | 51 | 6E | 0 | 2C | 18 | 2C | 14C | 1C | 2C |
| Octal | 220 | 121 | 156 | 0 | 54 | 30 | 54 | 514 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1101110 | 0 | 101100 | 11000 | 101100 | 101001100 | 11100 | 101100 |
Color Harmonies of #90516E
Complementary color
Monochromatic Colors of #90516E
Black with #90516E
Text Example
Text Example
White with #90516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90516E; }
p { color: rgb(144,81,110); }
H1.HeaderClassName
{
color: #90516E;
}
.AnyTagClassName
{
color: #90516E;
}
</style>
background-color css
<style>
a { background-color: #90516E; }
a { background-color: rgb(144,81,110); }
div.DivClassName
{
background-color: #90516E;
}
.BgClassName
{
background-color: #90516E;
}
</style>
border-color css
<style>
span { border-color: #90516E; }
span { border-color: rgb(144,81,110); }
td.TdClassName
{
border-color: #90516E;
}
.TagClassName
{
border-color: #90516E;
}
</style>