Shades of Cannon Pink #964D71
Tints of Cannon Pink #964D71
RGB
CMYK
RGB Variations
Color information
#964D71 (or 0x964D71) is known color: Cannon Pink. HEX triplet: 96, 4D and 71. RGB value is (150,77,113). Sum of RGB (Red+Green+Blue) = 150+77+113=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D71 is #69B28E. Grayscale: #666666. Windows color (decimal): -6926991 or 7425430. OLE color: 7425430.
HSL color Cylindrical-coordinate representation of color #964D71: hue angle of 330.41º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D71 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 113 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.41 |
| HSL | 330.41º | 0.32% | 0.45% | - |
| HSV(B) | 330.41º | 0.49% | 0.59% | - |
| XYZ | 18.21 | 12.98 | 17.17 | - |
| YUV | 102.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 113 | 0 | 0.49 | 0.25 | 0.41 | 330.41 | 0.32 | 0.45 |
| Hex | 96 | 4D | 71 | 0 | 31 | 19 | 29 | 14A | 20 | 2D |
| Octal | 226 | 115 | 161 | 0 | 61 | 31 | 51 | 512 | 40 | 55 |
| Binary | 10010110 | 1001101 | 1110001 | 0 | 110001 | 11001 | 101001 | 101001010 | 100000 | 101101 |
Color Harmonies of #964D71
Complementary color
Monochromatic Colors of #964D71
Black with #964D71
Text Example
Text Example
White with #964D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D71; }
p { color: rgb(150,77,113); }
H1.HeaderClassName
{
color: #964D71;
}
.AnyTagClassName
{
color: #964D71;
}
</style>
background-color css
<style>
a { background-color: #964D71; }
a { background-color: rgb(150,77,113); }
div.DivClassName
{
background-color: #964D71;
}
.BgClassName
{
background-color: #964D71;
}
</style>
border-color css
<style>
span { border-color: #964D71; }
span { border-color: rgb(150,77,113); }
td.TdClassName
{
border-color: #964D71;
}
.TagClassName
{
border-color: #964D71;
}
</style>