Shades of Cannon Pink #964977
Tints of Cannon Pink #964977
RGB
CMYK
RGB Variations
Color information
#964977 (or 0x964977) is known color: Cannon Pink. HEX triplet: 96, 49 and 77. RGB value is (150,73,119). Sum of RGB (Red+Green+Blue) = 150+73+119=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #964977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964977 is #69B688. Grayscale: #656565. Windows color (decimal): -6928009 or 7817622. OLE color: 7817622.
HSL color Cylindrical-coordinate representation of color #964977: hue angle of 324.16º degrees, saturation: 0.35, 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 #964977 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 119 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.41 |
| HSL | 324.16º | 0.35% | 0.44% | - |
| HSV(B) | 324.16º | 0.51% | 0.59% | - |
| XYZ | 18.29 | 12.58 | 18.92 | - |
| YUV | 101.27 | 138.01 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 119 | 0 | 0.51 | 0.21 | 0.41 | 324.16 | 0.35 | 0.44 |
| Hex | 96 | 49 | 77 | 0 | 33 | 15 | 29 | 144 | 23 | 2C |
| Octal | 226 | 111 | 167 | 0 | 63 | 25 | 51 | 504 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1110111 | 0 | 110011 | 10101 | 101001 | 101000100 | 100011 | 101100 |
Color Harmonies of #964977
Complementary color
Monochromatic Colors of #964977
Black with #964977
Text Example
Text Example
White with #964977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964977; }
p { color: rgb(150,73,119); }
H1.HeaderClassName
{
color: #964977;
}
.AnyTagClassName
{
color: #964977;
}
</style>
background-color css
<style>
a { background-color: #964977; }
a { background-color: rgb(150,73,119); }
div.DivClassName
{
background-color: #964977;
}
.BgClassName
{
background-color: #964977;
}
</style>
border-color css
<style>
span { border-color: #964977; }
span { border-color: rgb(150,73,119); }
td.TdClassName
{
border-color: #964977;
}
.TagClassName
{
border-color: #964977;
}
</style>