Shades of Cannon Pink #904A74
Tints of Cannon Pink #904A74
RGB
CMYK
RGB Variations
Color information
#904A74 (or 0x904A74) is known color: Cannon Pink. HEX triplet: 90, 4A and 74. RGB value is (144,74,116). Sum of RGB (Red+Green+Blue) = 144+74+116=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #904A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A74 is #6FB58B. Grayscale: #636363. Windows color (decimal): -7320972 or 7621264. OLE color: 7621264.
HSL color Cylindrical-coordinate representation of color #904A74: hue angle of 324º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #904A74 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 74 | 116 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.44 |
| HSL | 324º | 0.32% | 0.43% | - |
| HSV(B) | 324º | 0.49% | 0.56% | - |
| XYZ | 17.1 | 12.09 | 17.95 | - |
| YUV | 99.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 116 | 0 | 0.49 | 0.19 | 0.44 | 324 | 0.32 | 0.43 |
| Hex | 90 | 4A | 74 | 0 | 31 | 13 | 2C | 144 | 20 | 2B |
| Octal | 220 | 112 | 164 | 0 | 61 | 23 | 54 | 504 | 40 | 53 |
| Binary | 10010000 | 1001010 | 1110100 | 0 | 110001 | 10011 | 101100 | 101000100 | 100000 | 101011 |
Color Harmonies of #904A74
Complementary color
Monochromatic Colors of #904A74
Black with #904A74
Text Example
Text Example
White with #904A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904A74; }
p { color: rgb(144,74,116); }
H1.HeaderClassName
{
color: #904A74;
}
.AnyTagClassName
{
color: #904A74;
}
</style>
background-color css
<style>
a { background-color: #904A74; }
a { background-color: rgb(144,74,116); }
div.DivClassName
{
background-color: #904A74;
}
.BgClassName
{
background-color: #904A74;
}
</style>
border-color css
<style>
span { border-color: #904A74; }
span { border-color: rgb(144,74,116); }
td.TdClassName
{
border-color: #904A74;
}
.TagClassName
{
border-color: #904A74;
}
</style>