Shades of Cannon Pink #964E6B
Tints of Cannon Pink #964E6B
RGB
CMYK
RGB Variations
Color information
#964E6B (or 0x964E6B) is known color: Cannon Pink. HEX triplet: 96, 4E and 6B. RGB value is (150,78,107). Sum of RGB (Red+Green+Blue) = 150+78+107=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #964E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E6B is #69B194. Grayscale: #666666. Windows color (decimal): -6926741 or 7032470. OLE color: 7032470.
HSL color Cylindrical-coordinate representation of color #964E6B: hue angle of 335.83º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #964E6B is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 107 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.41 |
| HSL | 335.83º | 0.32% | 0.45% | - |
| HSV(B) | 335.83º | 0.48% | 0.59% | - |
| XYZ | 17.96 | 12.99 | 15.47 | - |
| YUV | 102.83 | 130.35 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 107 | 0 | 0.48 | 0.29 | 0.41 | 335.83 | 0.32 | 0.45 |
| Hex | 96 | 4E | 6B | 0 | 30 | 1D | 29 | 150 | 20 | 2D |
| Octal | 226 | 116 | 153 | 0 | 60 | 35 | 51 | 520 | 40 | 55 |
| Binary | 10010110 | 1001110 | 1101011 | 0 | 110000 | 11101 | 101001 | 101010000 | 100000 | 101101 |
Color Harmonies of #964E6B
Complementary color
Monochromatic Colors of #964E6B
Black with #964E6B
Text Example
Text Example
White with #964E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E6B; }
p { color: rgb(150,78,107); }
H1.HeaderClassName
{
color: #964E6B;
}
.AnyTagClassName
{
color: #964E6B;
}
</style>
background-color css
<style>
a { background-color: #964E6B; }
a { background-color: rgb(150,78,107); }
div.DivClassName
{
background-color: #964E6B;
}
.BgClassName
{
background-color: #964E6B;
}
</style>
border-color css
<style>
span { border-color: #964E6B; }
span { border-color: rgb(150,78,107); }
td.TdClassName
{
border-color: #964E6B;
}
.TagClassName
{
border-color: #964E6B;
}
</style>