Shades of Cannon Pink #934C75
Tints of Cannon Pink #934C75
RGB
CMYK
RGB Variations
Color information
#934C75 (or 0x934C75) is known color: Cannon Pink. HEX triplet: 93, 4C and 75. RGB value is (147,76,117). Sum of RGB (Red+Green+Blue) = 147+76+117=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #934C75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934C75 is #6CB38A. Grayscale: #656565. Windows color (decimal): -7123851 or 7687315. OLE color: 7687315.
HSL color Cylindrical-coordinate representation of color #934C75: hue angle of 325.35º 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 #934C75 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 76 | 117 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.42 |
| HSL | 325.35º | 0.32% | 0.44% | - |
| HSV(B) | 325.35º | 0.48% | 0.58% | - |
| XYZ | 17.83 | 12.66 | 18.33 | - |
| YUV | 101.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 76 | 117 | 0 | 0.48 | 0.20 | 0.42 | 325.35 | 0.32 | 0.44 |
| Hex | 93 | 4C | 75 | 0 | 30 | 14 | 2A | 145 | 20 | 2C |
| Octal | 223 | 114 | 165 | 0 | 60 | 24 | 52 | 505 | 40 | 54 |
| Binary | 10010011 | 1001100 | 1110101 | 0 | 110000 | 10100 | 101010 | 101000101 | 100000 | 101100 |
Color Harmonies of #934C75
Complementary color
Monochromatic Colors of #934C75
Black with #934C75
Text Example
Text Example
White with #934C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934C75; }
p { color: rgb(147,76,117); }
H1.HeaderClassName
{
color: #934C75;
}
.AnyTagClassName
{
color: #934C75;
}
</style>
background-color css
<style>
a { background-color: #934C75; }
a { background-color: rgb(147,76,117); }
div.DivClassName
{
background-color: #934C75;
}
.BgClassName
{
background-color: #934C75;
}
</style>
border-color css
<style>
span { border-color: #934C75; }
span { border-color: rgb(147,76,117); }
td.TdClassName
{
border-color: #934C75;
}
.TagClassName
{
border-color: #934C75;
}
</style>