Shades of Cannon Pink #934C73
Tints of Cannon Pink #934C73
RGB
CMYK
RGB Variations
Color information
#934C73 (or 0x934C73) is known color: Cannon Pink. HEX triplet: 93, 4C and 73. RGB value is (147,76,115). Sum of RGB (Red+Green+Blue) = 147+76+115=338 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.49% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 147 - color contains mainly: red. Hex color #934C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C73 is #6CB38C. Grayscale: #656565. Windows color (decimal): -7123853 or 7556243. OLE color: 7556243.
HSL color Cylindrical-coordinate representation of color #934C73: hue angle of 327.04º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934C73 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 115 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.42 |
| HSL | 327.04º | 0.32% | 0.44% | - |
| HSV(B) | 327.04º | 0.48% | 0.58% | - |
| XYZ | 17.71 | 12.61 | 17.72 | - |
| YUV | 101.68 | 135.52 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 115 | 0 | 0.48 | 0.22 | 0.42 | 327.04 | 0.32 | 0.44 |
| Hex | 93 | 4C | 73 | 0 | 30 | 16 | 2A | 147 | 20 | 2C |
| Octal | 223 | 114 | 163 | 0 | 60 | 26 | 52 | 507 | 40 | 54 |
| Binary | 10010011 | 1001100 | 1110011 | 0 | 110000 | 10110 | 101010 | 101000111 | 100000 | 101100 |
Color Harmonies of #934C73
Complementary color
Monochromatic Colors of #934C73
Black with #934C73
Text Example
Text Example
White with #934C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C73; }
p { color: rgb(147,76,115); }
H1.HeaderClassName
{
color: #934C73;
}
.AnyTagClassName
{
color: #934C73;
}
</style>
background-color css
<style>
a { background-color: #934C73; }
a { background-color: rgb(147,76,115); }
div.DivClassName
{
background-color: #934C73;
}
.BgClassName
{
background-color: #934C73;
}
</style>
border-color css
<style>
span { border-color: #934C73; }
span { border-color: rgb(147,76,115); }
td.TdClassName
{
border-color: #934C73;
}
.TagClassName
{
border-color: #934C73;
}
</style>