Shades of Cannon Pink #964D6D
Tints of Cannon Pink #964D6D
RGB
CMYK
RGB Variations
Color information
#964D6D (or 0x964D6D) is known color: Cannon Pink. HEX triplet: 96, 4D and 6D. RGB value is (150,77,109). Sum of RGB (Red+Green+Blue) = 150+77+109=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964D6D is #69B292. Grayscale: #666666. Windows color (decimal): -6926995 or 7163286. OLE color: 7163286.
HSL color Cylindrical-coordinate representation of color #964D6D: hue angle of 333.7º 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 #964D6D is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 109 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.41 |
| HSL | 333.7º | 0.32% | 0.45% | - |
| HSV(B) | 333.7º | 0.49% | 0.59% | - |
| XYZ | 17.99 | 12.9 | 16.01 | - |
| YUV | 102.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 109 | 0 | 0.49 | 0.27 | 0.41 | 333.7 | 0.32 | 0.45 |
| Hex | 96 | 4D | 6D | 0 | 31 | 1B | 29 | 14E | 20 | 2D |
| Octal | 226 | 115 | 155 | 0 | 61 | 33 | 51 | 516 | 40 | 55 |
| Binary | 10010110 | 1001101 | 1101101 | 0 | 110001 | 11011 | 101001 | 101001110 | 100000 | 101101 |
Color Harmonies of #964D6D
Complementary color
Monochromatic Colors of #964D6D
Black with #964D6D
Text Example
Text Example
White with #964D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D6D; }
p { color: rgb(150,77,109); }
H1.HeaderClassName
{
color: #964D6D;
}
.AnyTagClassName
{
color: #964D6D;
}
</style>
background-color css
<style>
a { background-color: #964D6D; }
a { background-color: rgb(150,77,109); }
div.DivClassName
{
background-color: #964D6D;
}
.BgClassName
{
background-color: #964D6D;
}
</style>
border-color css
<style>
span { border-color: #964D6D; }
span { border-color: rgb(150,77,109); }
td.TdClassName
{
border-color: #964D6D;
}
.TagClassName
{
border-color: #964D6D;
}
</style>