Shades of Cannon Pink #944C72
Tints of Cannon Pink #944C72
RGB
CMYK
RGB Variations
Color information
#944C72 (or 0x944C72) is known color: Cannon Pink. HEX triplet: 94, 4C and 72. RGB value is (148,76,114). Sum of RGB (Red+Green+Blue) = 148+76+114=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #944C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C72 is #6BB38D. Grayscale: #656565. Windows color (decimal): -7058318 or 7490708. OLE color: 7490708.
HSL color Cylindrical-coordinate representation of color #944C72: hue angle of 328.33º 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 #944C72 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 114 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.42 |
| HSL | 328.33º | 0.32% | 0.44% | - |
| HSV(B) | 328.33º | 0.49% | 0.58% | - |
| XYZ | 17.83 | 12.68 | 17.43 | - |
| YUV | 101.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 114 | 0 | 0.49 | 0.23 | 0.42 | 328.33 | 0.32 | 0.44 |
| Hex | 94 | 4C | 72 | 0 | 31 | 17 | 2A | 148 | 20 | 2C |
| Octal | 224 | 114 | 162 | 0 | 61 | 27 | 52 | 510 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1110010 | 0 | 110001 | 10111 | 101010 | 101001000 | 100000 | 101100 |
Color Harmonies of #944C72
Complementary color
Monochromatic Colors of #944C72
Black with #944C72
Text Example
Text Example
White with #944C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C72; }
p { color: rgb(148,76,114); }
H1.HeaderClassName
{
color: #944C72;
}
.AnyTagClassName
{
color: #944C72;
}
</style>
background-color css
<style>
a { background-color: #944C72; }
a { background-color: rgb(148,76,114); }
div.DivClassName
{
background-color: #944C72;
}
.BgClassName
{
background-color: #944C72;
}
</style>
border-color css
<style>
span { border-color: #944C72; }
span { border-color: rgb(148,76,114); }
td.TdClassName
{
border-color: #944C72;
}
.TagClassName
{
border-color: #944C72;
}
</style>