Shades of Cannon Pink #904175
Tints of Cannon Pink #904175
RGB
CMYK
RGB Variations
Color information
#904175 (or 0x904175) is known color: Cannon Pink. HEX triplet: 90, 41 and 75. RGB value is (144,65,117). Sum of RGB (Red+Green+Blue) = 144+65+117=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #904175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904175 is #6FBE8A. Grayscale: #5E5E5E. Windows color (decimal): -7323275 or 7684496. OLE color: 7684496.
HSL color Cylindrical-coordinate representation of color #904175: hue angle of 320.51º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904175 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 65 | 117 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.44 |
| HSL | 320.51º | 0.38% | 0.41% | - |
| HSV(B) | 320.51º | 0.55% | 0.56% | - |
| XYZ | 16.6 | 10.99 | 18.08 | - |
| YUV | 94.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 65 | 117 | 0 | 0.55 | 0.19 | 0.44 | 320.51 | 0.38 | 0.41 |
| Hex | 90 | 41 | 75 | 0 | 37 | 13 | 2C | 141 | 26 | 29 |
| Octal | 220 | 101 | 165 | 0 | 67 | 23 | 54 | 501 | 46 | 51 |
| Binary | 10010000 | 1000001 | 1110101 | 0 | 110111 | 10011 | 101100 | 101000001 | 100110 | 101001 |
Color Harmonies of #904175
Complementary color
Monochromatic Colors of #904175
Black with #904175
Text Example
Text Example
White with #904175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904175; }
p { color: rgb(144,65,117); }
H1.HeaderClassName
{
color: #904175;
}
.AnyTagClassName
{
color: #904175;
}
</style>
background-color css
<style>
a { background-color: #904175; }
a { background-color: rgb(144,65,117); }
div.DivClassName
{
background-color: #904175;
}
.BgClassName
{
background-color: #904175;
}
</style>
border-color css
<style>
span { border-color: #904175; }
span { border-color: rgb(144,65,117); }
td.TdClassName
{
border-color: #904175;
}
.TagClassName
{
border-color: #904175;
}
</style>