Shades of Cannon Pink #965273
Tints of Cannon Pink #965273
RGB
CMYK
RGB Variations
Color information
#965273 (or 0x965273) is known color: Cannon Pink. HEX triplet: 96, 52 and 73. RGB value is (150,82,115). Sum of RGB (Red+Green+Blue) = 150+82+115=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965273 is #69AD8C. Grayscale: #6A6A6A. Windows color (decimal): -6925709 or 7557782. OLE color: 7557782.
HSL color Cylindrical-coordinate representation of color #965273: hue angle of 330.88º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965273 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 115 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.41 |
| HSL | 330.88º | 0.29% | 0.45% | - |
| HSV(B) | 330.88º | 0.45% | 0.59% | - |
| XYZ | 18.69 | 13.76 | 17.89 | - |
| YUV | 106.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 115 | 0 | 0.45 | 0.23 | 0.41 | 330.88 | 0.29 | 0.45 |
| Hex | 96 | 52 | 73 | 0 | 2D | 17 | 29 | 14B | 1D | 2D |
| Octal | 226 | 122 | 163 | 0 | 55 | 27 | 51 | 513 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1110011 | 0 | 101101 | 10111 | 101001 | 101001011 | 11101 | 101101 |
Color Harmonies of #965273
Complementary color
Monochromatic Colors of #965273
Black with #965273
Text Example
Text Example
White with #965273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965273; }
p { color: rgb(150,82,115); }
H1.HeaderClassName
{
color: #965273;
}
.AnyTagClassName
{
color: #965273;
}
</style>
background-color css
<style>
a { background-color: #965273; }
a { background-color: rgb(150,82,115); }
div.DivClassName
{
background-color: #965273;
}
.BgClassName
{
background-color: #965273;
}
</style>
border-color css
<style>
span { border-color: #965273; }
span { border-color: rgb(150,82,115); }
td.TdClassName
{
border-color: #965273;
}
.TagClassName
{
border-color: #965273;
}
</style>