Shades of Cannon Pink #964D6C
Tints of Cannon Pink #964D6C
RGB
CMYK
RGB Variations
Color information
#964D6C (or 0x964D6C) is known color: Cannon Pink. HEX triplet: 96, 4D and 6C. RGB value is (150,77,108). Sum of RGB (Red+Green+Blue) = 150+77+108=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D6C is #69B293. Grayscale: #666666. Windows color (decimal): -6926996 or 7097750. OLE color: 7097750.
HSL color Cylindrical-coordinate representation of color #964D6C: hue angle of 334.52º 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 #964D6C is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 108 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.41 |
| HSL | 334.52º | 0.32% | 0.45% | - |
| HSV(B) | 334.52º | 0.49% | 0.59% | - |
| XYZ | 17.94 | 12.87 | 15.73 | - |
| YUV | 102.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 108 | 0 | 0.49 | 0.28 | 0.41 | 334.52 | 0.32 | 0.45 |
| Hex | 96 | 4D | 6C | 0 | 31 | 1C | 29 | 14F | 20 | 2D |
| Octal | 226 | 115 | 154 | 0 | 61 | 34 | 51 | 517 | 40 | 55 |
| Binary | 10010110 | 1001101 | 1101100 | 0 | 110001 | 11100 | 101001 | 101001111 | 100000 | 101101 |
Color Harmonies of #964D6C
Complementary color
Monochromatic Colors of #964D6C
Black with #964D6C
Text Example
Text Example
White with #964D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D6C; }
p { color: rgb(150,77,108); }
H1.HeaderClassName
{
color: #964D6C;
}
.AnyTagClassName
{
color: #964D6C;
}
</style>
background-color css
<style>
a { background-color: #964D6C; }
a { background-color: rgb(150,77,108); }
div.DivClassName
{
background-color: #964D6C;
}
.BgClassName
{
background-color: #964D6C;
}
</style>
border-color css
<style>
span { border-color: #964D6C; }
span { border-color: rgb(150,77,108); }
td.TdClassName
{
border-color: #964D6C;
}
.TagClassName
{
border-color: #964D6C;
}
</style>