Shades of Cannon Pink #944C68
Tints of Cannon Pink #944C68
RGB
CMYK
RGB Variations
Color information
#944C68 (or 0x944C68) is known color: Cannon Pink. HEX triplet: 94, 4C and 68. RGB value is (148,76,104). Sum of RGB (Red+Green+Blue) = 148+76+104=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #944C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C68 is #6BB397. Grayscale: #646464. Windows color (decimal): -7058328 or 6835348. OLE color: 6835348.
HSL color Cylindrical-coordinate representation of color #944C68: hue angle of 336.67º 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 #944C68 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 104 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.42 |
| HSL | 336.67º | 0.32% | 0.44% | - |
| HSV(B) | 336.67º | 0.49% | 0.58% | - |
| XYZ | 17.3 | 12.46 | 14.59 | - |
| YUV | 100.72 | 129.85 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 104 | 0 | 0.49 | 0.30 | 0.42 | 336.67 | 0.32 | 0.44 |
| Hex | 94 | 4C | 68 | 0 | 31 | 1E | 2A | 151 | 20 | 2C |
| Octal | 224 | 114 | 150 | 0 | 61 | 36 | 52 | 521 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1101000 | 0 | 110001 | 11110 | 101010 | 101010001 | 100000 | 101100 |
Color Harmonies of #944C68
Complementary color
Monochromatic Colors of #944C68
Black with #944C68
Text Example
Text Example
White with #944C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C68; }
p { color: rgb(148,76,104); }
H1.HeaderClassName
{
color: #944C68;
}
.AnyTagClassName
{
color: #944C68;
}
</style>
background-color css
<style>
a { background-color: #944C68; }
a { background-color: rgb(148,76,104); }
div.DivClassName
{
background-color: #944C68;
}
.BgClassName
{
background-color: #944C68;
}
</style>
border-color css
<style>
span { border-color: #944C68; }
span { border-color: rgb(148,76,104); }
td.TdClassName
{
border-color: #944C68;
}
.TagClassName
{
border-color: #944C68;
}
</style>