Shades of Cannon Pink #934D6D
Tints of Cannon Pink #934D6D
RGB
CMYK
RGB Variations
Color information
#934D6D (or 0x934D6D) is known color: Cannon Pink. HEX triplet: 93, 4D and 6D. RGB value is (147,77,109). Sum of RGB (Red+Green+Blue) = 147+77+109=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #934D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D6D is #6CB292. Grayscale: #656565. Windows color (decimal): -7123603 or 7163283. OLE color: 7163283.
HSL color Cylindrical-coordinate representation of color #934D6D: hue angle of 332.57º degrees, saturation: 0.31, 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 #934D6D is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 109 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.42 |
| HSL | 332.57º | 0.31% | 0.44% | - |
| HSV(B) | 332.57º | 0.48% | 0.58% | - |
| XYZ | 17.45 | 12.61 | 15.98 | - |
| YUV | 101.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 109 | 0 | 0.48 | 0.26 | 0.42 | 332.57 | 0.31 | 0.44 |
| Hex | 93 | 4D | 6D | 0 | 30 | 1A | 2A | 14D | 1F | 2C |
| Octal | 223 | 115 | 155 | 0 | 60 | 32 | 52 | 515 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1101101 | 0 | 110000 | 11010 | 101010 | 101001101 | 11111 | 101100 |
Color Harmonies of #934D6D
Complementary color
Monochromatic Colors of #934D6D
Black with #934D6D
Text Example
Text Example
White with #934D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D6D; }
p { color: rgb(147,77,109); }
H1.HeaderClassName
{
color: #934D6D;
}
.AnyTagClassName
{
color: #934D6D;
}
</style>
background-color css
<style>
a { background-color: #934D6D; }
a { background-color: rgb(147,77,109); }
div.DivClassName
{
background-color: #934D6D;
}
.BgClassName
{
background-color: #934D6D;
}
</style>
border-color css
<style>
span { border-color: #934D6D; }
span { border-color: rgb(147,77,109); }
td.TdClassName
{
border-color: #934D6D;
}
.TagClassName
{
border-color: #934D6D;
}
</style>