Shades of Cannon Pink #955171
Tints of Cannon Pink #955171
RGB
CMYK
RGB Variations
Color information
#955171 (or 0x955171) is known color: Cannon Pink. HEX triplet: 95, 51 and 71. RGB value is (149,81,113). Sum of RGB (Red+Green+Blue) = 149+81+113=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #955171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955171 is #6AAE8E. Grayscale: #686868. Windows color (decimal): -6991503 or 7426453. OLE color: 7426453.
HSL color Cylindrical-coordinate representation of color #955171: hue angle of 331.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955171 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 113 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.42 |
| HSL | 331.76º | 0.3% | 0.45% | - |
| HSV(B) | 331.76º | 0.46% | 0.58% | - |
| XYZ | 18.32 | 13.47 | 17.26 | - |
| YUV | 104.98 | 132.53 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 113 | 0 | 0.46 | 0.24 | 0.42 | 331.76 | 0.3 | 0.45 |
| Hex | 95 | 51 | 71 | 0 | 2E | 18 | 2A | 14C | 1E | 2D |
| Octal | 225 | 121 | 161 | 0 | 56 | 30 | 52 | 514 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1110001 | 0 | 101110 | 11000 | 101010 | 101001100 | 11110 | 101101 |
Color Harmonies of #955171
Complementary color
Monochromatic Colors of #955171
Black with #955171
Text Example
Text Example
White with #955171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955171; }
p { color: rgb(149,81,113); }
H1.HeaderClassName
{
color: #955171;
}
.AnyTagClassName
{
color: #955171;
}
</style>
background-color css
<style>
a { background-color: #955171; }
a { background-color: rgb(149,81,113); }
div.DivClassName
{
background-color: #955171;
}
.BgClassName
{
background-color: #955171;
}
</style>
border-color css
<style>
span { border-color: #955171; }
span { border-color: rgb(149,81,113); }
td.TdClassName
{
border-color: #955171;
}
.TagClassName
{
border-color: #955171;
}
</style>