Shades of Cannon Pink #90516C
Tints of Cannon Pink #90516C
RGB
CMYK
RGB Variations
Color information
#90516C (or 0x90516C) is known color: Cannon Pink. HEX triplet: 90, 51 and 6C. RGB value is (144,81,108). Sum of RGB (Red+Green+Blue) = 144+81+108=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 144 - color contains mainly: red. Hex color #90516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90516C is #6FAE93. Grayscale: #666666. Windows color (decimal): -7319188 or 7098768. OLE color: 7098768.
HSL color Cylindrical-coordinate representation of color #90516C: hue angle of 334.29º 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 #90516C is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 108 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.44 |
| HSL | 334.29º | 0.28% | 0.44% | - |
| HSV(B) | 334.29º | 0.44% | 0.56% | - |
| XYZ | 17.15 | 12.9 | 15.77 | - |
| YUV | 102.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 108 | 0 | 0.44 | 0.25 | 0.44 | 334.29 | 0.28 | 0.44 |
| Hex | 90 | 51 | 6C | 0 | 2C | 19 | 2C | 14E | 1C | 2C |
| Octal | 220 | 121 | 154 | 0 | 54 | 31 | 54 | 516 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1101100 | 0 | 101100 | 11001 | 101100 | 101001110 | 11100 | 101100 |
Color Harmonies of #90516C
Complementary color
Monochromatic Colors of #90516C
Black with #90516C
Text Example
Text Example
White with #90516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90516C; }
p { color: rgb(144,81,108); }
H1.HeaderClassName
{
color: #90516C;
}
.AnyTagClassName
{
color: #90516C;
}
</style>
background-color css
<style>
a { background-color: #90516C; }
a { background-color: rgb(144,81,108); }
div.DivClassName
{
background-color: #90516C;
}
.BgClassName
{
background-color: #90516C;
}
</style>
border-color css
<style>
span { border-color: #90516C; }
span { border-color: rgb(144,81,108); }
td.TdClassName
{
border-color: #90516C;
}
.TagClassName
{
border-color: #90516C;
}
</style>