Shades of Cannon Pink #975271
Tints of Cannon Pink #975271
RGB
CMYK
RGB Variations
Color information
#975271 (or 0x975271) is known color: Cannon Pink. HEX triplet: 97, 52 and 71. RGB value is (151,82,113). Sum of RGB (Red+Green+Blue) = 151+82+113=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #975271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975271 is #68AD8E. Grayscale: #6A6A6A. Windows color (decimal): -6860175 or 7426711. OLE color: 7426711.
HSL color Cylindrical-coordinate representation of color #975271: hue angle of 333.04º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975271 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 82 | 113 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.41 |
| HSL | 333.04º | 0.3% | 0.46% | - |
| HSV(B) | 333.04º | 0.46% | 0.59% | - |
| XYZ | 18.76 | 13.81 | 17.3 | - |
| YUV | 106.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 82 | 113 | 0 | 0.46 | 0.25 | 0.41 | 333.04 | 0.3 | 0.46 |
| Hex | 97 | 52 | 71 | 0 | 2E | 19 | 29 | 14D | 1E | 2E |
| Octal | 227 | 122 | 161 | 0 | 56 | 31 | 51 | 515 | 36 | 56 |
| Binary | 10010111 | 1010010 | 1110001 | 0 | 101110 | 11001 | 101001 | 101001101 | 11110 | 101110 |
Color Harmonies of #975271
Complementary color
Monochromatic Colors of #975271
Black with #975271
Text Example
Text Example
White with #975271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975271; }
p { color: rgb(151,82,113); }
H1.HeaderClassName
{
color: #975271;
}
.AnyTagClassName
{
color: #975271;
}
</style>
background-color css
<style>
a { background-color: #975271; }
a { background-color: rgb(151,82,113); }
div.DivClassName
{
background-color: #975271;
}
.BgClassName
{
background-color: #975271;
}
</style>
border-color css
<style>
span { border-color: #975271; }
span { border-color: rgb(151,82,113); }
td.TdClassName
{
border-color: #975271;
}
.TagClassName
{
border-color: #975271;
}
</style>