Shades of Cannon Pink #905571
Tints of Cannon Pink #905571
RGB
CMYK
RGB Variations
Color information
#905571 (or 0x905571) is known color: Cannon Pink. HEX triplet: 90, 55 and 71. RGB value is (144,85,113). Sum of RGB (Red+Green+Blue) = 144+85+113=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #905571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905571 is #6FAA8E. Grayscale: #696969. Windows color (decimal): -7318159 or 7427472. OLE color: 7427472.
HSL color Cylindrical-coordinate representation of color #905571: hue angle of 331.53º 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 #905571 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 113 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.44 |
| HSL | 331.53º | 0.26% | 0.45% | - |
| HSV(B) | 331.53º | 0.41% | 0.56% | - |
| XYZ | 17.73 | 13.62 | 17.32 | - |
| YUV | 105.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 113 | 0 | 0.41 | 0.22 | 0.44 | 331.53 | 0.26 | 0.45 |
| Hex | 90 | 55 | 71 | 0 | 29 | 16 | 2C | 14C | 1A | 2D |
| Octal | 220 | 125 | 161 | 0 | 51 | 26 | 54 | 514 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1110001 | 0 | 101001 | 10110 | 101100 | 101001100 | 11010 | 101101 |
Color Harmonies of #905571
Complementary color
Monochromatic Colors of #905571
Black with #905571
Text Example
Text Example
White with #905571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905571; }
p { color: rgb(144,85,113); }
H1.HeaderClassName
{
color: #905571;
}
.AnyTagClassName
{
color: #905571;
}
</style>
background-color css
<style>
a { background-color: #905571; }
a { background-color: rgb(144,85,113); }
div.DivClassName
{
background-color: #905571;
}
.BgClassName
{
background-color: #905571;
}
</style>
border-color css
<style>
span { border-color: #905571; }
span { border-color: rgb(144,85,113); }
td.TdClassName
{
border-color: #905571;
}
.TagClassName
{
border-color: #905571;
}
</style>