Shades of Cannon Pink #964B71
Tints of Cannon Pink #964B71
RGB
CMYK
RGB Variations
Color information
#964B71 (or 0x964B71) is known color: Cannon Pink. HEX triplet: 96, 4B and 71. RGB value is (150,75,113). Sum of RGB (Red+Green+Blue) = 150+75+113=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #964B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B71 is #69B48E. Grayscale: #656565. Windows color (decimal): -6927503 or 7424918. OLE color: 7424918.
HSL color Cylindrical-coordinate representation of color #964B71: hue angle of 329.6º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B71 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 113 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.41 |
| HSL | 329.6º | 0.33% | 0.44% | - |
| HSV(B) | 329.6º | 0.5% | 0.59% | - |
| XYZ | 18.07 | 12.71 | 17.12 | - |
| YUV | 101.76 | 134.35 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 113 | 0 | 0.5 | 0.25 | 0.41 | 329.6 | 0.33 | 0.44 |
| Hex | 96 | 4B | 71 | 0 | 32 | 19 | 29 | 14A | 21 | 2C |
| Octal | 226 | 113 | 161 | 0 | 62 | 31 | 51 | 512 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1110001 | 0 | 110010 | 11001 | 101001 | 101001010 | 100001 | 101100 |
Color Harmonies of #964B71
Complementary color
Monochromatic Colors of #964B71
Black with #964B71
Text Example
Text Example
White with #964B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B71; }
p { color: rgb(150,75,113); }
H1.HeaderClassName
{
color: #964B71;
}
.AnyTagClassName
{
color: #964B71;
}
</style>
background-color css
<style>
a { background-color: #964B71; }
a { background-color: rgb(150,75,113); }
div.DivClassName
{
background-color: #964B71;
}
.BgClassName
{
background-color: #964B71;
}
</style>
border-color css
<style>
span { border-color: #964B71; }
span { border-color: rgb(150,75,113); }
td.TdClassName
{
border-color: #964B71;
}
.TagClassName
{
border-color: #964B71;
}
</style>