Shades of Cannon Pink #934D73
Tints of Cannon Pink #934D73
RGB
CMYK
RGB Variations
Color information
#934D73 (or 0x934D73) is known color: Cannon Pink. HEX triplet: 93, 4D and 73. RGB value is (147,77,115). Sum of RGB (Red+Green+Blue) = 147+77+115=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #934D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D73 is #6CB28C. Grayscale: #666666. Windows color (decimal): -7123597 or 7556499. OLE color: 7556499.
HSL color Cylindrical-coordinate representation of color #934D73: hue angle of 327.43º 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 #934D73 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 115 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.42 |
| HSL | 327.43º | 0.31% | 0.44% | - |
| HSV(B) | 327.43º | 0.48% | 0.58% | - |
| XYZ | 17.78 | 12.75 | 17.74 | - |
| YUV | 102.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 115 | 0 | 0.48 | 0.22 | 0.42 | 327.43 | 0.31 | 0.44 |
| Hex | 93 | 4D | 73 | 0 | 30 | 16 | 2A | 147 | 1F | 2C |
| Octal | 223 | 115 | 163 | 0 | 60 | 26 | 52 | 507 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1110011 | 0 | 110000 | 10110 | 101010 | 101000111 | 11111 | 101100 |
Color Harmonies of #934D73
Complementary color
Monochromatic Colors of #934D73
Black with #934D73
Text Example
Text Example
White with #934D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D73; }
p { color: rgb(147,77,115); }
H1.HeaderClassName
{
color: #934D73;
}
.AnyTagClassName
{
color: #934D73;
}
</style>
background-color css
<style>
a { background-color: #934D73; }
a { background-color: rgb(147,77,115); }
div.DivClassName
{
background-color: #934D73;
}
.BgClassName
{
background-color: #934D73;
}
</style>
border-color css
<style>
span { border-color: #934D73; }
span { border-color: rgb(147,77,115); }
td.TdClassName
{
border-color: #934D73;
}
.TagClassName
{
border-color: #934D73;
}
</style>