Shades of Cannon Pink #975171
Tints of Cannon Pink #975171
RGB
CMYK
RGB Variations
Color information
#975171 (or 0x975171) is known color: Cannon Pink. HEX triplet: 97, 51 and 71. RGB value is (151,81,113). Sum of RGB (Red+Green+Blue) = 151+81+113=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #975171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975171 is #68AE8E. Grayscale: #696969. Windows color (decimal): -6860431 or 7426455. OLE color: 7426455.
HSL color Cylindrical-coordinate representation of color #975171: hue angle of 332.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975171 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 81 | 113 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.41 |
| HSL | 332.57º | 0.3% | 0.45% | - |
| HSV(B) | 332.57º | 0.46% | 0.59% | - |
| XYZ | 18.69 | 13.66 | 17.27 | - |
| YUV | 105.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 81 | 113 | 0 | 0.46 | 0.25 | 0.41 | 332.57 | 0.3 | 0.45 |
| Hex | 97 | 51 | 71 | 0 | 2E | 19 | 29 | 14D | 1E | 2D |
| Octal | 227 | 121 | 161 | 0 | 56 | 31 | 51 | 515 | 36 | 55 |
| Binary | 10010111 | 1010001 | 1110001 | 0 | 101110 | 11001 | 101001 | 101001101 | 11110 | 101101 |
Color Harmonies of #975171
Complementary color
Monochromatic Colors of #975171
Black with #975171
Text Example
Text Example
White with #975171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975171; }
p { color: rgb(151,81,113); }
H1.HeaderClassName
{
color: #975171;
}
.AnyTagClassName
{
color: #975171;
}
</style>
background-color css
<style>
a { background-color: #975171; }
a { background-color: rgb(151,81,113); }
div.DivClassName
{
background-color: #975171;
}
.BgClassName
{
background-color: #975171;
}
</style>
border-color css
<style>
span { border-color: #975171; }
span { border-color: rgb(151,81,113); }
td.TdClassName
{
border-color: #975171;
}
.TagClassName
{
border-color: #975171;
}
</style>