Shades of Cannon Pink #994C76
Tints of Cannon Pink #994C76
RGB
CMYK
RGB Variations
Color information
#994C76 (or 0x994C76) is known color: Cannon Pink. HEX triplet: 99, 4C and 76. RGB value is (153,76,118). Sum of RGB (Red+Green+Blue) = 153+76+118=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #994C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994C76 is #66B389. Grayscale: #676767. Windows color (decimal): -6730634 or 7752857. OLE color: 7752857.
HSL color Cylindrical-coordinate representation of color #994C76: hue angle of 327.27º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994C76 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 118 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.4 |
| HSL | 327.27º | 0.34% | 0.45% | - |
| HSV(B) | 327.27º | 0.5% | 0.6% | - |
| XYZ | 18.99 | 13.25 | 18.7 | - |
| YUV | 103.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 118 | 0 | 0.50 | 0.23 | 0.4 | 327.27 | 0.34 | 0.45 |
| Hex | 99 | 4C | 76 | 0 | 32 | 17 | 28 | 147 | 22 | 2D |
| Octal | 231 | 114 | 166 | 0 | 62 | 27 | 50 | 507 | 42 | 55 |
| Binary | 10011001 | 1001100 | 1110110 | 0 | 110010 | 10111 | 101000 | 101000111 | 100010 | 101101 |
Color Harmonies of #994C76
Complementary color
Monochromatic Colors of #994C76
Black with #994C76
Text Example
Text Example
White with #994C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C76; }
p { color: rgb(153,76,118); }
H1.HeaderClassName
{
color: #994C76;
}
.AnyTagClassName
{
color: #994C76;
}
</style>
background-color css
<style>
a { background-color: #994C76; }
a { background-color: rgb(153,76,118); }
div.DivClassName
{
background-color: #994C76;
}
.BgClassName
{
background-color: #994C76;
}
</style>
border-color css
<style>
span { border-color: #994C76; }
span { border-color: rgb(153,76,118); }
td.TdClassName
{
border-color: #994C76;
}
.TagClassName
{
border-color: #994C76;
}
</style>