Shades of Cannon Pink #944C73
Tints of Cannon Pink #944C73
RGB
CMYK
RGB Variations
Color information
#944C73 (or 0x944C73) is known color: Cannon Pink. HEX triplet: 94, 4C and 73. RGB value is (148,76,115). Sum of RGB (Red+Green+Blue) = 148+76+115=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 148 - color contains mainly: red. Hex color #944C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C73 is #6BB38C. Grayscale: #656565. Windows color (decimal): -7058317 or 7556244. OLE color: 7556244.
HSL color Cylindrical-coordinate representation of color #944C73: hue angle of 327.5º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944C73 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 115 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.42 |
| HSL | 327.5º | 0.32% | 0.44% | - |
| HSV(B) | 327.5º | 0.49% | 0.58% | - |
| XYZ | 17.89 | 12.7 | 17.73 | - |
| YUV | 101.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 115 | 0 | 0.49 | 0.22 | 0.42 | 327.5 | 0.32 | 0.44 |
| Hex | 94 | 4C | 73 | 0 | 31 | 16 | 2A | 148 | 20 | 2C |
| Octal | 224 | 114 | 163 | 0 | 61 | 26 | 52 | 510 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1110011 | 0 | 110001 | 10110 | 101010 | 101001000 | 100000 | 101100 |
Color Harmonies of #944C73
Complementary color
Monochromatic Colors of #944C73
Black with #944C73
Text Example
Text Example
White with #944C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C73; }
p { color: rgb(148,76,115); }
H1.HeaderClassName
{
color: #944C73;
}
.AnyTagClassName
{
color: #944C73;
}
</style>
background-color css
<style>
a { background-color: #944C73; }
a { background-color: rgb(148,76,115); }
div.DivClassName
{
background-color: #944C73;
}
.BgClassName
{
background-color: #944C73;
}
</style>
border-color css
<style>
span { border-color: #944C73; }
span { border-color: rgb(148,76,115); }
td.TdClassName
{
border-color: #944C73;
}
.TagClassName
{
border-color: #944C73;
}
</style>