#924D72

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

Shades of Cannon Pink #924D72

Tints of Cannon Pink #924D72

Color information

#924D72 (or 0x924D72) is unknown color: approx Cannon Pink. HEX triplet: 92, 4D and 72. RGB value is (146,77,114). Sum of RGB (Red+Green+Blue) = 146+77+114=337 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.32% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 146 - color contains mainly: red. Hex color #924D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924D72 is #6DB28D. Grayscale: #656565. Windows color (decimal): -7189134 or 7490962. OLE color: 7490962.

HSL color Cylindrical-coordinate representation of color #924D72: hue angle of 327.83º 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 #924D72 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB14677114-
CMYK00.470.220.43
HSL327.83º30.94%43.73%-
HSV(B)327.83º47.26%57.25%-
XYZ17.5512.6317.43-
YUV101.85134.86159.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 43.32%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=43.32%
G=22.85%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467711400.470.220.43327.8330.9443.73
Hex924D7202F162B1481f2c
Octal22211516205726535103754
Binary100100101001101111001001011111011010101110100100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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