Shades of Cannon Pink #944F73
Tints of Cannon Pink #944F73
RGB
CMYK
RGB Variations
Color information
#944F73 (or 0x944F73) is known color: Cannon Pink. HEX triplet: 94, 4F and 73. RGB value is (148,79,115). Sum of RGB (Red+Green+Blue) = 148+79+115=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 115 (45.31% from 255 or 33.63% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #944F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F73 is #6BB08C. Grayscale: #676767. Windows color (decimal): -7057549 or 7557012. OLE color: 7557012.
HSL color Cylindrical-coordinate representation of color #944F73: hue angle of 328.7º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F73 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 115 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.42 |
| HSL | 328.7º | 0.3% | 0.45% | - |
| HSV(B) | 328.7º | 0.47% | 0.58% | - |
| XYZ | 18.1 | 13.13 | 17.8 | - |
| YUV | 103.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 115 | 0 | 0.47 | 0.22 | 0.42 | 328.7 | 0.3 | 0.45 |
| Hex | 94 | 4F | 73 | 0 | 2F | 16 | 2A | 149 | 1E | 2D |
| Octal | 224 | 117 | 163 | 0 | 57 | 26 | 52 | 511 | 36 | 55 |
| Binary | 10010100 | 1001111 | 1110011 | 0 | 101111 | 10110 | 101010 | 101001001 | 11110 | 101101 |
Color Harmonies of #944F73
Complementary color
Monochromatic Colors of #944F73
Black with #944F73
Text Example
Text Example
White with #944F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F73; }
p { color: rgb(148,79,115); }
H1.HeaderClassName
{
color: #944F73;
}
.AnyTagClassName
{
color: #944F73;
}
</style>
background-color css
<style>
a { background-color: #944F73; }
a { background-color: rgb(148,79,115); }
div.DivClassName
{
background-color: #944F73;
}
.BgClassName
{
background-color: #944F73;
}
</style>
border-color css
<style>
span { border-color: #944F73; }
span { border-color: rgb(148,79,115); }
td.TdClassName
{
border-color: #944F73;
}
.TagClassName
{
border-color: #944F73;
}
</style>