Shades of Cannon Pink #964875
Tints of Cannon Pink #964875
RGB
CMYK
RGB Variations
Color information
#964875 (or 0x964875) is known color: Cannon Pink. HEX triplet: 96, 48 and 75. RGB value is (150,72,117). Sum of RGB (Red+Green+Blue) = 150+72+117=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #964875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964875 is #69B78A. Grayscale: #646464. Windows color (decimal): -6928267 or 7686294. OLE color: 7686294.
HSL color Cylindrical-coordinate representation of color #964875: hue angle of 325.38º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #964875 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 72 | 117 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.41 |
| HSL | 325.38º | 0.35% | 0.44% | - |
| HSV(B) | 325.38º | 0.52% | 0.59% | - |
| XYZ | 18.11 | 12.4 | 18.27 | - |
| YUV | 100.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 72 | 117 | 0 | 0.52 | 0.22 | 0.41 | 325.38 | 0.35 | 0.44 |
| Hex | 96 | 48 | 75 | 0 | 34 | 16 | 29 | 145 | 23 | 2C |
| Octal | 226 | 110 | 165 | 0 | 64 | 26 | 51 | 505 | 43 | 54 |
| Binary | 10010110 | 1001000 | 1110101 | 0 | 110100 | 10110 | 101001 | 101000101 | 100011 | 101100 |
Color Harmonies of #964875
Complementary color
Monochromatic Colors of #964875
Black with #964875
Text Example
Text Example
White with #964875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964875; }
p { color: rgb(150,72,117); }
H1.HeaderClassName
{
color: #964875;
}
.AnyTagClassName
{
color: #964875;
}
</style>
background-color css
<style>
a { background-color: #964875; }
a { background-color: rgb(150,72,117); }
div.DivClassName
{
background-color: #964875;
}
.BgClassName
{
background-color: #964875;
}
</style>
border-color css
<style>
span { border-color: #964875; }
span { border-color: rgb(150,72,117); }
td.TdClassName
{
border-color: #964875;
}
.TagClassName
{
border-color: #964875;
}
</style>