Shades of Cannon Pink #944D66
Tints of Cannon Pink #944D66
RGB
CMYK
RGB Variations
Color information
#944D66 (or 0x944D66) is known color: Cannon Pink. HEX triplet: 94, 4D and 66. RGB value is (148,77,102). Sum of RGB (Red+Green+Blue) = 148+77+102=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #944D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D66 is #6BB299. Grayscale: #656565. Windows color (decimal): -7058074 or 6704532. OLE color: 6704532.
HSL color Cylindrical-coordinate representation of color #944D66: hue angle of 338.87º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #944D66 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 102 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.42 |
| HSL | 338.87º | 0.32% | 0.44% | - |
| HSV(B) | 338.87º | 0.48% | 0.58% | - |
| XYZ | 17.26 | 12.56 | 14.09 | - |
| YUV | 101.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 102 | 0 | 0.48 | 0.31 | 0.42 | 338.87 | 0.32 | 0.44 |
| Hex | 94 | 4D | 66 | 0 | 30 | 1F | 2A | 153 | 20 | 2C |
| Octal | 224 | 115 | 146 | 0 | 60 | 37 | 52 | 523 | 40 | 54 |
| Binary | 10010100 | 1001101 | 1100110 | 0 | 110000 | 11111 | 101010 | 101010011 | 100000 | 101100 |
Color Harmonies of #944D66
Complementary color
Monochromatic Colors of #944D66
Black with #944D66
Text Example
Text Example
White with #944D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D66; }
p { color: rgb(148,77,102); }
H1.HeaderClassName
{
color: #944D66;
}
.AnyTagClassName
{
color: #944D66;
}
</style>
background-color css
<style>
a { background-color: #944D66; }
a { background-color: rgb(148,77,102); }
div.DivClassName
{
background-color: #944D66;
}
.BgClassName
{
background-color: #944D66;
}
</style>
border-color css
<style>
span { border-color: #944D66; }
span { border-color: rgb(148,77,102); }
td.TdClassName
{
border-color: #944D66;
}
.TagClassName
{
border-color: #944D66;
}
</style>