Shades of Cannon Pink #944C76
Tints of Cannon Pink #944C76
RGB
CMYK
RGB Variations
Color information
#944C76 (or 0x944C76) is known color: Cannon Pink. HEX triplet: 94, 4C and 76. RGB value is (148,76,118). Sum of RGB (Red+Green+Blue) = 148+76+118=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #944C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C76 is #6BB389. Grayscale: #666666. Windows color (decimal): -7058314 or 7752852. OLE color: 7752852.
HSL color Cylindrical-coordinate representation of color #944C76: hue angle of 325º 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 #944C76 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 118 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.42 |
| HSL | 325º | 0.32% | 0.44% | - |
| HSV(B) | 325º | 0.49% | 0.58% | - |
| XYZ | 18.07 | 12.77 | 18.65 | - |
| YUV | 102.32 | 136.85 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 118 | 0 | 0.49 | 0.20 | 0.42 | 325 | 0.32 | 0.44 |
| Hex | 94 | 4C | 76 | 0 | 31 | 14 | 2A | 145 | 20 | 2C |
| Octal | 224 | 114 | 166 | 0 | 61 | 24 | 52 | 505 | 40 | 54 |
| Binary | 10010100 | 1001100 | 1110110 | 0 | 110001 | 10100 | 101010 | 101000101 | 100000 | 101100 |
Color Harmonies of #944C76
Complementary color
Monochromatic Colors of #944C76
Black with #944C76
Text Example
Text Example
White with #944C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C76; }
p { color: rgb(148,76,118); }
H1.HeaderClassName
{
color: #944C76;
}
.AnyTagClassName
{
color: #944C76;
}
</style>
background-color css
<style>
a { background-color: #944C76; }
a { background-color: rgb(148,76,118); }
div.DivClassName
{
background-color: #944C76;
}
.BgClassName
{
background-color: #944C76;
}
</style>
border-color css
<style>
span { border-color: #944C76; }
span { border-color: rgb(148,76,118); }
td.TdClassName
{
border-color: #944C76;
}
.TagClassName
{
border-color: #944C76;
}
</style>