Shades of Cannon Pink #964C6E
Tints of Cannon Pink #964C6E
RGB
CMYK
RGB Variations
Color information
#964C6E (or 0x964C6E) is known color: Cannon Pink. HEX triplet: 96, 4C and 6E. RGB value is (150,76,110). Sum of RGB (Red+Green+Blue) = 150+76+110=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #964C6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964C6E is #69B391. Grayscale: #656565. Windows color (decimal): -6927250 or 7228566. OLE color: 7228566.
HSL color Cylindrical-coordinate representation of color #964C6E: hue angle of 332.43º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C6E is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 110 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.41 |
| HSL | 332.43º | 0.33% | 0.44% | - |
| HSV(B) | 332.43º | 0.49% | 0.59% | - |
| XYZ | 17.98 | 12.78 | 16.27 | - |
| YUV | 102 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 110 | 0 | 0.49 | 0.27 | 0.41 | 332.43 | 0.33 | 0.44 |
| Hex | 96 | 4C | 6E | 0 | 31 | 1B | 29 | 14C | 21 | 2C |
| Octal | 226 | 114 | 156 | 0 | 61 | 33 | 51 | 514 | 41 | 54 |
| Binary | 10010110 | 1001100 | 1101110 | 0 | 110001 | 11011 | 101001 | 101001100 | 100001 | 101100 |
Color Harmonies of #964C6E
Complementary color
Monochromatic Colors of #964C6E
Black with #964C6E
Text Example
Text Example
White with #964C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C6E; }
p { color: rgb(150,76,110); }
H1.HeaderClassName
{
color: #964C6E;
}
.AnyTagClassName
{
color: #964C6E;
}
</style>
background-color css
<style>
a { background-color: #964C6E; }
a { background-color: rgb(150,76,110); }
div.DivClassName
{
background-color: #964C6E;
}
.BgClassName
{
background-color: #964C6E;
}
</style>
border-color css
<style>
span { border-color: #964C6E; }
span { border-color: rgb(150,76,110); }
td.TdClassName
{
border-color: #964C6E;
}
.TagClassName
{
border-color: #964C6E;
}
</style>