Shades of Cannon Pink #964B72
Tints of Cannon Pink #964B72
RGB
CMYK
RGB Variations
Color information
#964B72 (or 0x964B72) is known color: Cannon Pink. HEX triplet: 96, 4B and 72. RGB value is (150,75,114). Sum of RGB (Red+Green+Blue) = 150+75+114=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B72 is #69B48D. Grayscale: #656565. Windows color (decimal): -6927502 or 7490454. OLE color: 7490454.
HSL color Cylindrical-coordinate representation of color #964B72: hue angle of 328.8º 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 #964B72 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 114 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.41 |
| HSL | 328.8º | 0.33% | 0.44% | - |
| HSV(B) | 328.8º | 0.5% | 0.59% | - |
| XYZ | 18.13 | 12.73 | 17.42 | - |
| YUV | 101.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 114 | 0 | 0.5 | 0.24 | 0.41 | 328.8 | 0.33 | 0.44 |
| Hex | 96 | 4B | 72 | 0 | 32 | 18 | 29 | 149 | 21 | 2C |
| Octal | 226 | 113 | 162 | 0 | 62 | 30 | 51 | 511 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1110010 | 0 | 110010 | 11000 | 101001 | 101001001 | 100001 | 101100 |
Color Harmonies of #964B72
Complementary color
Monochromatic Colors of #964B72
Black with #964B72
Text Example
Text Example
White with #964B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B72; }
p { color: rgb(150,75,114); }
H1.HeaderClassName
{
color: #964B72;
}
.AnyTagClassName
{
color: #964B72;
}
</style>
background-color css
<style>
a { background-color: #964B72; }
a { background-color: rgb(150,75,114); }
div.DivClassName
{
background-color: #964B72;
}
.BgClassName
{
background-color: #964B72;
}
</style>
border-color css
<style>
span { border-color: #964B72; }
span { border-color: rgb(150,75,114); }
td.TdClassName
{
border-color: #964B72;
}
.TagClassName
{
border-color: #964B72;
}
</style>