Shades of Cannon Pink #90526E
Tints of Cannon Pink #90526E
RGB
CMYK
RGB Variations
Color information
#90526E (or 0x90526E) is known color: Cannon Pink. HEX triplet: 90, 52 and 6E. RGB value is (144,82,110). Sum of RGB (Red+Green+Blue) = 144+82+110=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90526E is #6FAD91. Grayscale: #676767. Windows color (decimal): -7318930 or 7230096. OLE color: 7230096.
HSL color Cylindrical-coordinate representation of color #90526E: hue angle of 332.9º 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 #90526E is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 82 | 110 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.44 |
| HSL | 332.9º | 0.27% | 0.44% | - |
| HSV(B) | 332.9º | 0.43% | 0.56% | - |
| XYZ | 17.33 | 13.09 | 16.36 | - |
| YUV | 103.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 82 | 110 | 0 | 0.43 | 0.24 | 0.44 | 332.9 | 0.27 | 0.44 |
| Hex | 90 | 52 | 6E | 0 | 2B | 18 | 2C | 14D | 1B | 2C |
| Octal | 220 | 122 | 156 | 0 | 53 | 30 | 54 | 515 | 33 | 54 |
| Binary | 10010000 | 1010010 | 1101110 | 0 | 101011 | 11000 | 101100 | 101001101 | 11011 | 101100 |
Color Harmonies of #90526E
Complementary color
Monochromatic Colors of #90526E
Black with #90526E
Text Example
Text Example
White with #90526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90526E; }
p { color: rgb(144,82,110); }
H1.HeaderClassName
{
color: #90526E;
}
.AnyTagClassName
{
color: #90526E;
}
</style>
background-color css
<style>
a { background-color: #90526E; }
a { background-color: rgb(144,82,110); }
div.DivClassName
{
background-color: #90526E;
}
.BgClassName
{
background-color: #90526E;
}
</style>
border-color css
<style>
span { border-color: #90526E; }
span { border-color: rgb(144,82,110); }
td.TdClassName
{
border-color: #90526E;
}
.TagClassName
{
border-color: #90526E;
}
</style>