Shades of Cannon Pink #954E76
Tints of Cannon Pink #954E76
RGB
CMYK
RGB Variations
Color information
#954E76 (or 0x954E76) is known color: Cannon Pink. HEX triplet: 95, 4E and 76. RGB value is (149,78,118). Sum of RGB (Red+Green+Blue) = 149+78+118=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #954E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E76 is #6AB189. Grayscale: #676767. Windows color (decimal): -6992266 or 7753365. OLE color: 7753365.
HSL color Cylindrical-coordinate representation of color #954E76: hue angle of 326.2º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #954E76 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 118 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.42 |
| HSL | 326.2º | 0.31% | 0.45% | - |
| HSV(B) | 326.2º | 0.48% | 0.58% | - |
| XYZ | 18.39 | 13.15 | 18.71 | - |
| YUV | 103.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 118 | 0 | 0.48 | 0.21 | 0.42 | 326.2 | 0.31 | 0.45 |
| Hex | 95 | 4E | 76 | 0 | 30 | 15 | 2A | 146 | 1F | 2D |
| Octal | 225 | 116 | 166 | 0 | 60 | 25 | 52 | 506 | 37 | 55 |
| Binary | 10010101 | 1001110 | 1110110 | 0 | 110000 | 10101 | 101010 | 101000110 | 11111 | 101101 |
Color Harmonies of #954E76
Complementary color
Monochromatic Colors of #954E76
Black with #954E76
Text Example
Text Example
White with #954E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E76; }
p { color: rgb(149,78,118); }
H1.HeaderClassName
{
color: #954E76;
}
.AnyTagClassName
{
color: #954E76;
}
</style>
background-color css
<style>
a { background-color: #954E76; }
a { background-color: rgb(149,78,118); }
div.DivClassName
{
background-color: #954E76;
}
.BgClassName
{
background-color: #954E76;
}
</style>
border-color css
<style>
span { border-color: #954E76; }
span { border-color: rgb(149,78,118); }
td.TdClassName
{
border-color: #954E76;
}
.TagClassName
{
border-color: #954E76;
}
</style>