Shades of Cannon Pink #965073
Tints of Cannon Pink #965073
RGB
CMYK
RGB Variations
Color information
#965073 (or 0x965073) is known color: Cannon Pink. HEX triplet: 96, 50 and 73. RGB value is (150,80,115). Sum of RGB (Red+Green+Blue) = 150+80+115=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965073 is #69AF8C. Grayscale: #686868. Windows color (decimal): -6926221 or 7557270. OLE color: 7557270.
HSL color Cylindrical-coordinate representation of color #965073: hue angle of 330º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965073 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 115 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.41 |
| HSL | 330º | 0.3% | 0.45% | - |
| HSV(B) | 330º | 0.47% | 0.59% | - |
| XYZ | 18.54 | 13.46 | 17.84 | - |
| YUV | 104.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 115 | 0 | 0.47 | 0.23 | 0.41 | 330 | 0.3 | 0.45 |
| Hex | 96 | 50 | 73 | 0 | 2F | 17 | 29 | 14A | 1E | 2D |
| Octal | 226 | 120 | 163 | 0 | 57 | 27 | 51 | 512 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1110011 | 0 | 101111 | 10111 | 101001 | 101001010 | 11110 | 101101 |
Color Harmonies of #965073
Complementary color
Monochromatic Colors of #965073
Black with #965073
Text Example
Text Example
White with #965073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965073; }
p { color: rgb(150,80,115); }
H1.HeaderClassName
{
color: #965073;
}
.AnyTagClassName
{
color: #965073;
}
</style>
background-color css
<style>
a { background-color: #965073; }
a { background-color: rgb(150,80,115); }
div.DivClassName
{
background-color: #965073;
}
.BgClassName
{
background-color: #965073;
}
</style>
border-color css
<style>
span { border-color: #965073; }
span { border-color: rgb(150,80,115); }
td.TdClassName
{
border-color: #965073;
}
.TagClassName
{
border-color: #965073;
}
</style>