Shades of Cannon Pink #924C73
Tints of Cannon Pink #924C73
RGB
CMYK
RGB Variations
Color information
#924C73 (or 0x924C73) is known color: Cannon Pink. HEX triplet: 92, 4C and 73. RGB value is (146,76,115). Sum of RGB (Red+Green+Blue) = 146+76+115=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #924C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C73 is #6DB38C. Grayscale: #656565. Windows color (decimal): -7189389 or 7556242. OLE color: 7556242.
HSL color Cylindrical-coordinate representation of color #924C73: hue angle of 326.57º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #924C73 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 115 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.43 |
| HSL | 326.57º | 0.32% | 0.44% | - |
| HSV(B) | 326.57º | 0.48% | 0.57% | - |
| XYZ | 17.53 | 12.52 | 17.71 | - |
| YUV | 101.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 115 | 0 | 0.48 | 0.21 | 0.43 | 326.57 | 0.32 | 0.44 |
| Hex | 92 | 4C | 73 | 0 | 30 | 15 | 2B | 147 | 20 | 2C |
| Octal | 222 | 114 | 163 | 0 | 60 | 25 | 53 | 507 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1110011 | 0 | 110000 | 10101 | 101011 | 101000111 | 100000 | 101100 |
Color Harmonies of #924C73
Complementary color
Monochromatic Colors of #924C73
Black with #924C73
Text Example
Text Example
White with #924C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C73; }
p { color: rgb(146,76,115); }
H1.HeaderClassName
{
color: #924C73;
}
.AnyTagClassName
{
color: #924C73;
}
</style>
background-color css
<style>
a { background-color: #924C73; }
a { background-color: rgb(146,76,115); }
div.DivClassName
{
background-color: #924C73;
}
.BgClassName
{
background-color: #924C73;
}
</style>
border-color css
<style>
span { border-color: #924C73; }
span { border-color: rgb(146,76,115); }
td.TdClassName
{
border-color: #924C73;
}
.TagClassName
{
border-color: #924C73;
}
</style>