Shades of Cannon Pink #934D6E
Tints of Cannon Pink #934D6E
RGB
CMYK
RGB Variations
Color information
#934D6E (or 0x934D6E) is known color: Cannon Pink. HEX triplet: 93, 4D and 6E. RGB value is (147,77,110). Sum of RGB (Red+Green+Blue) = 147+77+110=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #934D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D6E is #6CB291. Grayscale: #656565. Windows color (decimal): -7123602 or 7228819. OLE color: 7228819.
HSL color Cylindrical-coordinate representation of color #934D6E: hue angle of 331.71º 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 #934D6E is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 110 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.42 |
| HSL | 331.71º | 0.31% | 0.44% | - |
| HSV(B) | 331.71º | 0.48% | 0.58% | - |
| XYZ | 17.5 | 12.64 | 16.27 | - |
| YUV | 101.69 | 132.69 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 110 | 0 | 0.48 | 0.25 | 0.42 | 331.71 | 0.31 | 0.44 |
| Hex | 93 | 4D | 6E | 0 | 30 | 19 | 2A | 14C | 1F | 2C |
| Octal | 223 | 115 | 156 | 0 | 60 | 31 | 52 | 514 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1101110 | 0 | 110000 | 11001 | 101010 | 101001100 | 11111 | 101100 |
Color Harmonies of #934D6E
Complementary color
Monochromatic Colors of #934D6E
Black with #934D6E
Text Example
Text Example
White with #934D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D6E; }
p { color: rgb(147,77,110); }
H1.HeaderClassName
{
color: #934D6E;
}
.AnyTagClassName
{
color: #934D6E;
}
</style>
background-color css
<style>
a { background-color: #934D6E; }
a { background-color: rgb(147,77,110); }
div.DivClassName
{
background-color: #934D6E;
}
.BgClassName
{
background-color: #934D6E;
}
</style>
border-color css
<style>
span { border-color: #934D6E; }
span { border-color: rgb(147,77,110); }
td.TdClassName
{
border-color: #934D6E;
}
.TagClassName
{
border-color: #934D6E;
}
</style>