Shades of Cannon Pink #954C72
Tints of Cannon Pink #954C72
RGB
CMYK
RGB Variations
Color information
#954C72 (or 0x954C72) is known color: Cannon Pink. HEX triplet: 95, 4C and 72. RGB value is (149,76,114). Sum of RGB (Red+Green+Blue) = 149+76+114=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #954C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #954C72 is #6AB38D. Grayscale: #666666. Windows color (decimal): -6992782 or 7490709. OLE color: 7490709.
HSL color Cylindrical-coordinate representation of color #954C72: hue angle of 328.77º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #954C72 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 114 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.42 |
| HSL | 328.77º | 0.32% | 0.44% | - |
| HSV(B) | 328.77º | 0.49% | 0.58% | - |
| XYZ | 18.02 | 12.77 | 17.44 | - |
| YUV | 102.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 114 | 0 | 0.49 | 0.23 | 0.42 | 328.77 | 0.32 | 0.44 |
| Hex | 95 | 4C | 72 | 0 | 31 | 17 | 2A | 149 | 20 | 2C |
| Octal | 225 | 114 | 162 | 0 | 61 | 27 | 52 | 511 | 40 | 54 |
| Binary | 10010101 | 1001100 | 1110010 | 0 | 110001 | 10111 | 101010 | 101001001 | 100000 | 101100 |
Color Harmonies of #954C72
Complementary color
Monochromatic Colors of #954C72
Black with #954C72
Text Example
Text Example
White with #954C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C72; }
p { color: rgb(149,76,114); }
H1.HeaderClassName
{
color: #954C72;
}
.AnyTagClassName
{
color: #954C72;
}
</style>
background-color css
<style>
a { background-color: #954C72; }
a { background-color: rgb(149,76,114); }
div.DivClassName
{
background-color: #954C72;
}
.BgClassName
{
background-color: #954C72;
}
</style>
border-color css
<style>
span { border-color: #954C72; }
span { border-color: rgb(149,76,114); }
td.TdClassName
{
border-color: #954C72;
}
.TagClassName
{
border-color: #954C72;
}
</style>