Shades of Cannon Pink #944774
Tints of Cannon Pink #944774
RGB
CMYK
RGB Variations
Color information
#944774 (or 0x944774) is known color: Cannon Pink. HEX triplet: 94, 47 and 74. RGB value is (148,71,116). Sum of RGB (Red+Green+Blue) = 148+71+116=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #944774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944774 is #6BB88B. Grayscale: #636363. Windows color (decimal): -7059596 or 7620500. OLE color: 7620500.
HSL color Cylindrical-coordinate representation of color #944774: hue angle of 324.94º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944774 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 71 | 116 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.42 |
| HSL | 324.94º | 0.35% | 0.43% | - |
| HSV(B) | 324.94º | 0.52% | 0.58% | - |
| XYZ | 17.62 | 12.06 | 17.92 | - |
| YUV | 99.15 | 137.51 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 116 | 0 | 0.52 | 0.22 | 0.42 | 324.94 | 0.35 | 0.43 |
| Hex | 94 | 47 | 74 | 0 | 34 | 16 | 2A | 145 | 23 | 2B |
| Octal | 224 | 107 | 164 | 0 | 64 | 26 | 52 | 505 | 43 | 53 |
| Binary | 10010100 | 1000111 | 1110100 | 0 | 110100 | 10110 | 101010 | 101000101 | 100011 | 101011 |
Color Harmonies of #944774
Complementary color
Monochromatic Colors of #944774
Black with #944774
Text Example
Text Example
White with #944774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944774; }
p { color: rgb(148,71,116); }
H1.HeaderClassName
{
color: #944774;
}
.AnyTagClassName
{
color: #944774;
}
</style>
background-color css
<style>
a { background-color: #944774; }
a { background-color: rgb(148,71,116); }
div.DivClassName
{
background-color: #944774;
}
.BgClassName
{
background-color: #944774;
}
</style>
border-color css
<style>
span { border-color: #944774; }
span { border-color: rgb(148,71,116); }
td.TdClassName
{
border-color: #944774;
}
.TagClassName
{
border-color: #944774;
}
</style>