Shades of Cannon Pink #954F73
Tints of Cannon Pink #954F73
RGB
CMYK
RGB Variations
Color information
#954F73 (or 0x954F73) is known color: Cannon Pink. HEX triplet: 95, 4F and 73. RGB value is (149,79,115). Sum of RGB (Red+Green+Blue) = 149+79+115=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #954F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954F73 is #6AB08C. Grayscale: #676767. Windows color (decimal): -6992013 or 7557013. OLE color: 7557013.
HSL color Cylindrical-coordinate representation of color #954F73: hue angle of 329.14º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F73 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 115 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.42 |
| HSL | 329.14º | 0.31% | 0.45% | - |
| HSV(B) | 329.14º | 0.47% | 0.58% | - |
| XYZ | 18.28 | 13.22 | 17.81 | - |
| YUV | 104.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 115 | 0 | 0.47 | 0.23 | 0.42 | 329.14 | 0.31 | 0.45 |
| Hex | 95 | 4F | 73 | 0 | 2F | 17 | 2A | 149 | 1F | 2D |
| Octal | 225 | 117 | 163 | 0 | 57 | 27 | 52 | 511 | 37 | 55 |
| Binary | 10010101 | 1001111 | 1110011 | 0 | 101111 | 10111 | 101010 | 101001001 | 11111 | 101101 |
Color Harmonies of #954F73
Complementary color
Monochromatic Colors of #954F73
Black with #954F73
Text Example
Text Example
White with #954F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F73; }
p { color: rgb(149,79,115); }
H1.HeaderClassName
{
color: #954F73;
}
.AnyTagClassName
{
color: #954F73;
}
</style>
background-color css
<style>
a { background-color: #954F73; }
a { background-color: rgb(149,79,115); }
div.DivClassName
{
background-color: #954F73;
}
.BgClassName
{
background-color: #954F73;
}
</style>
border-color css
<style>
span { border-color: #954F73; }
span { border-color: rgb(149,79,115); }
td.TdClassName
{
border-color: #954F73;
}
.TagClassName
{
border-color: #954F73;
}
</style>