Shades of Cannon Pink #905570
Tints of Cannon Pink #905570
RGB
CMYK
RGB Variations
Color information
#905570 (or 0x905570) is known color: Cannon Pink. HEX triplet: 90, 55 and 70. RGB value is (144,85,112). Sum of RGB (Red+Green+Blue) = 144+85+112=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #905570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905570 is #6FAA8F. Grayscale: #696969. Windows color (decimal): -7318160 or 7361936. OLE color: 7361936.
HSL color Cylindrical-coordinate representation of color #905570: hue angle of 332.54º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #905570 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 112 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.44 |
| HSL | 332.54º | 0.26% | 0.45% | - |
| HSV(B) | 332.54º | 0.41% | 0.56% | - |
| XYZ | 17.67 | 13.6 | 17.02 | - |
| YUV | 105.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 112 | 0 | 0.41 | 0.22 | 0.44 | 332.54 | 0.26 | 0.45 |
| Hex | 90 | 55 | 70 | 0 | 29 | 16 | 2C | 14D | 1A | 2D |
| Octal | 220 | 125 | 160 | 0 | 51 | 26 | 54 | 515 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1110000 | 0 | 101001 | 10110 | 101100 | 101001101 | 11010 | 101101 |
Color Harmonies of #905570
Complementary color
Monochromatic Colors of #905570
Black with #905570
Text Example
Text Example
White with #905570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905570; }
p { color: rgb(144,85,112); }
H1.HeaderClassName
{
color: #905570;
}
.AnyTagClassName
{
color: #905570;
}
</style>
background-color css
<style>
a { background-color: #905570; }
a { background-color: rgb(144,85,112); }
div.DivClassName
{
background-color: #905570;
}
.BgClassName
{
background-color: #905570;
}
</style>
border-color css
<style>
span { border-color: #905570; }
span { border-color: rgb(144,85,112); }
td.TdClassName
{
border-color: #905570;
}
.TagClassName
{
border-color: #905570;
}
</style>