Shades of Cannon Pink #90516B
Tints of Cannon Pink #90516B
RGB
CMYK
RGB Variations
Color information
#90516B (or 0x90516B) is known color: Cannon Pink. HEX triplet: 90, 51 and 6B. RGB value is (144,81,107). Sum of RGB (Red+Green+Blue) = 144+81+107=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #90516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90516B is #6FAE94. Grayscale: #666666. Windows color (decimal): -7319189 or 7033232. OLE color: 7033232.
HSL color Cylindrical-coordinate representation of color #90516B: hue angle of 335.24º 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 #90516B is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 107 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.44 |
| HSL | 335.24º | 0.28% | 0.44% | - |
| HSV(B) | 335.24º | 0.44% | 0.56% | - |
| XYZ | 17.1 | 12.88 | 15.49 | - |
| YUV | 102.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 107 | 0 | 0.44 | 0.26 | 0.44 | 335.24 | 0.28 | 0.44 |
| Hex | 90 | 51 | 6B | 0 | 2C | 1A | 2C | 14F | 1C | 2C |
| Octal | 220 | 121 | 153 | 0 | 54 | 32 | 54 | 517 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1101011 | 0 | 101100 | 11010 | 101100 | 101001111 | 11100 | 101100 |
Color Harmonies of #90516B
Complementary color
Monochromatic Colors of #90516B
Black with #90516B
Text Example
Text Example
White with #90516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90516B; }
p { color: rgb(144,81,107); }
H1.HeaderClassName
{
color: #90516B;
}
.AnyTagClassName
{
color: #90516B;
}
</style>
background-color css
<style>
a { background-color: #90516B; }
a { background-color: rgb(144,81,107); }
div.DivClassName
{
background-color: #90516B;
}
.BgClassName
{
background-color: #90516B;
}
</style>
border-color css
<style>
span { border-color: #90516B; }
span { border-color: rgb(144,81,107); }
td.TdClassName
{
border-color: #90516B;
}
.TagClassName
{
border-color: #90516B;
}
</style>