Shades of Cannon Pink #994F76
Tints of Cannon Pink #994F76
RGB
CMYK
RGB Variations
Color information
#994F76 (or 0x994F76) is known color: Cannon Pink. HEX triplet: 99, 4F and 76. RGB value is (153,79,118). Sum of RGB (Red+Green+Blue) = 153+79+118=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #994F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F76 is #66B089. Grayscale: #696969. Windows color (decimal): -6729866 or 7753625. OLE color: 7753625.
HSL color Cylindrical-coordinate representation of color #994F76: hue angle of 328.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #994F76 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 79 | 118 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.4 |
| HSL | 328.38º | 0.32% | 0.45% | - |
| HSV(B) | 328.38º | 0.48% | 0.6% | - |
| XYZ | 19.2 | 13.67 | 18.77 | - |
| YUV | 105.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 118 | 0 | 0.48 | 0.23 | 0.4 | 328.38 | 0.32 | 0.45 |
| Hex | 99 | 4F | 76 | 0 | 30 | 17 | 28 | 148 | 20 | 2D |
| Octal | 231 | 117 | 166 | 0 | 60 | 27 | 50 | 510 | 40 | 55 |
| Binary | 10011001 | 1001111 | 1110110 | 0 | 110000 | 10111 | 101000 | 101001000 | 100000 | 101101 |
Color Harmonies of #994F76
Complementary color
Monochromatic Colors of #994F76
Black with #994F76
Text Example
Text Example
White with #994F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994F76; }
p { color: rgb(153,79,118); }
H1.HeaderClassName
{
color: #994F76;
}
.AnyTagClassName
{
color: #994F76;
}
</style>
background-color css
<style>
a { background-color: #994F76; }
a { background-color: rgb(153,79,118); }
div.DivClassName
{
background-color: #994F76;
}
.BgClassName
{
background-color: #994F76;
}
</style>
border-color css
<style>
span { border-color: #994F76; }
span { border-color: rgb(153,79,118); }
td.TdClassName
{
border-color: #994F76;
}
.TagClassName
{
border-color: #994F76;
}
</style>