Shades of Cannon Pink #964A74
Tints of Cannon Pink #964A74
RGB
CMYK
RGB Variations
Color information
#964A74 (or 0x964A74) is known color: Cannon Pink. HEX triplet: 96, 4A and 74. RGB value is (150,74,116). Sum of RGB (Red+Green+Blue) = 150+74+116=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #964A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A74 is #69B58B. Grayscale: #656565. Windows color (decimal): -6927756 or 7621270. OLE color: 7621270.
HSL color Cylindrical-coordinate representation of color #964A74: hue angle of 326.84º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A74 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 116 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.41 |
| HSL | 326.84º | 0.34% | 0.44% | - |
| HSV(B) | 326.84º | 0.51% | 0.59% | - |
| XYZ | 18.18 | 12.64 | 18.01 | - |
| YUV | 101.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 116 | 0 | 0.51 | 0.23 | 0.41 | 326.84 | 0.34 | 0.44 |
| Hex | 96 | 4A | 74 | 0 | 33 | 17 | 29 | 147 | 22 | 2C |
| Octal | 226 | 112 | 164 | 0 | 63 | 27 | 51 | 507 | 42 | 54 |
| Binary | 10010110 | 1001010 | 1110100 | 0 | 110011 | 10111 | 101001 | 101000111 | 100010 | 101100 |
Color Harmonies of #964A74
Complementary color
Monochromatic Colors of #964A74
Black with #964A74
Text Example
Text Example
White with #964A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A74; }
p { color: rgb(150,74,116); }
H1.HeaderClassName
{
color: #964A74;
}
.AnyTagClassName
{
color: #964A74;
}
</style>
background-color css
<style>
a { background-color: #964A74; }
a { background-color: rgb(150,74,116); }
div.DivClassName
{
background-color: #964A74;
}
.BgClassName
{
background-color: #964A74;
}
</style>
border-color css
<style>
span { border-color: #964A74; }
span { border-color: rgb(150,74,116); }
td.TdClassName
{
border-color: #964A74;
}
.TagClassName
{
border-color: #964A74;
}
</style>