Shades of Cannon Pink #905565
Tints of Cannon Pink #905565
RGB
CMYK
RGB Variations
Color information
#905565 (or 0x905565) is known color: Cannon Pink. HEX triplet: 90, 55 and 65. RGB value is (144,85,101). Sum of RGB (Red+Green+Blue) = 144+85+101=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #905565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905565 is #6FAA9A. Grayscale: #686868. Windows color (decimal): -7318171 or 6641040. OLE color: 6641040.
HSL color Cylindrical-coordinate representation of color #905565: hue angle of 343.73º 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 #905565 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 85 | 101 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.44 |
| HSL | 343.73º | 0.26% | 0.45% | - |
| HSV(B) | 343.73º | 0.41% | 0.56% | - |
| XYZ | 17.1 | 13.37 | 13.99 | - |
| YUV | 104.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 85 | 101 | 0 | 0.41 | 0.30 | 0.44 | 343.73 | 0.26 | 0.45 |
| Hex | 90 | 55 | 65 | 0 | 29 | 1E | 2C | 158 | 1A | 2D |
| Octal | 220 | 125 | 145 | 0 | 51 | 36 | 54 | 530 | 32 | 55 |
| Binary | 10010000 | 1010101 | 1100101 | 0 | 101001 | 11110 | 101100 | 101011000 | 11010 | 101101 |
Color Harmonies of #905565
Complementary color
Monochromatic Colors of #905565
Black with #905565
Text Example
Text Example
White with #905565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905565; }
p { color: rgb(144,85,101); }
H1.HeaderClassName
{
color: #905565;
}
.AnyTagClassName
{
color: #905565;
}
</style>
background-color css
<style>
a { background-color: #905565; }
a { background-color: rgb(144,85,101); }
div.DivClassName
{
background-color: #905565;
}
.BgClassName
{
background-color: #905565;
}
</style>
border-color css
<style>
span { border-color: #905565; }
span { border-color: rgb(144,85,101); }
td.TdClassName
{
border-color: #905565;
}
.TagClassName
{
border-color: #905565;
}
</style>