Shades of Cannon Pink #944E6C
Tints of Cannon Pink #944E6C
RGB
CMYK
RGB Variations
Color information
#944E6C (or 0x944E6C) is known color: Cannon Pink. HEX triplet: 94, 4E and 6C. RGB value is (148,78,108). Sum of RGB (Red+Green+Blue) = 148+78+108=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #944E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E6C is #6BB193. Grayscale: #666666. Windows color (decimal): -7057812 or 7098004. OLE color: 7098004.
HSL color Cylindrical-coordinate representation of color #944E6C: hue angle of 334.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944E6C is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 108 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.42 |
| HSL | 334.29º | 0.31% | 0.44% | - |
| HSV(B) | 334.29º | 0.47% | 0.58% | - |
| XYZ | 17.64 | 12.83 | 15.73 | - |
| YUV | 102.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 108 | 0 | 0.47 | 0.27 | 0.42 | 334.29 | 0.31 | 0.44 |
| Hex | 94 | 4E | 6C | 0 | 2F | 1B | 2A | 14E | 1F | 2C |
| Octal | 224 | 116 | 154 | 0 | 57 | 33 | 52 | 516 | 37 | 54 |
| Binary | 10010100 | 1001110 | 1101100 | 0 | 101111 | 11011 | 101010 | 101001110 | 11111 | 101100 |
Color Harmonies of #944E6C
Complementary color
Monochromatic Colors of #944E6C
Black with #944E6C
Text Example
Text Example
White with #944E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E6C; }
p { color: rgb(148,78,108); }
H1.HeaderClassName
{
color: #944E6C;
}
.AnyTagClassName
{
color: #944E6C;
}
</style>
background-color css
<style>
a { background-color: #944E6C; }
a { background-color: rgb(148,78,108); }
div.DivClassName
{
background-color: #944E6C;
}
.BgClassName
{
background-color: #944E6C;
}
</style>
border-color css
<style>
span { border-color: #944E6C; }
span { border-color: rgb(148,78,108); }
td.TdClassName
{
border-color: #944E6C;
}
.TagClassName
{
border-color: #944E6C;
}
</style>