Shades of Cannon Pink #954973
Tints of Cannon Pink #954973
RGB
CMYK
RGB Variations
Color information
#954973 (or 0x954973) is known color: Cannon Pink. HEX triplet: 95, 49 and 73. RGB value is (149,73,115). Sum of RGB (Red+Green+Blue) = 149+73+115=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #954973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954973 is #6AB68C. Grayscale: #646464. Windows color (decimal): -6993549 or 7555477. OLE color: 7555477.
HSL color Cylindrical-coordinate representation of color #954973: hue angle of 326.84º 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 #954973 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 115 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.42 |
| HSL | 326.84º | 0.34% | 0.44% | - |
| HSV(B) | 326.84º | 0.51% | 0.58% | - |
| XYZ | 17.87 | 12.39 | 17.67 | - |
| YUV | 100.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 115 | 0 | 0.51 | 0.23 | 0.42 | 326.84 | 0.34 | 0.44 |
| Hex | 95 | 49 | 73 | 0 | 33 | 17 | 2A | 147 | 22 | 2C |
| Octal | 225 | 111 | 163 | 0 | 63 | 27 | 52 | 507 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1110011 | 0 | 110011 | 10111 | 101010 | 101000111 | 100010 | 101100 |
Color Harmonies of #954973
Complementary color
Monochromatic Colors of #954973
Black with #954973
Text Example
Text Example
White with #954973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954973; }
p { color: rgb(149,73,115); }
H1.HeaderClassName
{
color: #954973;
}
.AnyTagClassName
{
color: #954973;
}
</style>
background-color css
<style>
a { background-color: #954973; }
a { background-color: rgb(149,73,115); }
div.DivClassName
{
background-color: #954973;
}
.BgClassName
{
background-color: #954973;
}
</style>
border-color css
<style>
span { border-color: #954973; }
span { border-color: rgb(149,73,115); }
td.TdClassName
{
border-color: #954973;
}
.TagClassName
{
border-color: #954973;
}
</style>