Shades of Cannon Pink #965271
Tints of Cannon Pink #965271
RGB
CMYK
RGB Variations
Color information
#965271 (or 0x965271) is known color: Cannon Pink. HEX triplet: 96, 52 and 71. RGB value is (150,82,113). Sum of RGB (Red+Green+Blue) = 150+82+113=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #965271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965271 is #69AD8E. Grayscale: #696969. Windows color (decimal): -6925711 or 7426710. OLE color: 7426710.
HSL color Cylindrical-coordinate representation of color #965271: hue angle of 332.65º 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 #965271 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 113 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.41 |
| HSL | 332.65º | 0.29% | 0.45% | - |
| HSV(B) | 332.65º | 0.45% | 0.59% | - |
| XYZ | 18.58 | 13.71 | 17.29 | - |
| YUV | 105.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 113 | 0 | 0.45 | 0.25 | 0.41 | 332.65 | 0.29 | 0.45 |
| Hex | 96 | 52 | 71 | 0 | 2D | 19 | 29 | 14D | 1D | 2D |
| Octal | 226 | 122 | 161 | 0 | 55 | 31 | 51 | 515 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1110001 | 0 | 101101 | 11001 | 101001 | 101001101 | 11101 | 101101 |
Color Harmonies of #965271
Complementary color
Monochromatic Colors of #965271
Black with #965271
Text Example
Text Example
White with #965271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965271; }
p { color: rgb(150,82,113); }
H1.HeaderClassName
{
color: #965271;
}
.AnyTagClassName
{
color: #965271;
}
</style>
background-color css
<style>
a { background-color: #965271; }
a { background-color: rgb(150,82,113); }
div.DivClassName
{
background-color: #965271;
}
.BgClassName
{
background-color: #965271;
}
</style>
border-color css
<style>
span { border-color: #965271; }
span { border-color: rgb(150,82,113); }
td.TdClassName
{
border-color: #965271;
}
.TagClassName
{
border-color: #965271;
}
</style>