Shades of Cannon Pink #964B76
Tints of Cannon Pink #964B76
RGB
CMYK
RGB Variations
Color information
#964B76 (or 0x964B76) is known color: Cannon Pink. HEX triplet: 96, 4B and 76. RGB value is (150,75,118). Sum of RGB (Red+Green+Blue) = 150+75+118=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #964B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B76 is #69B489. Grayscale: #666666. Windows color (decimal): -6927498 or 7752598. OLE color: 7752598.
HSL color Cylindrical-coordinate representation of color #964B76: hue angle of 325.6º 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 #964B76 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 118 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.41 |
| HSL | 325.6º | 0.33% | 0.44% | - |
| HSV(B) | 325.6º | 0.5% | 0.59% | - |
| XYZ | 18.36 | 12.82 | 18.65 | - |
| YUV | 102.33 | 136.85 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 118 | 0 | 0.5 | 0.21 | 0.41 | 325.6 | 0.33 | 0.44 |
| Hex | 96 | 4B | 76 | 0 | 32 | 15 | 29 | 146 | 21 | 2C |
| Octal | 226 | 113 | 166 | 0 | 62 | 25 | 51 | 506 | 41 | 54 |
| Binary | 10010110 | 1001011 | 1110110 | 0 | 110010 | 10101 | 101001 | 101000110 | 100001 | 101100 |
Color Harmonies of #964B76
Complementary color
Monochromatic Colors of #964B76
Black with #964B76
Text Example
Text Example
White with #964B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B76; }
p { color: rgb(150,75,118); }
H1.HeaderClassName
{
color: #964B76;
}
.AnyTagClassName
{
color: #964B76;
}
</style>
background-color css
<style>
a { background-color: #964B76; }
a { background-color: rgb(150,75,118); }
div.DivClassName
{
background-color: #964B76;
}
.BgClassName
{
background-color: #964B76;
}
</style>
border-color css
<style>
span { border-color: #964B76; }
span { border-color: rgb(150,75,118); }
td.TdClassName
{
border-color: #964B76;
}
.TagClassName
{
border-color: #964B76;
}
</style>