#924D73

Color #924D73 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #924D73

Tints of Cannon Pink #924D73

Color information

#924D73 (or 0x924D73) is unknown color: approx Cannon Pink. HEX triplet: 92, 4D and 73. RGB value is (146,77,115). Sum of RGB (Red+Green+Blue) = 146+77+115=338 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.20% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 146 - color contains mainly: red. Hex color #924D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D73 is #6DB28C. Grayscale: #656565. Windows color (decimal): -7189133 or 7556498. OLE color: 7556498.

HSL color Cylindrical-coordinate representation of color #924D73: hue angle of 326.96º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924D73 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB14677115-
CMYK00.470.210.43
HSL326.96º30.94%43.73%-
HSV(B)326.96º47.26%57.25%-
XYZ17.612.6617.73-
YUV101.96135.36159.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 43.20%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=43.20%
G=22.78%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467711500.470.210.43326.9630.9443.73
Hex924D7302F152B1471f2c
Octal22211516305725535073754
Binary100100101001101111001101011111010110101110100011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924D73; }

 p { color: rgb(146,77,115); }

 H1.HeaderClassName
 {
   color: #924D73;
 }
 .AnyTagClassName
 {
   color: #924D73;
 }
</style>
background-color css

<style>
 a { background-color: #924D73; }

 a { background-color: rgb(146,77,115); }

 div.DivClassName
 {
   background-color: #924D73;
 }
 .BgClassName
 {
   background-color: #924D73;
 }
</style>
border-color css

<style>
 span { border-color: #924D73; }

 span { border-color: rgb(146,77,115); }

 td.TdClassName
 {
   border-color: #924D73;
 }
 .TagClassName
 {
   border-color: #924D73;
 }
</style>