Shades of Cannon Pink #944F6B
Tints of Cannon Pink #944F6B
RGB
CMYK
RGB Variations
Color information
#944F6B (or 0x944F6B) is known color: Cannon Pink. HEX triplet: 94, 4F and 6B. RGB value is (148,79,107). Sum of RGB (Red+Green+Blue) = 148+79+107=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #944F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F6B is #6BB094. Grayscale: #666666. Windows color (decimal): -7057557 or 7032724. OLE color: 7032724.
HSL color Cylindrical-coordinate representation of color #944F6B: hue angle of 335.65º 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 #944F6B is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 107 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.42 |
| HSL | 335.65º | 0.3% | 0.45% | - |
| HSV(B) | 335.65º | 0.47% | 0.58% | - |
| XYZ | 17.66 | 12.95 | 15.48 | - |
| YUV | 102.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 107 | 0 | 0.47 | 0.28 | 0.42 | 335.65 | 0.3 | 0.45 |
| Hex | 94 | 4F | 6B | 0 | 2F | 1C | 2A | 150 | 1E | 2D |
| Octal | 224 | 117 | 153 | 0 | 57 | 34 | 52 | 520 | 36 | 55 |
| Binary | 10010100 | 1001111 | 1101011 | 0 | 101111 | 11100 | 101010 | 101010000 | 11110 | 101101 |
Color Harmonies of #944F6B
Complementary color
Monochromatic Colors of #944F6B
Black with #944F6B
Text Example
Text Example
White with #944F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F6B; }
p { color: rgb(148,79,107); }
H1.HeaderClassName
{
color: #944F6B;
}
.AnyTagClassName
{
color: #944F6B;
}
</style>
background-color css
<style>
a { background-color: #944F6B; }
a { background-color: rgb(148,79,107); }
div.DivClassName
{
background-color: #944F6B;
}
.BgClassName
{
background-color: #944F6B;
}
</style>
border-color css
<style>
span { border-color: #944F6B; }
span { border-color: rgb(148,79,107); }
td.TdClassName
{
border-color: #944F6B;
}
.TagClassName
{
border-color: #944F6B;
}
</style>