Shades of Cannon Pink #905165
Tints of Cannon Pink #905165
RGB
CMYK
RGB Variations
Color information
#905165 (or 0x905165) is known color: Cannon Pink. HEX triplet: 90, 51 and 65. RGB value is (144,81,101). Sum of RGB (Red+Green+Blue) = 144+81+101=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #905165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905165 is #6FAE9A. Grayscale: #666666. Windows color (decimal): -7319195 or 6640016. OLE color: 6640016.
HSL color Cylindrical-coordinate representation of color #905165: hue angle of 340.95º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905165 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 101 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.44 |
| HSL | 340.95º | 0.28% | 0.44% | - |
| HSV(B) | 340.95º | 0.44% | 0.56% | - |
| XYZ | 16.79 | 12.75 | 13.89 | - |
| YUV | 102.12 | 127.37 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 101 | 0 | 0.44 | 0.30 | 0.44 | 340.95 | 0.28 | 0.44 |
| Hex | 90 | 51 | 65 | 0 | 2C | 1E | 2C | 155 | 1C | 2C |
| Octal | 220 | 121 | 145 | 0 | 54 | 36 | 54 | 525 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1100101 | 0 | 101100 | 11110 | 101100 | 101010101 | 11100 | 101100 |
Color Harmonies of #905165
Complementary color
Monochromatic Colors of #905165
Black with #905165
Text Example
Text Example
White with #905165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905165; }
p { color: rgb(144,81,101); }
H1.HeaderClassName
{
color: #905165;
}
.AnyTagClassName
{
color: #905165;
}
</style>
background-color css
<style>
a { background-color: #905165; }
a { background-color: rgb(144,81,101); }
div.DivClassName
{
background-color: #905165;
}
.BgClassName
{
background-color: #905165;
}
</style>
border-color css
<style>
span { border-color: #905165; }
span { border-color: rgb(144,81,101); }
td.TdClassName
{
border-color: #905165;
}
.TagClassName
{
border-color: #905165;
}
</style>