Shades of Cannon Pink #954976
Tints of Cannon Pink #954976
RGB
CMYK
RGB Variations
Color information
#954976 (or 0x954976) is known color: Cannon Pink. HEX triplet: 95, 49 and 76. RGB value is (149,73,118). Sum of RGB (Red+Green+Blue) = 149+73+118=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #954976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954976 is #6AB689. Grayscale: #646464. Windows color (decimal): -6993546 or 7752085. OLE color: 7752085.
HSL color Cylindrical-coordinate representation of color #954976: hue angle of 324.47º 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 #954976 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 73 | 118 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.42 |
| HSL | 324.47º | 0.34% | 0.44% | - |
| HSV(B) | 324.47º | 0.51% | 0.58% | - |
| XYZ | 18.05 | 12.46 | 18.59 | - |
| YUV | 100.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 73 | 118 | 0 | 0.51 | 0.21 | 0.42 | 324.47 | 0.34 | 0.44 |
| Hex | 95 | 49 | 76 | 0 | 33 | 15 | 2A | 144 | 22 | 2C |
| Octal | 225 | 111 | 166 | 0 | 63 | 25 | 52 | 504 | 42 | 54 |
| Binary | 10010101 | 1001001 | 1110110 | 0 | 110011 | 10101 | 101010 | 101000100 | 100010 | 101100 |
Color Harmonies of #954976
Complementary color
Monochromatic Colors of #954976
Black with #954976
Text Example
Text Example
White with #954976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954976; }
p { color: rgb(149,73,118); }
H1.HeaderClassName
{
color: #954976;
}
.AnyTagClassName
{
color: #954976;
}
</style>
background-color css
<style>
a { background-color: #954976; }
a { background-color: rgb(149,73,118); }
div.DivClassName
{
background-color: #954976;
}
.BgClassName
{
background-color: #954976;
}
</style>
border-color css
<style>
span { border-color: #954976; }
span { border-color: rgb(149,73,118); }
td.TdClassName
{
border-color: #954976;
}
.TagClassName
{
border-color: #954976;
}
</style>