Shades of Cannon Pink #90526D
Tints of Cannon Pink #90526D
RGB
CMYK
RGB Variations
Color information
#90526D (or 0x90526D) is known color: Cannon Pink. HEX triplet: 90, 52 and 6D. RGB value is (144,82,109). Sum of RGB (Red+Green+Blue) = 144+82+109=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90526D is #6FAD92. Grayscale: #676767. Windows color (decimal): -7318931 or 7164560. OLE color: 7164560.
HSL color Cylindrical-coordinate representation of color #90526D: hue angle of 333.87º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90526D is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 109 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.44 |
| HSL | 333.87º | 0.27% | 0.44% | - |
| HSV(B) | 333.87º | 0.43% | 0.56% | - |
| XYZ | 17.28 | 13.07 | 16.08 | - |
| YUV | 103.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 109 | 0 | 0.43 | 0.24 | 0.44 | 333.87 | 0.27 | 0.44 |
| Hex | 90 | 52 | 6D | 0 | 2B | 18 | 2C | 14E | 1B | 2C |
| Octal | 220 | 122 | 155 | 0 | 53 | 30 | 54 | 516 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1101101 | 0 | 101011 | 11000 | 101100 | 101001110 | 11011 | 101100 |
Color Harmonies of #90526D
Complementary color
Monochromatic Colors of #90526D
Black with #90526D
Text Example
Text Example
White with #90526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90526D; }
p { color: rgb(144,82,109); }
H1.HeaderClassName
{
color: #90526D;
}
.AnyTagClassName
{
color: #90526D;
}
</style>
background-color css
<style>
a { background-color: #90526D; }
a { background-color: rgb(144,82,109); }
div.DivClassName
{
background-color: #90526D;
}
.BgClassName
{
background-color: #90526D;
}
</style>
border-color css
<style>
span { border-color: #90526D; }
span { border-color: rgb(144,82,109); }
td.TdClassName
{
border-color: #90526D;
}
.TagClassName
{
border-color: #90526D;
}
</style>