Shades of Cannon Pink #905172
Tints of Cannon Pink #905172
RGB
CMYK
RGB Variations
Color information
#905172 (or 0x905172) is known color: Cannon Pink. HEX triplet: 90, 51 and 72. RGB value is (144,81,114). Sum of RGB (Red+Green+Blue) = 144+81+114=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #905172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905172 is #6FAE8D. Grayscale: #676767. Windows color (decimal): -7319182 or 7491984. OLE color: 7491984.
HSL color Cylindrical-coordinate representation of color #905172: hue angle of 328.57º 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 #905172 is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 114 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.44 |
| HSL | 328.57º | 0.28% | 0.44% | - |
| HSV(B) | 328.57º | 0.44% | 0.56% | - |
| XYZ | 17.48 | 13.03 | 17.51 | - |
| YUV | 103.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 114 | 0 | 0.44 | 0.21 | 0.44 | 328.57 | 0.28 | 0.44 |
| Hex | 90 | 51 | 72 | 0 | 2C | 15 | 2C | 149 | 1C | 2C |
| Octal | 220 | 121 | 162 | 0 | 54 | 25 | 54 | 511 | 34 | 54 |
| Binary | 10010000 | 1010001 | 1110010 | 0 | 101100 | 10101 | 101100 | 101001001 | 11100 | 101100 |
Color Harmonies of #905172
Complementary color
Monochromatic Colors of #905172
Black with #905172
Text Example
Text Example
White with #905172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905172; }
p { color: rgb(144,81,114); }
H1.HeaderClassName
{
color: #905172;
}
.AnyTagClassName
{
color: #905172;
}
</style>
background-color css
<style>
a { background-color: #905172; }
a { background-color: rgb(144,81,114); }
div.DivClassName
{
background-color: #905172;
}
.BgClassName
{
background-color: #905172;
}
</style>
border-color css
<style>
span { border-color: #905172; }
span { border-color: rgb(144,81,114); }
td.TdClassName
{
border-color: #905172;
}
.TagClassName
{
border-color: #905172;
}
</style>