Shades of Cannon Pink #954971
Tints of Cannon Pink #954971
RGB
CMYK
RGB Variations
Color information
#954971 (or 0x954971) is known color: Cannon Pink. HEX triplet: 95, 49 and 71. RGB value is (149,73,113). Sum of RGB (Red+Green+Blue) = 149+73+113=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #954971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954971 is #6AB68E. Grayscale: #646464. Windows color (decimal): -6993551 or 7424405. OLE color: 7424405.
HSL color Cylindrical-coordinate representation of color #954971: hue angle of 328.42º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954971 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 113 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.42 |
| HSL | 328.42º | 0.34% | 0.44% | - |
| HSV(B) | 328.42º | 0.51% | 0.58% | - |
| XYZ | 17.76 | 12.35 | 17.07 | - |
| YUV | 100.28 | 135.18 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 113 | 0 | 0.51 | 0.24 | 0.42 | 328.42 | 0.34 | 0.44 |
| Hex | 95 | 49 | 71 | 0 | 33 | 18 | 2A | 148 | 22 | 2C |
| Octal | 225 | 111 | 161 | 0 | 63 | 30 | 52 | 510 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1110001 | 0 | 110011 | 11000 | 101010 | 101001000 | 100010 | 101100 |
Color Harmonies of #954971
Complementary color
Monochromatic Colors of #954971
Black with #954971
Text Example
Text Example
White with #954971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954971; }
p { color: rgb(149,73,113); }
H1.HeaderClassName
{
color: #954971;
}
.AnyTagClassName
{
color: #954971;
}
</style>
background-color css
<style>
a { background-color: #954971; }
a { background-color: rgb(149,73,113); }
div.DivClassName
{
background-color: #954971;
}
.BgClassName
{
background-color: #954971;
}
</style>
border-color css
<style>
span { border-color: #954971; }
span { border-color: rgb(149,73,113); }
td.TdClassName
{
border-color: #954971;
}
.TagClassName
{
border-color: #954971;
}
</style>