Shades of Cannon Pink #964F74
Tints of Cannon Pink #964F74
RGB
CMYK
RGB Variations
Color information
#964F74 (or 0x964F74) is known color: Cannon Pink. HEX triplet: 96, 4F and 74. RGB value is (150,79,116). Sum of RGB (Red+Green+Blue) = 150+79+116=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #964F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F74 is #69B08B. Grayscale: #686868. Windows color (decimal): -6926476 or 7622550. OLE color: 7622550.
HSL color Cylindrical-coordinate representation of color #964F74: hue angle of 328.73º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F74 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 79 | 116 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.41 |
| HSL | 328.73º | 0.31% | 0.45% | - |
| HSV(B) | 328.73º | 0.47% | 0.59% | - |
| XYZ | 18.53 | 13.34 | 18.12 | - |
| YUV | 104.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 116 | 0 | 0.47 | 0.23 | 0.41 | 328.73 | 0.31 | 0.45 |
| Hex | 96 | 4F | 74 | 0 | 2F | 17 | 29 | 149 | 1F | 2D |
| Octal | 226 | 117 | 164 | 0 | 57 | 27 | 51 | 511 | 37 | 55 |
| Binary | 10010110 | 1001111 | 1110100 | 0 | 101111 | 10111 | 101001 | 101001001 | 11111 | 101101 |
Color Harmonies of #964F74
Complementary color
Monochromatic Colors of #964F74
Black with #964F74
Text Example
Text Example
White with #964F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964F74; }
p { color: rgb(150,79,116); }
H1.HeaderClassName
{
color: #964F74;
}
.AnyTagClassName
{
color: #964F74;
}
</style>
background-color css
<style>
a { background-color: #964F74; }
a { background-color: rgb(150,79,116); }
div.DivClassName
{
background-color: #964F74;
}
.BgClassName
{
background-color: #964F74;
}
</style>
border-color css
<style>
span { border-color: #964F74; }
span { border-color: rgb(150,79,116); }
td.TdClassName
{
border-color: #964F74;
}
.TagClassName
{
border-color: #964F74;
}
</style>