Shades of Cannon Pink #954E72
Tints of Cannon Pink #954E72
RGB
CMYK
RGB Variations
Color information
#954E72 (or 0x954E72) is known color: Cannon Pink. HEX triplet: 95, 4E and 72. RGB value is (149,78,114). Sum of RGB (Red+Green+Blue) = 149+78+114=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #954E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #954E72 is #6AB18D. Grayscale: #676767. Windows color (decimal): -6992270 or 7491221. OLE color: 7491221.
HSL color Cylindrical-coordinate representation of color #954E72: hue angle of 329.58º 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 #954E72 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 78 | 114 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.42 |
| HSL | 329.58º | 0.31% | 0.45% | - |
| HSV(B) | 329.58º | 0.48% | 0.58% | - |
| XYZ | 18.16 | 13.05 | 17.48 | - |
| YUV | 103.33 | 134.02 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 114 | 0 | 0.48 | 0.23 | 0.42 | 329.58 | 0.31 | 0.45 |
| Hex | 95 | 4E | 72 | 0 | 30 | 17 | 2A | 14A | 1F | 2D |
| Octal | 225 | 116 | 162 | 0 | 60 | 27 | 52 | 512 | 37 | 55 |
| Binary | 10010101 | 1001110 | 1110010 | 0 | 110000 | 10111 | 101010 | 101001010 | 11111 | 101101 |
Color Harmonies of #954E72
Complementary color
Monochromatic Colors of #954E72
Black with #954E72
Text Example
Text Example
White with #954E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954E72; }
p { color: rgb(149,78,114); }
H1.HeaderClassName
{
color: #954E72;
}
.AnyTagClassName
{
color: #954E72;
}
</style>
background-color css
<style>
a { background-color: #954E72; }
a { background-color: rgb(149,78,114); }
div.DivClassName
{
background-color: #954E72;
}
.BgClassName
{
background-color: #954E72;
}
</style>
border-color css
<style>
span { border-color: #954E72; }
span { border-color: rgb(149,78,114); }
td.TdClassName
{
border-color: #954E72;
}
.TagClassName
{
border-color: #954E72;
}
</style>